ARM: dts: imx27-phytec: Use eeprom as the node name

Node names should be generic, so use 'eeprom' to fix the
following schema warnings:

 at24@52: $nodename:0: 'at24@52' 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
2023-09-25 10:33:31 -03:00
committed by Shawn Guo
parent 2902c6f2d3
commit 6350a56276
2 changed files with 2 additions and 2 deletions
@@ -34,7 +34,7 @@
pinctrl-0 = <&pinctrl_i2c2>;
status = "okay";
at24@52 {
eeprom@52 {
compatible = "atmel,24c32";
pagesize = <32>;
reg = <0x52>;
@@ -180,7 +180,7 @@
pinctrl-0 = <&pinctrl_i2c2>;
status = "okay";
at24@52 {
eeprom@52 {
compatible = "atmel,24c32";
pagesize = <32>;
reg = <0x52>;