ARM: dts: armada-375: Fixup pinctrl DT warnings
pinctrl has a ranges property, so the unit name should contain an address. Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
This commit is contained in:
parent
5eacabfe94
commit
41c2f4e4c6
|
@ -307,7 +307,7 @@ uart1: serial@12100 {
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
pinctrl: pinctrl {
|
pinctrl: pinctrl@18000 {
|
||||||
compatible = "marvell,mv88f6720-pinctrl";
|
compatible = "marvell,mv88f6720-pinctrl";
|
||||||
reg = <0x18000 0x24>;
|
reg = <0x18000 0x24>;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue