From: Barry Song <[email protected]> this patch adds missed pwm-cells, clock-names and signal source clock for PWM module.
Signed-off-by: Barry Song <[email protected]> --- arch/arm/boot/dts/atlas6.dtsi | 5 +++-- arch/arm/boot/dts/prima2.dtsi | 6 ++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/arch/arm/boot/dts/atlas6.dtsi b/arch/arm/boot/dts/atlas6.dtsi index f8674bc..18090bc 100644 --- a/arch/arm/boot/dts/atlas6.dtsi +++ b/arch/arm/boot/dts/atlas6.dtsi @@ -612,10 +612,11 @@ }; }; - pwm@b0130000 { + pwm: pwm@b0130000 { compatible = "sirf,prima2-pwm"; reg = <0xb0130000 0x10000>; - clocks = <&clks 21>; + clocks = <&clks 21>, <&clks 1>; + clock-names = "pwmc", "sigsrc0"; }; efusesys@b0140000 { diff --git a/arch/arm/boot/dts/prima2.dtsi b/arch/arm/boot/dts/prima2.dtsi index 0e21993..ed49c00 100644 --- a/arch/arm/boot/dts/prima2.dtsi +++ b/arch/arm/boot/dts/prima2.dtsi @@ -640,10 +640,12 @@ }; }; - pwm@b0130000 { + pwm: pwm@b0130000 { compatible = "sirf,prima2-pwm"; + #pwm-cells = <2>; reg = <0xb0130000 0x10000>; - clocks = <&clks 21>; + clocks = <&clks 21>, <&clks 1>; + clock-names = "pwmc", "sigsrc0"; }; efusesys@b0140000 { -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe linux-pwm" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
