diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2016-09-14 13:06:08 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2016-09-14 20:48:36 +0300 |
commit | cb700f4935dbd65aedfaabb0f5799eb14e5ebb60 (patch) | |
tree | 4220485d8175f501656595ae9f749e9b20e9ef8c /arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts | |
parent | 1befc626c175871d3a95a9b7dc51956a66e8760a (diff) | |
download | linux-cb700f4935dbd65aedfaabb0f5799eb14e5ebb60.tar.xz |
ARM64: dts: gxbb: add i2c bus
Add nodes for i2c bus on gxbb based platforms.
On the OdroidC2 (I2C A) and P200 (I2C B), the pull-up resistor are
present directly on the board. This indicates that these pins are
dedicated to i2c.
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts b/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts index 233703529201..e6e3491d48a5 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts @@ -92,3 +92,9 @@ pinctrl-0 = <&remote_input_ao_pins>; pinctrl-names = "default"; }; + +&i2c_A { + status = "okay"; + pinctrl-0 = <&i2c_a_pins>; + pinctrl-names = "default"; +}; |