2020-10-29 09:00:09

by Dylan Hung

[permalink] [raw]
Subject: [PATCH] ARM: dts: aspeed-g6: Fix HVI3C function-group in pinctrl dtsi

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 <[email protected]>
---
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


2020-10-30 03:23:29

by Andrew Jeffery

[permalink] [raw]
Subject: Re: [PATCH] ARM: dts: aspeed-g6: Fix HVI3C function-group in pinctrl dtsi



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 <[email protected]>

Good catch. Thanks Dylan.

Reviewed-by: Andrew Jeffery <[email protected]>

2020-10-30 03:50:38

by Joel Stanley

[permalink] [raw]
Subject: Re: [PATCH] ARM: dts: aspeed-g6: Fix HVI3C function-group in pinctrl dtsi

On Thu, 29 Oct 2020 at 06:28, Dylan Hung <[email protected]> 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 <[email protected]>

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
>