]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
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 6cebaa6b88338d87a11d6d697f2100c114fcc775..214bb1506b532998169c6507e8f6db0b29211cda 100644 (file)
@@ -37,7 +37,7 @@
                                status = "okay";
 
                                rtc: rtc@68 {
-                                       compatible = "stm,m41t62";
+                                       compatible = "st,m41t62";
                                        reg = <0x68>;
                                };
                        };
index 0ff76a1bc0f1b66e7681ea175a1b7cc82343cdd6..30f44b5565b9b793753e72d631f7f26139158239 100644 (file)
        status = "okay";
 
        rtc: m41t00@68 {
-               compatible = "stm,m41t00";
+               compatible = "st,m41t00";
                reg = <0x68>;
        };
 };
index 87a7fc709c2d81b40d1eccfb9a41ac3435258208..d259f57bfd98a2955167689c8ed283689677e06f 100644 (file)
@@ -84,7 +84,7 @@
        };
 
        rtc: rtc@68 {
-               compatible = "stm,m41t62";
+               compatible = "st,m41t62";
                reg = <0x68>;
        };
 };
index 364578d707a570a5f77ca691525aa271b8a89b1c..905907325f3b49302acb36f3d1a9e549ee196c81 100644 (file)
        };
 
        rtc: m41t62@68 {
-               compatible = "stm,m41t62";
+               compatible = "st,m41t62";
                reg = <0x68>;
        };
 };
index e1a61f20873f0d8510304994983060559ec9020f..d7985377506107e9200699a8aebf84f614f93745 100644 (file)
@@ -52,7 +52,7 @@
        status = "okay";
 
        rtc: rtc@68 {
-               compatible = "stm,m41t82";
+               compatible = "st,m41t82";
                reg = <0x68>;
        };
 };