]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: dts: at91: sam9x60: Change i2c compatible
authorAlexander Dahl <ada@thorsis.com>
Wed, 5 Jul 2023 20:16:59 +0000 (22:16 +0200)
committerEugen Hristev <eugen.hristev@collabora.com>
Wed, 2 Aug 2023 05:54:21 +0000 (08:54 +0300)
There's a more specific compatible string for the i2c interface, use it.

Signed-off-by: Alexander Dahl <ada@thorsis.com>
arch/arm/dts/at91-sam9x60_curiosity.dts
arch/arm/dts/sam9x60ek.dts

index da5e19b66b8e5d2a2509e07c07d7dacea3feabfe..ae707dd64bd0c2ba7c785045e8490da0ff87d84f 100644 (file)
@@ -21,7 +21,7 @@
                                status = "okay";
 
                                i2c@600 {
-                                       compatible = "atmel,sama5d2-i2c";
+                                       compatible = "microchip,sam9x60-i2c";
                                        reg = <0x600 0x200>;
                                        pinctrl-names = "default";
                                        pinctrl-0 = <&pinctrl_flx0>;
index 45e2f4cc406268821187c6d78b46fba1b9b72ccb..74016f5e288aeea693804472f96c991fbdadb4c5 100644 (file)
@@ -62,7 +62,7 @@
                                status = "okay";
 
                                i2c@600 {
-                                       compatible = "atmel,sama5d2-i2c";
+                                       compatible = "microchip,sam9x60-i2c";
                                        reg = <0x600 0x200>;
                                        pinctrl-names = "default";
                                        pinctrl-0 = <&pinctrl_flx0>;