On 03/12/2013 05:40 PM, Andrew Chew wrote: > We should be defining the PWM nodes with status as "disabled" in the > chip-specific dtsi file, since we don't know whether specific boards > will use the PWM or not. This patch fixes the PWM node status for > Tegra20 and Tegra30. > diff --git a/arch/arm/boot/dts/tegra20-medcom-wide.dts b/arch/arm/boot/dts/tegra20-medcom-wide.dts > + pwm: pwm { > + status = "okay"; > + } > + > backlight { You don't need to repeat the label ("pwm:") in this file; it's already defined in tegra20.dtsi. Also, the node sort order is wrong here; pwm's reg value is before i2c's reg value (which is the current node immediately before the backlight node in this file). I'll fix these issues up when applying the patch since they're easy. -- 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