Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f64dd550 authored by Bartosz Golaszewski's avatar Bartosz Golaszewski Committed by Dinh Nguyen
Browse files

ARM: dts: consistently use 'atmel' as at24 manufacturer in cyclone5



Using 'at' or 'at24' as the <manufacturer> part of the compatible
string is now deprecated. Use a correct value: 'atmel,<model>'.

Signed-off-by: default avatarBartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: default avatarDinh Nguyen <dinguyen@kernel.org>
parent ab50a444
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -161,7 +161,7 @@
	};
	};


	at24@50 {
	at24@50 {
		compatible = "at24,24c01";
		compatible = "atmel,24c01";
		pagesize = <8>;
		pagesize = <8>;
		reg = <0x50>;
		reg = <0x50>;
	};
	};
@@ -213,7 +213,7 @@
			#size-cells = <0>;
			#size-cells = <0>;
			reg = <6>;
			reg = <6>;
			eeprom@51 {
			eeprom@51 {
				compatible = "at,24c01";
				compatible = "atmel,24c01";
				pagesize = <8>;
				pagesize = <8>;
				reg = <0x51>;
				reg = <0x51>;
			};
			};
@@ -224,7 +224,7 @@
			#size-cells = <0>;
			#size-cells = <0>;
			reg = <7>;
			reg = <7>;
			eeprom@51 {
			eeprom@51 {
				compatible = "at,24c01";
				compatible = "atmel,24c01";
				pagesize = <8>;
				pagesize = <8>;
				reg = <0x51>;
				reg = <0x51>;
			};
			};