mediatek: Add support for Xiaomi Redmi Router AX6S
[openwrt/staging/chunkeey.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 --- a/arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi
16 +++ b/arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi
17 @@ -809,7 +809,7 @@
18
19 rcpm: rcpm@1ee208c {
20 compatible = "fsl,ls1046a-rcpm", "fsl,qoriq-rcpm-2.1+";
21 - reg = <0x0 0x1ee208c 0x0 0x4>;
22 + reg = <0x0 0x1ee2140 0x0 0x4>;
23 #fsl,rcpm-wakeup-cells = <1>;
24 };
25