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