From: Grond <[email protected]> This will ensure that the new PCM1773 driver gets loaded automatically.
Signed-off-by: Grond <[email protected]> Signed-off-by: H. Nikolaus Schaller <[email protected]> --- arch/arm/boot/dts/ti/omap/omap3-pandora-common.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/ti/omap/omap3-pandora-common.dtsi b/arch/arm/boot/dts/ti/omap/omap3-pandora-common.dtsi index 5907b2455f75b..de9860526b323 100644 --- a/arch/arm/boot/dts/ti/omap/omap3-pandora-common.dtsi +++ b/arch/arm/boot/dts/ti/omap/omap3-pandora-common.dtsi @@ -42,6 +42,13 @@ tv_connector_in: endpoint { }; }; + dac: pcm1773-codec { + compatible = "ti,pcm1773"; + vcc-supply = <&vsim>; + enable-gpio = <&gpio4 22 GPIO_ACTIVE_HIGH>; /* GPIO 118 */ + status = "okay"; + }; + gpio-leds { compatible = "gpio-leds"; -- 2.50.1 (Apple Git-155)
