Skip to content

Commit df76299

Browse files
shesselbaJason Cooper
authored and
Jason Cooper
committed
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: Sebastian Hesselbarth <[email protected]> Acked-by: Andrew Lunn <[email protected]> Signed-off-by: Jason Cooper <[email protected]>
1 parent a8a921d commit df76299

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

arch/arm/boot/dts/dove.dtsi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,8 +395,7 @@
395395
pinctrl: pin-ctrl@d0200 {
396396
compatible = "marvell,dove-pinctrl";
397397
reg = <0xd0200 0x14>,
398-
<0xd0440 0x04>,
399-
<0xd802c 0x08>;
398+
<0xd0440 0x04>;
400399
clocks = <&gate_clk 22>;
401400

402401
pmx_gpio_0: pmx-gpio-0 {

0 commit comments

Comments
 (0)