Commit 17afe1a3 authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo
Browse files

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: default avatarFabio Estevam <festevam@denx.de>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 3c52e3e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -274,7 +274,7 @@ sensor1: lm75@48 {
		reg = <0x48>;
	};

	eeprom: 24c64@50 {
	eeprom: eeprom@50 {
		compatible = "atmel,24c64";
		pagesize = <32>;
		reg = <0x50>;
+1 −1
Original line number Diff line number Diff line
@@ -276,7 +276,7 @@ &i2c3 {
	pinctrl-0 = <&pinctrl_i2c3>;
	status = "okay";

	at24@50 {
	eeprom@50 {
		compatible = "atmel,24c256";
		pagesize = <64>;
		reg = <0x50>;
+1 −1
Original line number Diff line number Diff line
@@ -166,7 +166,7 @@ &i2c1 {
	pinctrl-0 = <&pinctrl_h100_i2c1>;
	status = "okay";

	eeprom: 24c02@51 {
	eeprom: eeprom@51 {
		compatible = "microchip,24c02", "atmel,24c02";
		reg = <0x51>;
	};