lkml.org 
[lkml]   [2017]   [Dec]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v4 11/15] ARM: dts: sun8i: a83t: Enable the PWM
    Date
    The A83T has the same PWM block than the H3. Add it to our DT.

    Reviewed-by: Chen-Yu Tsai <wens@csie.org>
    Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
    ---
    arch/arm/boot/dts/sun8i-a83t.dtsi | 9 +++++++++
    1 file changed, 9 insertions(+)

    diff --git a/arch/arm/boot/dts/sun8i-a83t.dtsi b/arch/arm/boot/dts/sun8i-a83t.dtsi
    index e4db38c717d9..7a49b9f085eb 100644
    --- a/arch/arm/boot/dts/sun8i-a83t.dtsi
    +++ b/arch/arm/boot/dts/sun8i-a83t.dtsi
    @@ -497,6 +497,15 @@
    status = "disabled";
    };

    + pwm: pwm@1c21400 {
    + compatible = "allwinner,sun8i-a83t-pwm",
    + "allwinner,sun8i-h3-pwm";
    + reg = <0x01c21400 0x400>;
    + clocks = <&osc24M>;
    + #pwm-cells = <3>;
    + status = "disabled";
    + };
    +
    uart0: serial@1c28000 {
    compatible = "snps,dw-apb-uart";
    reg = <0x01c28000 0x400>;
    --
    git-series 0.9.1
    \
     
     \ /
      Last update: 2017-12-07 17:06    [W:4.106 / U:0.068 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site