ARM: dts: aspeed-g6: Fix HVI3C function-group in pinctrl dtsi
authorDylan Hung <dylan_hung@aspeedtech.com>
Thu, 29 Oct 2020 06:27:23 +0000 (14:27 +0800)
committerJoel Stanley <joel@jms.id.au>
Mon, 19 Jul 2021 00:09:54 +0000 (09:39 +0930)
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: f510f04c8c83 ("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>
arch/arm/boot/dts/aspeed-g6-pinctrl.dtsi

index 7e90d71..6dde51c 100644 (file)
        };
 
        pinctrl_hvi3c3_default: hvi3c3_default {
-               function = "HVI3C3";
+               function = "I3C3";
                groups = "HVI3C3";
        };
 
        pinctrl_hvi3c4_default: hvi3c4_default {
-               function = "HVI3C4";
+               function = "I3C4";
                groups = "HVI3C4";
        };