Skip to content

Commit

Permalink
ARM: dts: aspeed-g6: Fix HVI3C function-group in pinctrl dtsi
Browse files Browse the repository at this point in the history
[ Upstream commit 8c295b7 ]

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>
Reviewed-by: Andrew Jeffery <andrew@aj.id.au>
Fixes: f510f04 ("ARM: dts: aspeed: Add AST2600 pinmux nodes")
Link: https://lore.kernel.org/r/20201029062723.20798-1-dylan_hung@aspeedtech.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
aspeeddylan authored and gregkh committed Sep 15, 2021
1 parent 6ca0b40 commit a8c1eae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/aspeed-g6-pinctrl.dtsi
Expand Up @@ -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";
};

Expand Down

0 comments on commit a8c1eae

Please sign in to comment.