aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/amlogic/meson-gxbb-p200.dts
diff options
context:
space:
mode:
authorJerome Brunet <jbrunet@baylibre.com>2016-09-14 12:06:08 +0200
committerKevin Hilman <khilman@baylibre.com>2016-09-14 10:48:36 -0700
commitcb700f4935dbd65aedfaabb0f5799eb14e5ebb60 (patch)
tree4220485d8175f501656595ae9f749e9b20e9ef8c /arch/arm64/boot/dts/amlogic/meson-gxbb-p200.dts
parentARM64: dts: meson-gxbb: add I2C nodes (diff)
downloadlinux-dev-cb700f4935dbd65aedfaabb0f5799eb14e5ebb60.tar.xz
linux-dev-cb700f4935dbd65aedfaabb0f5799eb14e5ebb60.zip
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-p200.dts')
-rw-r--r--arch/arm64/boot/dts/amlogic/meson-gxbb-p200.dts6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb-p200.dts b/arch/arm64/boot/dts/amlogic/meson-gxbb-p200.dts
index 62979076e250..03e3d76626dd 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxbb-p200.dts
+++ b/arch/arm64/boot/dts/amlogic/meson-gxbb-p200.dts
@@ -50,3 +50,9 @@
compatible = "amlogic,p200", "amlogic,meson-gxbb";
model = "Amlogic Meson GXBB P200 Development Board";
};
+
+&i2c_B {
+ status = "okay";
+ pinctrl-0 = <&i2c_b_pins>;
+ pinctrl-names = "default";
+};