diff options
author | Furong Xu <xfr@outlook.com> | 2017-02-16 10:00:48 +0800 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-02-16 09:54:17 +0100 |
commit | 71ea3b481406cd44d2d94da60e6fdec5bc8a9eb9 (patch) | |
tree | 8072a9050928b7705fe800da42f00b01784e7872 /target/linux/ramips | |
parent | 44aec27112692523d6def3050a7e979af3e60704 (diff) | |
download | upstream-71ea3b481406cd44d2d94da60e6fdec5bc8a9eb9.tar.gz upstream-71ea3b481406cd44d2d94da60e6fdec5bc8a9eb9.tar.bz2 upstream-71ea3b481406cd44d2d94da60e6fdec5bc8a9eb9.zip |
ramips: fix PWM pin mux conflict in dtsi
GPIO18 and GPIO19 on OMEGA2(+) should be GPIO mode, enable PWM lead to a conflict
[ 0.290633] rt2880-pinmux pinctrl: pin io18 already requested by pinctrl; cannot claim for 10005000.pwm
[ 0.299722] rt2880-pinmux pinctrl: pin-18 (10005000.pwm) status -22
[ 0.305729] rt2880-pinmux pinctrl: could not request pin 18 (io18) from group pwm0 on device rt2880-pinmux
[ 0.315131] mtk-pwm 10005000.pwm: Error applying setting, reverse things back
Keep PWM disabled.
Signed-off-by: Furong Xu <xfr@outlook.com>
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/dts/OMEGA2.dtsi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/ramips/dts/OMEGA2.dtsi b/target/linux/ramips/dts/OMEGA2.dtsi index 79148347f3..5d9b6198f9 100644 --- a/target/linux/ramips/dts/OMEGA2.dtsi +++ b/target/linux/ramips/dts/OMEGA2.dtsi @@ -156,10 +156,6 @@ status = "okay"; }; -&pwm { - status = "okay"; -}; - ðernet { mtd-mac-address = <&factory 0x28>; }; |