ARM: dts: Unify pwm-omap-dmtimer node names
[ Upstream commit 4f15fc7c0f28ffcd6e9a56396db6edcdfa4c9925 ] There is no reg property for pwm-omap-dmtimer. Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org> Cc: Rob Herring <robh+dt@kernel.org> Signed-off-by: Tony Lindgren <tony@atomide.com> Stable-dep-of: ac08bda1569b ("ARM: dts: ti: omap: motorola-mapphone: Fix abe_clkctrl warning on boot") Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
2d9c9589da
commit
a2a592adad
@@ -100,8 +100,9 @@
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
guardian_beeper: dmtimer-pwm@7 {
|
guardian_beeper: pwm-7 {
|
||||||
compatible = "ti,omap-dmtimer-pwm";
|
compatible = "ti,omap-dmtimer-pwm";
|
||||||
|
#pwm-cells = <3>;
|
||||||
ti,timers = <&timer7>;
|
ti,timers = <&timer7>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&guardian_beeper_pins>;
|
pinctrl-0 = <&guardian_beeper_pins>;
|
||||||
|
@@ -150,7 +150,7 @@
|
|||||||
enable-gpios = <&gpio6 22 GPIO_ACTIVE_HIGH>; /* gpio_182 */
|
enable-gpios = <&gpio6 22 GPIO_ACTIVE_HIGH>; /* gpio_182 */
|
||||||
};
|
};
|
||||||
|
|
||||||
pwm11: dmtimer-pwm@11 {
|
pwm11: pwm-11 {
|
||||||
compatible = "ti,omap-dmtimer-pwm";
|
compatible = "ti,omap-dmtimer-pwm";
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&pwm_pins>;
|
pinctrl-0 = <&pwm_pins>;
|
||||||
|
@@ -59,7 +59,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
pwm10: dmtimer-pwm {
|
pwm10: pwm-10 {
|
||||||
compatible = "ti,omap-dmtimer-pwm";
|
compatible = "ti,omap-dmtimer-pwm";
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&pwm_pins>;
|
pinctrl-0 = <&pwm_pins>;
|
||||||
|
@@ -156,7 +156,7 @@
|
|||||||
dais = <&mcbsp2_port>, <&mcbsp3_port>;
|
dais = <&mcbsp2_port>, <&mcbsp3_port>;
|
||||||
};
|
};
|
||||||
|
|
||||||
pwm8: dmtimer-pwm-8 {
|
pwm8: pwm-8 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&vibrator_direction_pin>;
|
pinctrl-0 = <&vibrator_direction_pin>;
|
||||||
|
|
||||||
@@ -166,7 +166,7 @@
|
|||||||
ti,clock-source = <0x01>;
|
ti,clock-source = <0x01>;
|
||||||
};
|
};
|
||||||
|
|
||||||
pwm9: dmtimer-pwm-9 {
|
pwm9: pwm-9 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&vibrator_enable_pin>;
|
pinctrl-0 = <&vibrator_enable_pin>;
|
||||||
|
|
||||||
|
@@ -147,7 +147,7 @@
|
|||||||
pinctrl-0 = <&backlight_pins>;
|
pinctrl-0 = <&backlight_pins>;
|
||||||
};
|
};
|
||||||
|
|
||||||
pwm11: dmtimer-pwm {
|
pwm11: pwm-11 {
|
||||||
compatible = "ti,omap-dmtimer-pwm";
|
compatible = "ti,omap-dmtimer-pwm";
|
||||||
ti,timers = <&timer11>;
|
ti,timers = <&timer11>;
|
||||||
#pwm-cells = <3>;
|
#pwm-cells = <3>;
|
||||||
|
@@ -156,7 +156,7 @@
|
|||||||
io-channel-names = "temp", "bsi", "vbat";
|
io-channel-names = "temp", "bsi", "vbat";
|
||||||
};
|
};
|
||||||
|
|
||||||
pwm9: dmtimer-pwm {
|
pwm9: pwm-9 {
|
||||||
compatible = "ti,omap-dmtimer-pwm";
|
compatible = "ti,omap-dmtimer-pwm";
|
||||||
#pwm-cells = <3>;
|
#pwm-cells = <3>;
|
||||||
ti,timers = <&timer9>;
|
ti,timers = <&timer9>;
|
||||||
|
Reference in New Issue
Block a user