On 03/12/2013 03:42 PM, Andrew Chew wrote:
> This patch adds a device tree node for the four PWM controllers present
> on Tegra114.
> diff --git a/arch/arm/boot/dts/tegra114.dtsi b/arch/arm/boot/dts/tegra114.dtsi
> + pwm: pwm {
> + compatible = "nvidia,tegra114-pwm", "nvidia,tegra20-pwm";
> + reg = <0x7000a000 0x40>;
I notice that the size is 0x100 in previous chips. Which is more correct?
> + #pwm-cells = <2>;
> + clocks = <&tegra_car 17>;
> + status = "disabled";
Previous chips don't disable this module by default. Perhaps they should?
> + };
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html