937d1040d0dd8f715e85de78ca26fa10a8917f20
[openwrt/openwrt.git] / target / linux / bcm27xx / patches-5.4 / 950-0884-ARM-dts-hifiberry-dacplus-headphone-amp-support.patch
1 From 3295a6b483ea507f8e5d19a806b7db1da1f5a567 Mon Sep 17 00:00:00 2001
2 From: Phil Elwell <phil@raspberrypi.com>
3 Date: Wed, 8 Jul 2020 17:33:06 +0100
4 Subject: [PATCH] ARM: dts: hifiberry-dacplus headphone amp support
5
6 Signed-off-by: Phil Elwell <phil@raspberrypi.com>
7 ---
8 arch/arm/boot/dts/overlays/hifiberry-dacplus-overlay.dts | 5 +++++
9 1 file changed, 5 insertions(+)
10
11 --- a/arch/arm/boot/dts/overlays/hifiberry-dacplus-overlay.dts
12 +++ b/arch/arm/boot/dts/overlays/hifiberry-dacplus-overlay.dts
13 @@ -39,6 +39,11 @@
14 CPVDD-supply = <&vdd_3v3_reg>;
15 status = "okay";
16 };
17 + hpamp: hpamp@60 {
18 + compatible = "ti,tpa6130a2";
19 + reg = <0x60>;
20 + status = "disabled";
21 + };
22 };
23 };
24