diff options
author | Ran Wang <ran.wang_1@nxp.com> | 2020-11-02 15:26:51 +0800 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-11-30 15:07:29 +0800 |
commit | 7a1980567fa0b8f37c0fc7d9ca0c7c70724bae3d (patch) | |
tree | 079e6b5f25f1cd9ac6c37c27498cf74e9a433e6b /arch/arm/boot/dts/ls1021a.dtsi | |
parent | b9639a8b5ef1fa90fc0152db15588a9fe601c4b0 (diff) | |
download | linux-7a1980567fa0b8f37c0fc7d9ca0c7c70724bae3d.tar.gz |
ARM: dts: ls1021a: fix flextimer failed to wake system
The data of property 'fsl,rcpm-wakeup' is not corrcet, which causing
RCPM driver incorrectly program register IPPDEXPCR1, then flextimer is
wrongly clock gated during system suspend, can't send interrupt to
wake.
Signed-off-by: Ran Wang <ran.wang_1@nxp.com>
Acked-by: Li Yang <leoyang.li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/ls1021a.dtsi')
-rw-r--r-- | arch/arm/boot/dts/ls1021a.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi index 827373ef1a54..e12809d646a2 100644 --- a/arch/arm/boot/dts/ls1021a.dtsi +++ b/arch/arm/boot/dts/ls1021a.dtsi @@ -1013,7 +1013,7 @@ compatible = "fsl,ls1021a-ftm-alarm"; reg = <0x0 0x29d0000 0x0 0x10000>; reg-names = "ftm"; - fsl,rcpm-wakeup = <&rcpm 0x20000 0x0>; + fsl,rcpm-wakeup = <&rcpm 0x0 0x20000000>; interrupts = <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>; big-endian; }; |