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

Commit 01ab1167 authored by Maxime Ripard's avatar Maxime Ripard Committed by Greg Kroah-Hartman
Browse files

ARM: sunxi: dt: Convert to the new SID compatibles



Switch the device tree to the new compatibles introduced in the SID drivers
to have a common pattern accross all Allwinner SoCs.

Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f0de8e04
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -421,7 +421,7 @@
		};

		sid: eeprom@01c23800 {
			compatible = "allwinner,sun4i-sid";
			compatible = "allwinner,sun4i-a10-sid";
			reg = <0x01c23800 0x10>;
		};

+1 −1
Original line number Diff line number Diff line
@@ -378,7 +378,7 @@
		};

		sid: eeprom@01c23800 {
			compatible = "allwinner,sun4i-sid";
			compatible = "allwinner,sun4i-a10-sid";
			reg = <0x01c23800 0x10>;
		};

+1 −1
Original line number Diff line number Diff line
@@ -341,7 +341,7 @@
		};

		sid: eeprom@01c23800 {
			compatible = "allwinner,sun4i-sid";
			compatible = "allwinner,sun4i-a10-sid";
			reg = <0x01c23800 0x10>;
		};