Hifiberry DAC+ADCPro DT overlay: add optional headphone amp
authorJoerg Schambacher <joerg@hifiberry.com>
Wed, 6 Oct 2021 15:19:58 +0000 (17:19 +0200)
committerDom Cobley <popcornmix@gmail.com>
Mon, 21 Mar 2022 16:04:26 +0000 (16:04 +0000)
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>
arch/arm/boot/dts/overlays/hifiberry-dacplusadcpro-overlay.dts

index cafa2ccd7ff7139e448d8a8e4ac91fe3d64d8a38..561cd84bbb79cb92695a11c289d3e4e7b269453f 100644 (file)
                                clocks = <&dacpro_osc>;
                                status = "okay";
                        };
+                       hpamp: hpamp@60 {
+                               compatible = "ti,tpa6130a2";
+                               reg = <0x60>;
+                               status = "disabled";
+                       };
                };
        };