Commit c2f5c84e authored by Andrei Simion's avatar Andrei Simion Committed by Claudiu Beznea
Browse files

ARM: dts: microchip: Rename the eeprom nodename



Align the eeprom nodename according to devicetree specification and
at24.yaml

Signed-off-by: default avatarAndrei Simion <andrei.simion@microchip.com>
Link: https://lore.kernel.org/r/20241002123010.111028-2-andrei.simion@microchip.com


Signed-off-by: default avatarClaudiu Beznea <claudiu.beznea@tuxon.dev>
parent 91d75e7f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -106,7 +106,7 @@ i2c0: i2c@f8028000 {
				scl-gpios = <&pioA PIN_PD22 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
				status = "okay";

				at24@50 {
				eeprom@50 {
					compatible = "atmel,24c02";
					reg = <0x50>;
					pagesize = <8>;
+1 −1
Original line number Diff line number Diff line
@@ -231,7 +231,7 @@ i2c1: i2c@fc028000 {
				scl-gpios = <&pioA PIN_PC7 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
				status = "okay";

				at24@50 {
				eeprom@50 {
					compatible = "atmel,24c02";
					reg = <0x50>;
					pagesize = <8>;
+1 −1
Original line number Diff line number Diff line
@@ -411,7 +411,7 @@ i2c1: i2c@fc028000 {
				scl-gpios = <&pioA PIN_PD5 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
				status = "okay";

				at24@54 {
				eeprom@54 {
					compatible = "atmel,24c02";
					reg = <0x54>;
					pagesize = <16>;
+1 −1
Original line number Diff line number Diff line
@@ -165,7 +165,7 @@ button-4 {
	i2c-gpio-0 {
		status = "okay";

		24c512@50 {
		eeprom@50 {
			compatible = "atmel,24c512";
			reg = <0x50>;
		};
+1 −1
Original line number Diff line number Diff line
@@ -253,7 +253,7 @@ button-right-click {
	i2c-gpio-0 {
		status = "okay";

		24c512@50 {
		eeprom@50 {
			compatible = "atmel,24c512";
			reg = <0x50>;
			pagesize = <128>;
Loading