[PATCH 4/5] arm64: dts: meson: gxl: add i2c C pins
Jerome Brunet
jbrunet at baylibre.com
Thu Dec 19 19:36:19 CET 2019
Add dv18 i2c C pins on the gxl SoC
Signed-off-by: Jerome Brunet <jbrunet at baylibre.com>
---
arch/arm/dts/meson-gxl.dtsi | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/arch/arm/dts/meson-gxl.dtsi b/arch/arm/dts/meson-gxl.dtsi
index d5c3d78aafeb..4ef11e5381d8 100644
--- a/arch/arm/dts/meson-gxl.dtsi
+++ b/arch/arm/dts/meson-gxl.dtsi
@@ -511,6 +511,15 @@
};
};
+ i2c_c_dv18_pins: i2c_c_dv18 {
+ mux {
+ groups = "i2c_sck_c_dv19",
+ "i2c_sda_c_dv18";
+ function = "i2c_c";
+ bias-disable;
+ };
+ };
+
eth_pins: eth_c {
mux {
groups = "eth_mdio",
--
2.23.0
More information about the U-Boot
mailing list