OSDN Git Service

ARM: dts: am335x: Use correct vendor prefix for Asahi Kasei Corp.
authorThierry Reding <treding@nvidia.com>
Mon, 6 Dec 2021 14:48:02 +0000 (15:48 +0100)
committerTony Lindgren <tony@atomide.com>
Thu, 9 Dec 2021 08:06:42 +0000 (10:06 +0200)
The old "ak" vendor prefix that was never officially accepted was still
being used in some device trees. Convert to the correct vendor prefix
(i.e. "asahi-kasei").

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am335x-boneblue.dts
arch/arm/boot/dts/am335x-osd3358-sm-red.dts

index c6bb325..147c00d 100644 (file)
                        #address-cells = <1>;
                        #size-cells = <0>;
                        ax8975@c {
-                               compatible = "ak,ak8975";
+                               compatible = "asahi-kasei,ak8975";
                                reg = <0x0c>;
                        };
                };
index 605b2a4..b2846cd 100644 (file)
@@ -84,7 +84,7 @@
                        #address-cells = <1>;
                        #size-cells = <0>;
                        ax8975@c {
-                               compatible = "ak,ak8975";
+                               compatible = "asahi-kasei,ak8975";
                                reg = <0x0c>;
                        };
                };