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: Hongwei Zhang <hongweiz@ami.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
parent
b3b0676631
commit
bb1dba7be1
|
@ -1346,6 +1346,11 @@
|
||||||
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";
|
||||||
|
|
Loading…
Reference in New Issue