All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: meson-gxbb-odroidc2: enable I2C bus B
@ 2019-02-09 15:50 ` Stijn Tintel
  0 siblings, 0 replies; 7+ messages in thread
From: Stijn Tintel @ 2019-02-09 15:50 UTC (permalink / raw)
  To: khilman; +Cc: devicetree, linux-kernel, linux-arm-kernel, linux-amlogic

The ODROID C2 has 2 I2C buses, so enable both of them.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
---
 arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts b/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts
index 1cc9dc68ef00..ee666471a580 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts
+++ b/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts
@@ -180,6 +180,12 @@
 	pinctrl-names = "default";
 };
 
+&i2c_B {
+	status = "okay";
+	pinctrl-0 = <&i2c_b_pins>;
+	pinctrl-names = "default";
+};
+
 &ir {
 	status = "okay";
 	pinctrl-0 = <&remote_input_ao_pins>;
-- 
2.19.2


_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-02-10 10:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-09 15:50 [PATCH] arm64: dts: meson-gxbb-odroidc2: enable I2C bus B Stijn Tintel
2019-02-09 15:50 ` Stijn Tintel
2019-02-09 15:50 ` Stijn Tintel
2019-02-09 15:50 ` Stijn Tintel
2019-02-10 10:56 ` Neil Armstrong
2019-02-10 10:56   ` Neil Armstrong
2019-02-10 10:56   ` Neil Armstrong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.