diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-07-04 20:55:06 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-08-22 17:29:00 +0200 |
commit | eda5fe8bd70fbb430873382914a80ddbeb693e24 (patch) | |
tree | 285c1539161cc06375a39e3f34206a2163bd45a4 /arch/arm/boot/dts/imx6dl.dtsi | |
parent | ARM: dts: imx27 phyCARD-S remove wrong I2C RTC (diff) | |
download | linux-eda5fe8bd70fbb430873382914a80ddbeb693e24.tar.xz linux-eda5fe8bd70fbb430873382914a80ddbeb693e24.zip |
ARM: dts: imx6dl-wandboard: Add audio support
Wandboard has a sgtl5000 codec.
Add audio support.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6dl.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6dl.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6dl.dtsi b/arch/arm/boot/dts/imx6dl.dtsi index 2b5628d23299..4505109de7d6 100644 --- a/arch/arm/boot/dts/imx6dl.dtsi +++ b/arch/arm/boot/dts/imx6dl.dtsi @@ -196,6 +196,13 @@ MX6DL_PAD_EIM_D16__I2C2_SDA 0x4001b8b1 >; }; + + pinctrl_i2c2_2: i2c2grp-2 { + fsl,pins = < + MX6DL_PAD_KEY_COL3__I2C2_SCL 0x4001b8b1 + MX6DL_PAD_KEY_ROW3__I2C2_SDA 0x4001b8b1 + >; + }; }; i2c3 { |