[source] ramips: fix PWM pin mux conflict in dtsi
LEDE Commits
lede-commits at lists.infradead.org
Thu Feb 16 00:55:06 PST 2017
blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/00343e18f2fb16cf0e12f2dcd8671f7ee0aa2c8e
commit 00343e18f2fb16cf0e12f2dcd8671f7ee0aa2c8e
Author: Furong Xu <xfr at outlook.com>
AuthorDate: Thu Feb 16 10:00:48 2017 +0800
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 at outlook.com>
---
target/linux/ramips/dts/OMEGA2.dtsi | 4 ----
1 file changed, 4 deletions(-)
diff --git a/target/linux/ramips/dts/OMEGA2.dtsi b/target/linux/ramips/dts/OMEGA2.dtsi
index 7cbd14e..132df58 100644
--- a/target/linux/ramips/dts/OMEGA2.dtsi
+++ b/target/linux/ramips/dts/OMEGA2.dtsi
@@ -152,10 +152,6 @@
status = "okay";
};
-&pwm {
- status = "okay";
-};
-
ðernet {
mtd-mac-address = <&factory 0x28>;
};
More information about the lede-commits
mailing list