layerscape: several kernel fix-ups from NXP linux factory
[openwrt/staging/mkresin.git] / target / linux / layerscape / patches-5.4 / 302-dts-0120-arm64-dts-ls1046a-fix-ippdexpcr-offset-not-correct.patch
1 From d589ed7b9aa91de94eb558ae83ccebd59b881d61 Mon Sep 17 00:00:00 2001
2 From: Ran Wang <ran.wang_1@nxp.com>
3 Date: Tue, 10 Mar 2020 21:06:29 +0800
4 Subject: [PATCH] arm64: dts: ls1046a: fix ippdexpcr offset not correct
5
6 The wrong offset of ippdexpcr in dtsi causes RCPM driver did not
7 program ippdexpcr properly, which lead to LPM20 cannot exit by wakeup
8 source.
9
10 Signed-off-by: Ran Wang <ran.wang_1@nxp.com>
11 ---
12 arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi
16 index 718af5e..1ef5743 100644
17 --- a/arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi
18 +++ b/arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi
19 @@ -796,7 +796,7 @@
20
21 rcpm: rcpm@1ee208c {
22 compatible = "fsl,ls1046a-rcpm", "fsl,qoriq-rcpm-2.1+";
23 - reg = <0x0 0x1ee208c 0x0 0x4>;
24 + reg = <0x0 0x1ee2140 0x0 0x4>;
25 #fsl,rcpm-wakeup-cells = <1>;
26 };
27
28 --
29 2.7.4
30