提交 f9a0c27b 编写于 作者: G Gregory CLEMENT

arm64: dts: marvell: armada-80x0: Fix pinctrl compatible string

When replacing the cpm by cp0 and cps by cp1 [1] not only the label and
the alias were replaced but also the compatible string which was wrong.

Due to this the pinctrl driver was no more probed.

This patch fix it by reverting this change for the pinctrl compatible
string on Armada 8K.

[1]: "arm64: dts: marvell: replace cpm by cp0, cps by cp1"
Reviewed-by: NThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: NGregory CLEMENT <gregory.clement@free-electrons.com>
上级 474c5885
...@@ -108,13 +108,13 @@ ...@@ -108,13 +108,13 @@
&cp0_syscon0 { &cp0_syscon0 {
cp0_pinctrl: pinctrl { cp0_pinctrl: pinctrl {
compatible = "marvell,armada-8k-cp0-pinctrl"; compatible = "marvell,armada-8k-cpm-pinctrl";
}; };
}; };
&cp1_syscon0 { &cp1_syscon0 {
cp1_pinctrl: pinctrl { cp1_pinctrl: pinctrl {
compatible = "marvell,armada-8k-cp1-pinctrl"; compatible = "marvell,armada-8k-cps-pinctrl";
nand_pins: nand-pins { nand_pins: nand-pins {
marvell,pins = marvell,pins =
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册