diff options
author | Fabio Estevam <festevam@denx.de> | 2024-02-22 11:01:27 -0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2024-02-26 09:35:06 +0800 |
commit | bca507e7cfe644486b10d138c3ff8b04df7b1fc0 (patch) | |
tree | 35a10711fdfba7206bced1909367f198474147dc /arch/arm/boot/dts/nxp/mxs | |
parent | b530c501f57623357b0d74fc4d5fb33d41b26a9d (diff) |
ARM: dts: imx28-evk: Use 'eeprom' as the node name
Per at24.yaml, the node name should be 'eeprom'.
Change it accordingly to fix the following schema warning:
imx28-evk.dtb: at24@51: $nodename:0: 'at24@51' does not match '^eeprom@[0-9a-f]{1,2}$'
from schema $id: http://devicetree.org/schemas/eeprom/at24.yaml#
Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/nxp/mxs')
-rw-r--r-- | arch/arm/boot/dts/nxp/mxs/imx28-evk.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/nxp/mxs/imx28-evk.dts b/arch/arm/boot/dts/nxp/mxs/imx28-evk.dts index 9ebb7371e235..330d3aff6b6c 100644 --- a/arch/arm/boot/dts/nxp/mxs/imx28-evk.dts +++ b/arch/arm/boot/dts/nxp/mxs/imx28-evk.dts @@ -198,7 +198,7 @@ clocks = <&saif0>; }; - at24@51 { + eeprom@51 { compatible = "atmel,24c32"; pagesize = <32>; reg = <0x51>; |