mirror of
https://github.com/Fishwaldo/build.git
synced 2025-07-23 13:29:33 +00:00
* Bump to 4.18, removing the obvious, fixing build problems, put some on waiting. * Pin 4.18 to DEV, rollback 4.14 to NEXT, adjust configs, remove one deprecated patch from NEXT and add board-h3-address-some-stability-issues.patch * Adjust few boards in development to new reality, removing it from NEXT for now * Adjust few board configs * Board config adjustement * Adjust few boards configs * Port NeoCore2 and Neo21.1 to 4.14.y * Adjust board config * Adjust board config
35 lines
992 B
Diff
35 lines
992 B
Diff
From a741524891ac224a94817133c549adfc260ea3a4 Mon Sep 17 00:00:00 2001
|
|
From: Ondrej Jirman <megous@megous.com>
|
|
Date: Sun, 26 Feb 2017 16:08:34 +0100
|
|
Subject: [PATCH 40/87] ARM: sunxi: h3/h5: Add r_i2c pinmux node
|
|
|
|
H3/H5 SoCs contain an I2C controller optionally available
|
|
on the PL0 and PL1 pins. This patch adds pinmux configuration
|
|
for this controller.
|
|
|
|
Signed-off-by: Ondrej Jirman <megous@megous.com>
|
|
[Icenowy: change commit message, node name and function name]
|
|
Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
|
|
---
|
|
arch/arm/boot/dts/sunxi-h3-h5.dtsi | 5 +++++
|
|
1 file changed, 5 insertions(+)
|
|
|
|
diff --git a/arch/arm/boot/dts/sunxi-h3-h5.dtsi b/arch/arm/boot/dts/sunxi-h3-h5.dtsi
|
|
index d38282b9e5d4..3a5f2aad7449 100644
|
|
--- a/arch/arm/boot/dts/sunxi-h3-h5.dtsi
|
|
+++ b/arch/arm/boot/dts/sunxi-h3-h5.dtsi
|
|
@@ -639,6 +639,11 @@
|
|
pins = "PL11";
|
|
function = "s_cir_rx";
|
|
};
|
|
+
|
|
+ r_i2c_pins: r-i2c {
|
|
+ pins = "PL0", "PL1";
|
|
+ function = "s_i2c";
|
|
+ };
|
|
};
|
|
};
|
|
};
|
|
--
|
|
2.13.5
|
|
|