diff options
author | André Hentschel <nerv@dawncrow.de> | 2021-01-30 15:25:14 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2021-03-24 19:31:09 +0300 |
commit | 2082852fd72f9748cbaaa896825e827049932c69 (patch) | |
tree | 892a452b500a384437e038dbb33670d7195026bd /arch/arm/boot/dts/omap3-echo.dts | |
parent | 9f98835bb0e57c526ca1598640df9311f73b7277 (diff) | |
download | linux-2082852fd72f9748cbaaa896825e827049932c69.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/omap3-echo.dts')
-rw-r--r-- | arch/arm/boot/dts/omap3-echo.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-echo.dts b/arch/arm/boot/dts/omap3-echo.dts index 3382480d5f19..8f02ff5e7da6 100644 --- a/arch/arm/boot/dts/omap3-echo.dts +++ b/arch/arm/boot/dts/omap3-echo.dts @@ -606,6 +606,8 @@ }; &mmc3 { + #address-cells = <1>; + #size-cells = <0>; status = "okay"; bus-width = <4>; pinctrl-names = "default"; @@ -615,6 +617,11 @@ mmc-pwrseq = <&sdio_pwrseq>; vmmc-supply = <&vcc3v3>; vqmmc-supply = <&vcc1v8>; + atheros@0 { + compatible = "atheros,ath6kl"; + reg = <0>; + bus-width = <4>; + }; }; &tps { |