diff options
| author | 2017-11-20 22:54:15 +0800 | |
|---|---|---|
| committer | 2018-02-12 14:15:10 -0800 | |
| commit | 7d6d8a2053e6c0c83168ccc876b18bc652b65efc (patch) | |
| tree | 4bcc6aeba0b9061f7b45cd6bb804e6f08e48c24c | |
| parent | ARM64: dts: meson-axg: describe pin DT info for I2C controller (diff) | |
ARM64: dts: meson-axg: enable I2C Master-1 for the audio speaker
In the S400 board, The I2C master-1 is connecting to
the audio speaker daughter board.
Signed-off-by: Jian Hu <jian.hu@amlogic.com>
Signed-off-by: Yixun Lan <yixun.lan@amlogic.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
| -rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-axg-s400.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts b/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts index 447b98d30921..644514cd8e23 100644 --- a/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts +++ b/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts @@ -33,3 +33,9 @@ pinctrl-0 = <&remote_input_ao_pins>; pinctrl-names = "default"; }; + +&i2c1 { + status = "okay"; + pinctrl-0 = <&i2c1_z_pins>; + pinctrl-names = "default"; +}; |
