* Linux: Update kernel 5.10.61 for ODROID-N2 (#1512) Update the kernel to 5.10.61 for ODROID-N2 and fix the update script to update kernel for ODROID-N2 next time too. * Move ODROID kernel patches to non-kernel version specific directory
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 {
|