lkml.org 
[lkml]   [2019]   [Aug]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 16/22] arm64: dts: qcom: sm8150-mtp: Add resin node
    Date
    The sm8150-mtp board has a reset button which also works as a volume
    down key. Add the node for resin device to handle the resin and volume
    down key

    Signed-off-by: Vinod Koul <vkoul@kernel.org>
    ---
    arch/arm64/boot/dts/qcom/sm8150-mtp.dts | 9 +++++++++
    1 file changed, 9 insertions(+)

    diff --git a/arch/arm64/boot/dts/qcom/sm8150-mtp.dts b/arch/arm64/boot/dts/qcom/sm8150-mtp.dts
    index 43ba14cc0b00..a42f1c154600 100644
    --- a/arch/arm64/boot/dts/qcom/sm8150-mtp.dts
    +++ b/arch/arm64/boot/dts/qcom/sm8150-mtp.dts
    @@ -26,6 +26,15 @@
    status = "okay";
    };

    +&pon {
    + resin {
    + compatible = "qcom,pm8941-resin";
    + interrupts = <0x0 0x8 1 IRQ_TYPE_EDGE_BOTH>;
    + debounce = <15625>;
    + bias-pull-up;
    + linux,code = <KEY_VOLUMEDOWN>;
    + };
    +};
    &tlmm {
    gpio-reserved-ranges = <0 4>, <126 4>;
    };
    --
    2.20.1
    \
     
     \ /
      Last update: 2019-08-14 14:54    [W:4.035 / U:0.044 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site