Commit fa0fdb78 authored by Thierry Reding's avatar Thierry Reding Committed by Tony Lindgren
Browse files

ARM: dts: am335x: Use correct vendor prefix for Asahi Kasei Corp.



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: default avatarThierry Reding <treding@nvidia.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 7ebe6e99
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -341,7 +341,7 @@ i2c-gate {
			#address-cells = <1>;
			#size-cells = <0>;
			ax8975@c {
				compatible = "ak,ak8975";
				compatible = "asahi-kasei,ak8975";
				reg = <0x0c>;
			};
		};
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@ i2c-gate {
			#address-cells = <1>;
			#size-cells = <0>;
			ax8975@c {
				compatible = "ak,ak8975";
				compatible = "asahi-kasei,ak8975";
				reg = <0x0c>;
			};
		};