diff options
author | Jonathan Bakker <xc-racer2@live.ca> | 2020-05-02 01:50:07 +0200 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2020-05-04 17:13:04 +0200 |
commit | aa2146416dbe2b9529267d6d17e1926fbde5a5b9 (patch) | |
tree | 9ad3334ba3c461e8da872302f16deb0f1747bc22 /arch/arm/boot/dts/s5pv210-fascinate4g.dts | |
parent | ARM: dts: s5pv210: Disable pulls on GPIO I2C adapters for Aries (diff) | |
download | linux-aa2146416dbe2b9529267d6d17e1926fbde5a5b9.tar.xz linux-aa2146416dbe2b9529267d6d17e1926fbde5a5b9.zip |
ARM: dts: s5pv210: Add WM8994 support to Aries boards
Aries boards have a Wolfson WM8994 sound card attached over gpio-i2c.
There is currently no ASoC Machine Driver.
Signed-off-by: Jonathan Bakker <xc-racer2@live.ca>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/s5pv210-fascinate4g.dts')
-rw-r--r-- | arch/arm/boot/dts/s5pv210-fascinate4g.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/s5pv210-fascinate4g.dts b/arch/arm/boot/dts/s5pv210-fascinate4g.dts index 65f589e2b72a..5e1b81823a8d 100644 --- a/arch/arm/boot/dts/s5pv210-fascinate4g.dts +++ b/arch/arm/boot/dts/s5pv210-fascinate4g.dts @@ -279,3 +279,9 @@ PIN_SLP(mp07-7, INPUT, DOWN); }; }; + +&wm8994 { + /* GPIO3 (BCLK2) and GPIO4 (LRCLK2) as outputs */ + wlf,gpio-cfg = <0xa101 0x8100 0x8100 0x8100 0x8100 0xa101 + 0x0100 0x8100 0x0100 0x0100 0x0100>; +}; |