Re: [PATCH 1/2] ARM: tegra: Add Tegra124 PWM support

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 11/18/2013 09:00 AM, Thierry Reding wrote:
> The PWM controller on Tegra124 is the same as the one on earlier SoC
> generations.

I've applied this series to Tegra's for-3.14/dt branch. Given the recent
conversion to the common reset framework and DT bindings, I needed to
insert a couple extra lines in this patch:

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

> +	pwm@7000a000 {
> +		compatible = "nvidia,tegra124-pwm", "nvidia,tegra20-pwm";
> +		reg = <0x7000a000 0x100>;
> +		#pwm-cells = <2>;
> +		clocks = <&tegra_car TEGRA124_CLK_PWM>;

Here, I inserted:

+               resets = <&tegra_car 17>;
+               reset-names = "pwm";

... which matches the same node in at least tegra114.dtsi.

> +		status = "disabled";
> +	};

--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [ARM Kernel]     [Linux ARM]     [Linux ARM MSM]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux