1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-15 04:42:02 +00:00
openmptcprouter/root/target/linux/bcm27xx/patches-5.15/950-0538-Hifiberry-DAC-ADCPro-DT-overlay-add-optional-headpho.patch

30 lines
873 B
Diff
Raw Normal View History

2022-04-22 15:00:47 +00:00
From 747bb33460bad7d134c3f2ce44b59a919dfda928 Mon Sep 17 00:00:00 2001
2021-11-24 17:32:01 +00:00
From: Joerg Schambacher <joerg@hifiberry.com>
Date: Wed, 6 Oct 2021 17:19:58 +0200
2022-04-22 15:00:47 +00:00
Subject: [PATCH 538/828] Hifiberry DAC+ADCPro DT overlay: add optional
2021-11-24 17:32:01 +00:00
headphone amp
This is a copy of the approach from our DAC+ driver.
It allows to probe (and activate) an optional TPA6130A2 headphone
amplifier.
Signed-off-by: Joerg Schambacher <joerg@hifiberry.com>
---
.../boot/dts/overlays/hifiberry-dacplusadcpro-overlay.dts | 5 +++++
1 file changed, 5 insertions(+)
--- a/arch/arm/boot/dts/overlays/hifiberry-dacplusadcpro-overlay.dts
+++ b/arch/arm/boot/dts/overlays/hifiberry-dacplusadcpro-overlay.dts
2022-04-22 15:00:47 +00:00
@@ -43,6 +43,11 @@
2021-11-24 17:32:01 +00:00
clocks = <&dacpro_osc>;
status = "okay";
};
+ hpamp: hpamp@60 {
+ compatible = "ti,tpa6130a2";
+ reg = <0x60>;
+ status = "disabled";
+ };
};
};