Commit bb1dba7b authored by Hongwei Zhang's avatar Hongwei Zhang Committed by Joel Stanley

ARM: dts: aspeed: Add SGPM pinmux

Add SGPM pinmux to ast2500-pinctrl function and group, to prepare for
supporting SGPIO in AST2500 SoC.
Signed-off-by: default avatarHongwei Zhang <hongweiz@ami.com>
Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent b3b06766
...@@ -1346,6 +1346,11 @@ pinctrl_sda2_default: sda2_default { ...@@ -1346,6 +1346,11 @@ pinctrl_sda2_default: sda2_default {
groups = "SDA2"; groups = "SDA2";
}; };
pinctrl_sgpm_default: sgpm_default {
function = "SGPM";
groups = "SGPM";
};
pinctrl_sgps1_default: sgps1_default { pinctrl_sgps1_default: sgps1_default {
function = "SGPS1"; function = "SGPS1";
groups = "SGPS1"; groups = "SGPS1";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment