diff options
author | Richard Zhao <richard.zhao@linaro.org> | 2012-02-01 21:12:03 -0500 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-02-27 01:53:48 -0500 |
commit | adcec4ce967a4c2aee2906a262b67ef17ef6d92d (patch) | |
tree | c11624e7a355f98b8a2c6458c077c666a7216180 /arch/arm/boot/dts/imx6q-sabrelite.dts | |
parent | cf37a8ee60322992d5aa598bb8edc6fb9c80e2e4 (diff) |
ARM: dts: imx6q-sabrelite: add sgtl5000 audio codec
Signed-off-by: Richard Zhao <richard.zhao@linaro.org>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-sabrelite.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6q-sabrelite.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6q-sabrelite.dts b/arch/arm/boot/dts/imx6q-sabrelite.dts index cdc2ad6cb682..3a9d32cff529 100644 --- a/arch/arm/boot/dts/imx6q-sabrelite.dts +++ b/arch/arm/boot/dts/imx6q-sabrelite.dts | |||
@@ -44,6 +44,18 @@ | |||
44 | uart2: uart@021e8000 { | 44 | uart2: uart@021e8000 { |
45 | status = "okay"; | 45 | status = "okay"; |
46 | }; | 46 | }; |
47 | |||
48 | i2c@021a0000 { /* I2C1 */ | ||
49 | status = "okay"; | ||
50 | clock-frequency = <100000>; | ||
51 | |||
52 | codec: sgtl5000@0a { | ||
53 | compatible = "fsl,sgtl5000"; | ||
54 | reg = <0x0a>; | ||
55 | VDDA-supply = <®_2p5v>; | ||
56 | VDDIO-supply = <®_3p3v>; | ||
57 | }; | ||
58 | }; | ||
47 | }; | 59 | }; |
48 | }; | 60 | }; |
49 | 61 | ||