Commit 14e0ea34 authored by Gerd Hoffmann's avatar Gerd Hoffmann Committed by Eric Anholt

ARM: dts: bcm283x: add pinctrl group to &pwm, drop pins from &gpio

Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
Signed-off-by: default avatarEric Anholt <eric@anholt.net>
Acked-by: default avatarStefan Wahren <stefan.wahren@i2se.com>
parent 21ff8439
...@@ -39,7 +39,7 @@ gpioout: gpioout { ...@@ -39,7 +39,7 @@ gpioout: gpioout {
}; };
alt0: alt0 { alt0: alt0 {
brcm,pins = <0 1 2 3 4 5 7 8 9 10 11 14 15 40 45>; brcm,pins = <0 1 2 3 4 5 7 8 9 10 11 14 15>;
brcm,function = <BCM2835_FSEL_ALT0>; brcm,function = <BCM2835_FSEL_ALT0>;
}; };
...@@ -69,6 +69,8 @@ &sdhci { ...@@ -69,6 +69,8 @@ &sdhci {
}; };
&pwm { &pwm {
pinctrl-names = "default";
pinctrl-0 = <&pwm0_gpio40 &pwm1_gpio45>;
status = "okay"; status = "okay";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment