* Bump to 5.15.y imx6, xu4, rocchip64, jetson-nano * Sunxi patches cleanup Thanks @jernejsk * Bump Meson64 to 5.15.y * Bump mvebu* to 5.15.y @heisath Disable 13-net-mvneta.patch - double check. * Add uppstram patch for opi zero2 legacy kernel * Update mvebu mvneta patch * Orangepi Zero2 reboot fix Co-authored-by: Heisath <jannis@imserv.org>
23 lines
506 B
Diff
23 lines
506 B
Diff
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
|
|
index 98cbba6..48ca119 100644
|
|
--- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
|
|
+++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
|
|
@@ -321,6 +322,8 @@
|
|
|
|
&i2c_A {
|
|
clocks = <&clkc CLKID_I2C>;
|
|
+ pinctrl-names = "default";
|
|
+ pinctrl-0 = <&i2c_a_pins>;
|
|
};
|
|
|
|
&i2c_AO {
|
|
@@ -329,6 +332,8 @@
|
|
|
|
&i2c_B {
|
|
clocks = <&clkc CLKID_I2C>;
|
|
+ pinctrl-names = "default";
|
|
+ pinctrl-0 = <&i2c_b_pins>;
|
|
};
|
|
|
|
&i2c_C {
|