提交 df76299f 编写于 作者: S Sebastian Hesselbarth 提交者: Jason Cooper

ARM: dove: drop pinctrl PMU reg property

Marvell Dove's pinctrl does require some PMU regs for muxing PMU
functions to MPP pins. Recently, a discussion started about consolidating
Power Management Unit (PMU) into a single DT node. As we don't want
anymore DT ABI in the way, drop the corresponding reg property from
pinctrl node now. The driver will derive the registers from existing
reg properties.
Signed-off-by: NSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Acked-by: NAndrew Lunn <andrew@lunn.ch>
Signed-off-by: NJason Cooper <jason@lakedaemon.net>
上级 a8a921dd
...@@ -395,8 +395,7 @@ ...@@ -395,8 +395,7 @@
pinctrl: pin-ctrl@d0200 { pinctrl: pin-ctrl@d0200 {
compatible = "marvell,dove-pinctrl"; compatible = "marvell,dove-pinctrl";
reg = <0xd0200 0x14>, reg = <0xd0200 0x14>,
<0xd0440 0x04>, <0xd0440 0x04>;
<0xd802c 0x08>;
clocks = <&gate_clk 22>; clocks = <&gate_clk 22>;
pmx_gpio_0: pmx-gpio-0 { pmx_gpio_0: pmx-gpio-0 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册