]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: tegra: fix the status of PWM DT nodes
authorAndrew Chew <achew@nvidia.com>
Tue, 12 Mar 2013 23:40:51 +0000 (16:40 -0700)
committerStephen Warren <swarren@nvidia.com>
Wed, 13 Mar 2013 16:15:59 +0000 (10:15 -0600)
commit367d589f3cacb643a01f70480a7b3edfa179daeb
tree0e7b3f5de2213302f90604b9ce2621155233d66a
parent6643b7e2dc2b22e690bf00b4108204dbc0dc937c
ARM: tegra: fix the status of PWM DT nodes

We should be defining the PWM nodes with status as "disabled" in the
chip-specific dtsi file, since we don't know whether specific boards
will use the PWM or not. This patch fixes the PWM node status for
Tegra20 and Tegra30.

Also fixed the one user of PWM, which is the Tegra20 medcom-wide board,
so that PWM is set to "okay" in the board-specific dts file.

Signed-off-by: Andrew Chew <achew@nvidia.com>
[swarren: in medcom-wide: fixed node sort order, removed duplicate pwm:
label, fixed syntax error]
Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/boot/dts/tegra20-medcom-wide.dts
arch/arm/boot/dts/tegra20.dtsi
arch/arm/boot/dts/tegra30.dtsi