diff options
author | Fabio Estevam <festevam@denx.de> | 2023-05-29 23:06:45 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2023-06-04 15:53:33 +0300 |
commit | 17afe1a31b993bf0d6cdc4a1455f9f9f2caaa964 (patch) | |
tree | c37ef8eb7217acdfee5d9cc3792a79f53e2975cf /arch/arm/boot/dts/imx53-tqma53.dtsi | |
parent | 3c52e3e454079a74fd9c997d94c886fe47bc936e (diff) | |
download | linux-17afe1a31b993bf0d6cdc4a1455f9f9f2caaa964.tar.xz |
ARM: dts: imx: Use 'eeprom' as node name
Devicetree node names should be generic. Use 'eeprom' as node name
to avoid devicetree check warning from at24.yaml.
Signed-off-by: Fabio Estevam <festevam@denx.de>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx53-tqma53.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx53-tqma53.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx53-tqma53.dtsi b/arch/arm/boot/dts/imx53-tqma53.dtsi index 7e7f9f3b3906..d930739674a1 100644 --- a/arch/arm/boot/dts/imx53-tqma53.dtsi +++ b/arch/arm/boot/dts/imx53-tqma53.dtsi @@ -274,7 +274,7 @@ reg = <0x48>; }; - eeprom: 24c64@50 { + eeprom: eeprom@50 { compatible = "atmel,24c64"; pagesize = <32>; reg = <0x50>; |