ARM: dts: fix STMicroelectronics compatible strings
authorStefan Agner <stefan@agner.ch>
Sun, 26 Jun 2016 09:34:06 +0000 (02:34 -0700)
committerRob Herring <robh@kernel.org>
Fri, 22 Jul 2016 19:53:16 +0000 (14:53 -0500)
Replace the non-standard vendor prefix stm with st for
STMicroelectronics. The drivers do not specify the vendor prefixes
since the I2C Core strips them away from the DT provided compatible
string. Therefore, changing existing device trees does not have any
impact on device detection.

Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Rob Herring <robh@kernel.org>
arch/arm/boot/dts/imx28-m28.dtsi
arch/arm/boot/dts/imx51-ts4800.dts
arch/arm/boot/dts/imx53-m53.dtsi
arch/arm/boot/dts/imx6q-dmo-edmqmx6.dts
arch/arm/boot/dts/socfpga_cyclone5_socrates.dts

index 6cebaa6..214bb15 100644 (file)
@@ -37,7 +37,7 @@
                                status = "okay";
 
                                rtc: rtc@68 {
-                                       compatible = "stm,m41t62";
+                                       compatible = "st,m41t62";
                                        reg = <0x68>;
                                };
                        };
index 0ff76a1..30f44b5 100644 (file)
        status = "okay";
 
        rtc: m41t00@68 {
-               compatible = "stm,m41t00";
+               compatible = "st,m41t00";
                reg = <0x68>;
        };
 };
index 87a7fc7..d259f57 100644 (file)
@@ -84,7 +84,7 @@
        };
 
        rtc: rtc@68 {
-               compatible = "stm,m41t62";
+               compatible = "st,m41t62";
                reg = <0x68>;
        };
 };
index 364578d..9059073 100644 (file)
        };
 
        rtc: m41t62@68 {
-               compatible = "stm,m41t62";
+               compatible = "st,m41t62";
                reg = <0x68>;
        };
 };
index e1a61f2..d798537 100644 (file)
@@ -52,7 +52,7 @@
        status = "okay";
 
        rtc: rtc@68 {
-               compatible = "stm,m41t82";
+               compatible = "st,m41t82";
                reg = <0x68>;
        };
 };