mfd: mt6397-core: Add GPIO sub-module support
Signed-off-by: Hongzhou Yang <hongzhou.yang@mediatek.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
This commit is contained in:
parent
056c3e751e
commit
cf55078b88
|
@ -34,6 +34,9 @@ static const struct mfd_cell mt6397_devs[] = {
|
||||||
}, {
|
}, {
|
||||||
.name = "mt6397-clk",
|
.name = "mt6397-clk",
|
||||||
.of_compatible = "mediatek,mt6397-clk",
|
.of_compatible = "mediatek,mt6397-clk",
|
||||||
|
}, {
|
||||||
|
.name = "mt6397-pinctrl",
|
||||||
|
.of_compatible = "mediatek,mt6397-pinctrl",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue