Re: [PATCH 1/2] ARM: dts: add pwm node for exynos4412-trats2

From: Kukjin Kim
Date: Sat Nov 22 2014 - 09:21:32 EST


On 11/20/14 23:26, Jaewon Kim wrote:
> This patch add PWM(Pulse Width Modulation) node and
> handle to use pwm property.
>
> Signed-off-by: Jaewon Kim <jaewon02.kim@xxxxxxxxxxx>
> ---
> arch/arm/boot/dts/exynos4412-trats2.dts | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/arch/arm/boot/dts/exynos4412-trats2.dts b/arch/arm/boot/dts/exynos4412-trats2.dts
> index 8ee20bd..72462e8 100644
> --- a/arch/arm/boot/dts/exynos4412-trats2.dts
> +++ b/arch/arm/boot/dts/exynos4412-trats2.dts
> @@ -636,6 +636,13 @@
> };
> };
>
> + pwm: pwm@139D0000 {
> + pinctrl-0 = <&pwm0_out>;
> + pinctrl-names = "default";
> + samsung,pwm-outputs = <0>;
> + status = "okay";
> + };
> +
> dsi_0: dsi@11C80000 {
> vddcore-supply = <&ldo8_reg>;
> vddio-supply = <&ldo10_reg>;

Applied this and 2nd.

Thanks,
Kukjin
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/