ARM: dts: Add 32KHz clock as default clock source

Clocksource to timer configured in pwm mode can be selected using the DT
property ti,clock-source. There are few pwm timers which are not
selecting the clock source and relying on default value in hardware or
selected by driver. Instead of relying on default value, always select
the clock source from DT.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by Lokesh Vutla and committed by Tony Lindgren ac819eda 8f3d9f35

+4
+1
arch/arm/boot/dts/am335x-guardian.dts
··· 105 ti,timers = <&timer7>; 106 pinctrl-names = "default"; 107 pinctrl-0 = <&dmtimer7_pins>; 108 }; 109 110 vmmcsd_fixed: regulator-3v3 {
··· 105 ti,timers = <&timer7>; 106 pinctrl-names = "default"; 107 pinctrl-0 = <&dmtimer7_pins>; 108 + ti,clock-source = <0x01>; 109 }; 110 111 vmmcsd_fixed: regulator-3v3 {
+1
arch/arm/boot/dts/am3517-evm.dts
··· 156 pinctrl-0 = <&pwm_pins>; 157 ti,timers = <&timer11>; 158 #pwm-cells = <3>; 159 }; 160 161 /* HS USB Host PHY on PORT 1 */
··· 156 pinctrl-0 = <&pwm_pins>; 157 ti,timers = <&timer11>; 158 #pwm-cells = <3>; 159 + ti,clock-source = <0x01>; 160 }; 161 162 /* HS USB Host PHY on PORT 1 */
+1
arch/arm/boot/dts/logicpd-torpedo-baseboard.dtsi
··· 65 pinctrl-0 = <&pwm_pins>; 66 ti,timers = <&timer10>; 67 #pwm-cells = <3>; 68 }; 69 70 };
··· 65 pinctrl-0 = <&pwm_pins>; 66 ti,timers = <&timer10>; 67 #pwm-cells = <3>; 68 + ti,clock-source = <0x01>; 69 }; 70 71 };
+1
arch/arm/boot/dts/omap3-gta04.dtsi
··· 150 compatible = "ti,omap-dmtimer-pwm"; 151 ti,timers = <&timer11>; 152 #pwm-cells = <3>; 153 }; 154 155 hsusb2_phy: hsusb2_phy {
··· 150 compatible = "ti,omap-dmtimer-pwm"; 151 ti,timers = <&timer11>; 152 #pwm-cells = <3>; 153 + ti,clock-source = <0x01>; 154 }; 155 156 hsusb2_phy: hsusb2_phy {