lkml.org 
[lkml]   [2019]   [Jun]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 1/6] ARM: dts: imx6qdl: Enable SNVS power key according to board design
    Date
    From: Anson Huang <Anson.Huang@nxp.com>

    The SNVS power key depends on board design, by default it should
    be disabled in SoC DT and ONLY be enabled on board DT if it is
    wired up.

    Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
    ---
    arch/arm/boot/dts/imx6qdl-sabresd.dtsi | 4 ++++
    arch/arm/boot/dts/imx6qdl.dtsi | 1 +
    2 files changed, 5 insertions(+)

    diff --git a/arch/arm/boot/dts/imx6qdl-sabresd.dtsi b/arch/arm/boot/dts/imx6qdl-sabresd.dtsi
    index 11103a4..71ca76a 100644
    --- a/arch/arm/boot/dts/imx6qdl-sabresd.dtsi
    +++ b/arch/arm/boot/dts/imx6qdl-sabresd.dtsi
    @@ -761,6 +761,10 @@
    status = "okay";
    };

    +&snvs_pwrkey {
    + status = "okay";
    +};
    +
    &ssi2 {
    status = "okay";
    };
    diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
    index 929fc7d..4b80193 100644
    --- a/arch/arm/boot/dts/imx6qdl.dtsi
    +++ b/arch/arm/boot/dts/imx6qdl.dtsi
    @@ -841,6 +841,7 @@
    interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
    linux,keycode = <KEY_POWER>;
    wakeup-source;
    + status = "disabled";
    };

    snvs_lpgpr: snvs-lpgpr {
    --
    2.7.4
    \
     
     \ /
      Last update: 2019-06-13 18:52    [W:3.291 / U:0.496 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site