Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Thierry Reding <treding@nvidia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by

Thierry Reding and committed by
Tony Lindgren
fa0fdb78 7ebe6e99

+2 -2
+1 -1
arch/arm/boot/dts/am335x-boneblue.dts
··· 341 341 #address-cells = <1>; 342 342 #size-cells = <0>; 343 343 ax8975@c { 344 - compatible = "ak,ak8975"; 344 + compatible = "asahi-kasei,ak8975"; 345 345 reg = <0x0c>; 346 346 }; 347 347 };
+1 -1
arch/arm/boot/dts/am335x-osd3358-sm-red.dts
··· 84 84 #address-cells = <1>; 85 85 #size-cells = <0>; 86 86 ax8975@c { 87 - compatible = "ak,ak8975"; 87 + compatible = "asahi-kasei,ak8975"; 88 88 reg = <0x0c>; 89 89 }; 90 90 };