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>
This commit is contained in:
Fabio Estevam 2024-02-22 11:01:27 -03:00 committed by Shawn Guo
parent b530c501f5
commit bca507e7cf

View File

@ -198,7 +198,7 @@ sgtl5000: codec@a {
clocks = <&saif0>;
};
at24@51 {
eeprom@51 {
compatible = "atmel,24c32";
pagesize = <32>;
reg = <0x51>;