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

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
Acked-by: Stefan Wahren <stefan.wahren@i2se.com>
This commit is contained in:
Gerd Hoffmann 2016-09-19 10:43:19 +02:00 committed by Eric Anholt
parent 21ff843931
commit 14e0ea3405
1 changed files with 3 additions and 1 deletions

View File

@ -39,7 +39,7 @@ gpioout: gpioout {
};
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>;
};
@ -69,6 +69,8 @@ &sdhci {
};
&pwm {
pinctrl-names = "default";
pinctrl-0 = <&pwm0_gpio40 &pwm1_gpio45>;
status = "okay";
};