summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/s5pv210-fascinate4g.dts
diff options
context:
space:
mode:
authorJonathan Bakker <xc-racer2@live.ca>2020-05-01 16:50:07 -0700
committerKrzysztof Kozlowski <krzk@kernel.org>2020-05-04 17:13:04 +0200
commitaa2146416dbe2b9529267d6d17e1926fbde5a5b9 (patch)
tree9ad3334ba3c461e8da872302f16deb0f1747bc22 /arch/arm/boot/dts/s5pv210-fascinate4g.dts
parent09b39f60ee09aca4bebd2f53258814d755628529 (diff)
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.dts6
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>;
+};