Skip to content

Commit

Permalink
ARM: dts: imx6q-sabrelite: add sgtl5000 audio codec
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Zhao <richard.zhao@linaro.org>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
  • Loading branch information
Richard Zhao authored and Shawn Guo committed Feb 27, 2012
1 parent cf37a8e commit adcec4c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions arch/arm/boot/dts/imx6q-sabrelite.dts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,18 @@
uart2: uart@021e8000 {
status = "okay";
};

i2c@021a0000 { /* I2C1 */
status = "okay";
clock-frequency = <100000>;

codec: sgtl5000@0a {
compatible = "fsl,sgtl5000";
reg = <0x0a>;
VDDA-supply = <&reg_2p5v>;
VDDIO-supply = <&reg_3p3v>;
};
};
};
};

Expand Down

0 comments on commit adcec4c

Please sign in to comment.