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

ARM: dts: omap3-echo: Add ath6kl node

Add ath6kl node.

Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by

André Hentschel and committed by
Tony Lindgren
2082852f 9f98835b

+7
+7
arch/arm/boot/dts/omap3-echo.dts
··· 606 606 }; 607 607 608 608 &mmc3 { 609 + #address-cells = <1>; 610 + #size-cells = <0>; 609 611 status = "okay"; 610 612 bus-width = <4>; 611 613 pinctrl-names = "default"; ··· 617 615 mmc-pwrseq = <&sdio_pwrseq>; 618 616 vmmc-supply = <&vcc3v3>; 619 617 vqmmc-supply = <&vcc1v8>; 618 + atheros@0 { 619 + compatible = "atheros,ath6kl"; 620 + reg = <0>; 621 + bus-width = <4>; 622 + }; 620 623 }; 621 624 622 625 &tps {