1 From b1a85e3d9bdb3cc4d850b110ce08331fbc8e9172 Mon Sep 17 00:00:00 2001
2 From: Joerg Schambacher <joerg@hifiberry.com>
3 Date: Wed, 6 Oct 2021 17:19:58 +0200
4 Subject: [PATCH] Hifiberry DAC+ADCPro DT overlay: add optional
7 This is a copy of the approach from our DAC+ driver.
8 It allows to probe (and activate) an optional TPA6130A2 headphone
11 Signed-off-by: Joerg Schambacher <joerg@hifiberry.com>
13 .../boot/dts/overlays/hifiberry-dacplusadcpro-overlay.dts | 5 +++++
14 1 file changed, 5 insertions(+)
16 --- a/arch/arm/boot/dts/overlays/hifiberry-dacplusadcpro-overlay.dts
17 +++ b/arch/arm/boot/dts/overlays/hifiberry-dacplusadcpro-overlay.dts
19 clocks = <&dacpro_osc>;
23 + compatible = "ti,tpa6130a2";
25 + status = "disabled";