diff options
author | Dylan Hung <[email protected]> | 2020-10-29 14:27:23 +0800 |
---|---|---|
committer | Joel Stanley <[email protected]> | 2021-07-19 09:39:54 +0930 |
commit | 8c295b7f3d01359ff4336fcb6e406e6ed37957d6 (patch) | |
tree | 87ba8e6cb5b0f3d859e36202cf8d6b7add7ee9a4 | |
parent | 2734d6c1b1a089fb593ef6a23d4b70903526fe0c (diff) |
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]>
Reviewed-by: Andrew Jeffery <[email protected]>
Fixes: f510f04c8c83 ("ARM: dts: aspeed: Add AST2600 pinmux nodes")
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Joel Stanley <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/aspeed-g6-pinctrl.dtsi | 4 |
1 files 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 7e90d713f5e5..6dde51c2aed3 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"; }; |