Message ID | 168370026056.26.18241623196612563601@mailman-core.alsa-project.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add Chameleon v3 ASoC audio | expand |
diff --git a/arch/arm/boot/dts/socfpga_arria10_chameleonv3.dts b/arch/arm/boot/dts/socfpga_arria10_chameleonv3.dts index 422d00cd4c74..f0483ef46a36 100644 --- a/arch/arm/boot/dts/socfpga_arria10_chameleonv3.dts +++ b/arch/arm/boot/dts/socfpga_arria10_chameleonv3.dts @@ -69,6 +69,12 @@ u80: gpio@21 { "TP122", "TP123", "TP124"; + + mute { + gpio-hog; + gpios = <0 0>; + output-high; + }; }; };
Add an output-high gpio hog for the mute pin. Signed-off-by: Paweł Anikiel <pan@semihalf.com> --- arch/arm/boot/dts/socfpga_arria10_chameleonv3.dts | 6 ++++++ 1 file changed, 6 insertions(+)