linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: aspeed-g6: Fix HVI3C function-group in pinctrl dtsi
@ 2020-10-29  6:27 Dylan Hung
  2020-10-30  3:18 ` Andrew Jeffery
  2020-10-30  3:47 ` Joel Stanley
  0 siblings, 2 replies; 3+ messages in thread
From: Dylan Hung @ 2020-10-29  6:27 UTC (permalink / raw)
  To: robh+dt, joel, andrew, devicetree, linux-arm-kernel,
	linux-aspeed, linux-kernel
  Cc: BMC-SW

The HVI3C shall be a group of I3C function, not an independent function.
Correct the function name from "HVI3C" to "I3C".

Signed-off-by: Dylan Hung <dylan_hung@aspeedtech.com>
---
 arch/arm/boot/dts/aspeed-g6-pinctrl.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/aspeed-g6-pinctrl.dtsi b/arch/arm/boot/dts/aspeed-g6-pinctrl.dtsi
index 7028e21bdd98..910eacc8ad3b 100644
--- a/arch/arm/boot/dts/aspeed-g6-pinctrl.dtsi
+++ b/arch/arm/boot/dts/aspeed-g6-pinctrl.dtsi
@@ -208,12 +208,12 @@
 	};
 
 	pinctrl_hvi3c3_default: hvi3c3_default {
-		function = "HVI3C3";
+		function = "I3C3";
 		groups = "HVI3C3";
 	};
 
 	pinctrl_hvi3c4_default: hvi3c4_default {
-		function = "HVI3C4";
+		function = "I3C4";
 		groups = "HVI3C4";
 	};
 
-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: dts: aspeed-g6: Fix HVI3C function-group in pinctrl dtsi
  2020-10-29  6:27 [PATCH] ARM: dts: aspeed-g6: Fix HVI3C function-group in pinctrl dtsi Dylan Hung
@ 2020-10-30  3:18 ` Andrew Jeffery
  2020-10-30  3:47 ` Joel Stanley
  1 sibling, 0 replies; 3+ messages in thread
From: Andrew Jeffery @ 2020-10-30  3:18 UTC (permalink / raw)
  To: Dylan Hung, Rob Herring, Joel Stanley, devicetree,
	linux-arm-kernel, linux-aspeed, linux-kernel
  Cc: BMC-SW



On Thu, 29 Oct 2020, at 16:57, Dylan Hung wrote:
> The HVI3C shall be a group of I3C function, not an independent function.
> Correct the function name from "HVI3C" to "I3C".
> 
> Signed-off-by: Dylan Hung <dylan_hung@aspeedtech.com>

Good catch. Thanks Dylan.

Reviewed-by: Andrew Jeffery <andrew@aj.id.au>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: dts: aspeed-g6: Fix HVI3C function-group in pinctrl dtsi
  2020-10-29  6:27 [PATCH] ARM: dts: aspeed-g6: Fix HVI3C function-group in pinctrl dtsi Dylan Hung
  2020-10-30  3:18 ` Andrew Jeffery
@ 2020-10-30  3:47 ` Joel Stanley
  1 sibling, 0 replies; 3+ messages in thread
From: Joel Stanley @ 2020-10-30  3:47 UTC (permalink / raw)
  To: Dylan Hung
  Cc: devicetree, linux-aspeed, BMC-SW, Andrew Jeffery,
	Linux Kernel Mailing List, Rob Herring, Linux ARM

On Thu, 29 Oct 2020 at 06:28, Dylan Hung <dylan_hung@aspeedtech.com> wrote:
>
> The HVI3C shall be a group of I3C function, not an independent function.
> Correct the function name from "HVI3C" to "I3C".
>
> Signed-off-by: Dylan Hung <dylan_hung@aspeedtech.com>

Fixes: f510f04c8c83 ("ARM: dts: aspeed: Add AST2600 pinmux nodes")

I have a few device tree fixes for 5.10 that I will include this in.

Cheers,

Joel

> ---
>  arch/arm/boot/dts/aspeed-g6-pinctrl.dtsi | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/boot/dts/aspeed-g6-pinctrl.dtsi b/arch/arm/boot/dts/aspeed-g6-pinctrl.dtsi
> index 7028e21bdd98..910eacc8ad3b 100644
> --- a/arch/arm/boot/dts/aspeed-g6-pinctrl.dtsi
> +++ b/arch/arm/boot/dts/aspeed-g6-pinctrl.dtsi
> @@ -208,12 +208,12 @@
>         };
>
>         pinctrl_hvi3c3_default: hvi3c3_default {
> -               function = "HVI3C3";
> +               function = "I3C3";
>                 groups = "HVI3C3";
>         };
>
>         pinctrl_hvi3c4_default: hvi3c4_default {
> -               function = "HVI3C4";
> +               function = "I3C4";
>                 groups = "HVI3C4";
>         };
>
> --
> 2.17.1
>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-10-30  3:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-29  6:27 [PATCH] ARM: dts: aspeed-g6: Fix HVI3C function-group in pinctrl dtsi Dylan Hung
2020-10-30  3:18 ` Andrew Jeffery
2020-10-30  3:47 ` 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).