mirror of
https://github.com/armbian/build.git
synced 2025-08-17 16:46:58 +02:00
* Wireguard: bump tag to most recent since it breaks building on 5.4.y * Move rockchip current to 5.4.y * Move sunxi current to 5.4.y * Move meson64 to 5.4.y * Move odroidxu4 to 5.4.y and enable "current" targets * Enable missing target
34 lines
967 B
Diff
34 lines
967 B
Diff
From d29c0f548eea79f9b3b6e0ef5b31d8ff4519b706 Mon Sep 17 00:00:00 2001
|
|
From: Jerome Brunet <jbrunet@baylibre.com>
|
|
Date: Thu, 30 Mar 2017 15:32:17 +0200
|
|
Subject: [PATCH 11/16] ARM64: dts: meson-gxbb-p20x: add analog amplifier node
|
|
|
|
Add the node for the analog sound amplifier Dioo 2125 found on the p20x
|
|
reference design
|
|
|
|
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
|
|
---
|
|
arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi | 6 ++++++
|
|
1 file changed, 6 insertions(+)
|
|
|
|
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi
|
|
index aa20b020ae89..da10e86a7625 100644
|
|
--- a/arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi
|
|
+++ b/arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi
|
|
@@ -169,6 +169,12 @@
|
|
compatible = "everest,es7134";
|
|
status = "okay";
|
|
};
|
|
+
|
|
+ amp: analog-amplifier {
|
|
+ compatible = "dioo,dio2125";
|
|
+ enable-gpios = <&gpio GPIOH_3 0>;
|
|
+ status = "okay";
|
|
+ };
|
|
};
|
|
|
|
&hdmi_tx {
|
|
--
|
|
2.20.1
|
|
|