ARM: dts: omap3-echo: Add ath6kl node
authorAndré Hentschel <nerv@dawncrow.de>
Sat, 30 Jan 2021 12:25:14 +0000 (13:25 +0100)
committerTony Lindgren <tony@atomide.com>
Wed, 24 Mar 2021 16:31:09 +0000 (18:31 +0200)
Add ath6kl node.

Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap3-echo.dts

index 3382480..8f02ff5 100644 (file)
 };
 
 &mmc3 {
+       #address-cells = <1>;
+       #size-cells = <0>;
        status = "okay";
        bus-width = <4>;
        pinctrl-names = "default";
        mmc-pwrseq = <&sdio_pwrseq>;
        vmmc-supply = <&vcc3v3>;
        vqmmc-supply = <&vcc1v8>;
+       atheros@0 {
+               compatible = "atheros,ath6kl";
+               reg = <0>;
+               bus-width = <4>;
+       };
 };
 
 &tps {