projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f2938d
)
ARM: dts: aspeed: Add AST2600 I3C control pins
author
Dylan Hung
<dylan_hung@aspeedtech.com>
Wed, 9 Aug 2023 13:44:13 +0000
(21:44 +0800)
committer
Joel Stanley
<joel@jms.id.au>
Thu, 10 Aug 2023 12:09:42 +0000
(21:39 +0930)
Add pinctrl support for the I3C1 and I3C2 pins.
Signed-off-by: Dylan Hung <dylan_hung@aspeedtech.com>
Reviewed-by: Jeremy Kerr <jk@codeconstruct.com.au>
Link:
https://lore.kernel.org/r/20230809134413.3614535-1-dylan_hung@aspeedtech.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed/aspeed-g6-pinctrl.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/aspeed/aspeed-g6-pinctrl.dtsi
b/arch/arm/boot/dts/aspeed/aspeed-g6-pinctrl.dtsi
index 7cd4f075e32501158f373e2057c76e1126f69d05..289668f051eb4271ac48ae3ce9b82587911548ee 100644
(file)
--- a/
arch/arm/boot/dts/aspeed/aspeed-g6-pinctrl.dtsi
+++ b/
arch/arm/boot/dts/aspeed/aspeed-g6-pinctrl.dtsi
@@
-297,6
+297,16
@@
groups = "I2C9";
};
+ pinctrl_i3c1_default: i3c1_default {
+ function = "I3C1";
+ groups = "I3C1";
+ };
+
+ pinctrl_i3c2_default: i3c2_default {
+ function = "I3C2";
+ groups = "I3C2";
+ };
+
pinctrl_i3c3_default: i3c3_default {
function = "I3C3";
groups = "I3C3";