Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: memory: renesas,rpc-if: Miscellaneous improvements

- Fix rejection of legitimate flash subnodes containing multiple
compatible values,
- Add missing list of required properties.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/d81b59a513c2a5204c8378b4a89cd07f97c46797.1627401508.git.geert+renesas@glider.be
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Geert Uytterhoeven and committed by
Rob Herring
dbe60e5d 1dbd981f

+14 -3
+14 -3
Documentation/devicetree/bindings/memory-controllers/renesas,rpc-if.yaml
··· 61 61 type: object 62 62 properties: 63 63 compatible: 64 - enum: 65 - - cfi-flash 66 - - jedec,spi-nor 64 + contains: 65 + enum: 66 + - cfi-flash 67 + - jedec,spi-nor 67 68 68 69 unevaluatedProperties: false 70 + 71 + required: 72 + - compatible 73 + - reg 74 + - reg-names 75 + - clocks 76 + - power-domains 77 + - resets 78 + - '#address-cells' 79 + - '#size-cells' 69 80 70 81 examples: 71 82 - |