Hi Krzysztof,

> -----Original Message-----
> From: Krzysztof Kozlowski <[email protected]>
> Sent: 02 July 2020 21:22
> To: Thierry Reding <[email protected]>; Uwe Kleine-König <u.kleine-
> [email protected]>; Lee Jones <[email protected]>; Rob Herring
> <[email protected]>; Kukjin Kim <[email protected]>; Krzysztof Kozlowski
> <[email protected]>; [email protected]; [email protected];
> [email protected]; [email protected]; linux-
> [email protected]
> Cc: Marek Szyprowski <[email protected]>; Bartlomiej Zolnierkiewicz
> <[email protected]>; Sylwester Nawrocki <[email protected]>;
> Alim Akhtar <[email protected]>; Chanwoo Choi
> <[email protected]>; Pankaj Dubey <[email protected]>
> Subject: [PATCH v2 2/8] arm64: dts: exynos: Describe PWM interrupts on
> Exynos7
> 
> Add interrupts property to PWM node on Exynos7 to describe the hardware
> fully.  No functional change as the interrupts are not used by drivers.
> 
> Signed-off-by: Krzysztof Kozlowski <[email protected]>
> 
Reviewed-by: Alim Akhtar <[email protected]>
> ---
> 
> Changes since v1:
> 1. Correct the interrupts, change message.
> 
> Not tested
> ---
>  arch/arm64/boot/dts/exynos/exynos7.dtsi | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/exynos/exynos7.dtsi
> b/arch/arm64/boot/dts/exynos/exynos7.dtsi
> index f590891efe25..709742b98c9c 100644
> --- a/arch/arm64/boot/dts/exynos/exynos7.dtsi
> +++ b/arch/arm64/boot/dts/exynos/exynos7.dtsi
> @@ -581,6 +581,11 @@
>               pwm: pwm@136c0000 {
>                       compatible = "samsung,exynos4210-pwm";
>                       reg = <0x136c0000 0x100>;
> +                     interrupts = <GIC_SPI 449 IRQ_TYPE_LEVEL_HIGH>,
> +                                  <GIC_SPI 450 IRQ_TYPE_LEVEL_HIGH>,
> +                                  <GIC_SPI 451 IRQ_TYPE_LEVEL_HIGH>,
> +                                  <GIC_SPI 452 IRQ_TYPE_LEVEL_HIGH>,
> +                                  <GIC_SPI 453 IRQ_TYPE_LEVEL_HIGH>;
>                       samsung,pwm-outputs = <0>, <1>, <2>, <3>;
>                       #pwm-cells = <3>;
>                       clocks = <&clock_peric0 PCLK_PWM>;
> --
> 2.17.1



Reply via email to