On 01/07/2015 04:00 AM, Bart Tanghe wrote:
> To probe the bcm2835-pwm driver properly, this dts bindings has to be added 
> to the bcm2835 dtsi file.
> In expectation of a bcm2835 clock driver, I've added fixed-clock clock 
> binding.

> diff --git a/arch/arm/boot/dts/bcm2835.dtsi b/arch/arm/boot/dts/bcm2835.dtsi

> +             pwm: pwm@7e20e000 {
> +                     compatible = "brcm,bcm2835-pwm";
> +                     reg = <0x7e20c000 0x28>;
> +                     clocks = <&clk_pwm>;
> +                     #pwm-cells = <2>;
> +                     status = "disabled";
> +             };

Can the nodes be kept sorted by reg value; I think this should be added
between the existing i2c@20205000 and sdhci@7e300000 nodes.

Aside from that,
Acked-by: Stephen Warren <swar...@wwwdotorg.org>
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to