Commit bca507e7 authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo

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: default avatarFabio Estevam <festevam@denx.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent b530c501
......@@ -198,7 +198,7 @@ sgtl5000: codec@a {
clocks = <&saif0>;
};
at24@51 {
eeprom@51 {
compatible = "atmel,24c32";
pagesize = <32>;
reg = <0x51>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment