* [PATCH v2] ARM: dts: pinctrl-aspeed-g6: Add I3C1 and I3C2 control pins
@ 2023-08-09 13:44 Dylan Hung
2023-08-11 0:14 ` Joel Stanley
0 siblings, 1 reply; 2+ messages in thread
From: Dylan Hung @ 2023-08-09 13:44 UTC (permalink / raw)
To: robh+dt, krzysztof.kozlowski+dt, conor+dt, joel, andrew,
devicetree, linux-arm-kernel, linux-aspeed, linux-kernel
Cc: kobedylan, BMC-SW, Jeremy Kerr
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>
---
changes in v2:
There are no code or message changes in v2. This commit is being made as
a standalone patch separate from the original patch series, as the other
patches from the original series are no longer necessary.
arch/arm/boot/dts/aspeed/aspeed-g6-pinctrl.dtsi | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/arch/arm/boot/dts/aspeed/aspeed-g6-pinctrl.dtsi b/arch/arm/boot/dts/aspeed/aspeed-g6-pinctrl.dtsi
index 7cd4f075e325..289668f051eb 100644
--- a/arch/arm/boot/dts/aspeed/aspeed-g6-pinctrl.dtsi
+++ b/arch/arm/boot/dts/aspeed/aspeed-g6-pinctrl.dtsi
@@ -297,6 +297,16 @@ pinctrl_i2c9_default: i2c9_default {
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";
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v2] ARM: dts: pinctrl-aspeed-g6: Add I3C1 and I3C2 control pins
2023-08-09 13:44 [PATCH v2] ARM: dts: pinctrl-aspeed-g6: Add I3C1 and I3C2 control pins Dylan Hung
@ 2023-08-11 0:14 ` Joel Stanley
0 siblings, 0 replies; 2+ messages in thread
From: Joel Stanley @ 2023-08-11 0:14 UTC (permalink / raw)
To: Dylan Hung
Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, andrew, devicetree,
linux-arm-kernel, linux-aspeed, linux-kernel, kobedylan, BMC-SW,
Jeremy Kerr
On Wed, 9 Aug 2023 at 13:44, Dylan Hung <dylan_hung@aspeedtech.com> wrote:
>
> 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>
> ---
> changes in v2:
> There are no code or message changes in v2. This commit is being made as
> a standalone patch separate from the original patch series, as the other
> patches from the original series are no longer necessary.
Thanks, I've applied this.
>
> arch/arm/boot/dts/aspeed/aspeed-g6-pinctrl.dtsi | 10 ++++++++++
> 1 file changed, 10 insertions(+)
>
> diff --git a/arch/arm/boot/dts/aspeed/aspeed-g6-pinctrl.dtsi b/arch/arm/boot/dts/aspeed/aspeed-g6-pinctrl.dtsi
> index 7cd4f075e325..289668f051eb 100644
> --- a/arch/arm/boot/dts/aspeed/aspeed-g6-pinctrl.dtsi
> +++ b/arch/arm/boot/dts/aspeed/aspeed-g6-pinctrl.dtsi
> @@ -297,6 +297,16 @@ pinctrl_i2c9_default: i2c9_default {
> 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";
> --
> 2.25.1
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-08-11 0:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-09 13:44 [PATCH v2] ARM: dts: pinctrl-aspeed-g6: Add I3C1 and I3C2 control pins Dylan Hung
2023-08-11 0:14 ` Joel Stanley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).