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: eeprom: Inherit from nvmem.yaml

EEPROMs can be nvmem providers. Let's make all EEPROM bindings
reference nvmem.yaml as they should, so that nvmem cells and layout
parsers can be safely described within the EEPROM nodes.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Link: https://lore.kernel.org/r/20221118063932.6418-11-srinivas.kandagatla@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Miquel Raynal and committed by
Greg Kroah-Hartman
ca104926 27dfc44e

+6 -1
+4 -1
Documentation/devicetree/bindings/eeprom/at24.yaml
··· 10 10 maintainers: 11 11 - Bartosz Golaszewski <bgolaszewski@baylibre.com> 12 12 13 + allOf: 14 + - $ref: /schemas/nvmem/nvmem.yaml 15 + 13 16 select: 14 17 properties: 15 18 compatible: ··· 186 183 - compatible 187 184 - reg 188 185 189 - additionalProperties: false 186 + unevaluatedProperties: false 190 187 191 188 examples: 192 189 - |
+1
Documentation/devicetree/bindings/eeprom/at25.yaml
··· 104 104 105 105 allOf: 106 106 - $ref: /schemas/spi/spi-peripheral-props.yaml# 107 + - $ref: /schemas/nvmem/nvmem.yaml 107 108 - if: 108 109 properties: 109 110 compatible:
+1
Documentation/devicetree/bindings/eeprom/microchip,93lc46b.yaml
··· 47 47 48 48 allOf: 49 49 - $ref: /schemas/spi/spi-peripheral-props.yaml# 50 + - $ref: /schemas/nvmem/nvmem.yaml 50 51 51 52 unevaluatedProperties: false 52 53