-
Notifications
You must be signed in to change notification settings - Fork 281
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add patch: fix i2cA and i2cB miossing pins
- Loading branch information
Showing
2 changed files
with
62 additions
and
0 deletions.
There are no files selected for viewing
31 changes: 31 additions & 0 deletions
31
kernel-patch/beta/linux-6.1.y/201-fix-i2ca-and-i2cb-miossing-pins.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
From 8e64c04724d47eaf82e4ff514c5de4a20034981b Mon Sep 17 00:00:00 2001 | ||
From: xxx <xxx@users.noreply.github.com> | ||
Date: Tue, 10 Dec 2024 08:49:19 +0800 | ||
Subject: [PATCH] fix i2cA and i2cB miossing pins | ||
|
||
--- | ||
arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 4 ++++ | ||
1 file changed, 4 insertions(+) | ||
|
||
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | ||
index 256c46771..2a8d05373 100644 | ||
--- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | ||
+++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | ||
@@ -333,6 +333,8 @@ | ||
|
||
&i2c_A { | ||
clocks = <&clkc CLKID_I2C>; | ||
+ pinctrl-names = "default"; | ||
+ pinctrl-0 = <&i2c_a_pins>; | ||
}; | ||
|
||
&i2c_AO { | ||
@@ -341,6 +343,8 @@ | ||
|
||
&i2c_B { | ||
clocks = <&clkc CLKID_I2C>; | ||
+ pinctrl-names = "default"; | ||
+ pinctrl-0 = <&i2c_b_pins>; | ||
}; | ||
|
||
&i2c_C { |
31 changes: 31 additions & 0 deletions
31
kernel-patch/beta/linux-6.6.y/201-fix-i2ca-and-i2cb-miossing-pins.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
From 567f38972d068fdc7f2358ffe367b9d150d51d42 Mon Sep 17 00:00:00 2001 | ||
From: xxx <xxx@users.noreply.github.com> | ||
Date: Tue, 10 Dec 2024 08:48:39 +0800 | ||
Subject: [PATCH] fix i2cA and i2cB miossing pins | ||
|
||
--- | ||
arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 4 ++++ | ||
1 file changed, 4 insertions(+) | ||
|
||
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | ||
index ed00e67e6..460a21a4f 100644 | ||
--- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | ||
+++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | ||
@@ -339,6 +339,8 @@ | ||
|
||
&i2c_A { | ||
clocks = <&clkc CLKID_I2C>; | ||
+ pinctrl-names = "default"; | ||
+ pinctrl-0 = <&i2c_a_pins>; | ||
}; | ||
|
||
&i2c_AO { | ||
@@ -347,6 +349,8 @@ | ||
|
||
&i2c_B { | ||
clocks = <&clkc CLKID_I2C>; | ||
+ pinctrl-names = "default"; | ||
+ pinctrl-0 = <&i2c_b_pins>; | ||
}; | ||
|
||
&i2c_C { |