summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6sx.dtsi
diff options
context:
space:
mode:
authorRobin Gong <b38343@freescale.com>2015-11-09 11:28:16 +0800
committerNitin Garg <nitin.garg@nxp.com>2016-01-14 11:02:19 -0600
commitd5989954c86613daf915231e9dbcfbc0cb6ac41f (patch)
treea9bfb27c2240ea37410f326ad90f5075370c7cdb /arch/arm/boot/dts/imx6sx.dtsi
parent0f57b65dc33fbe7b4cbbd69c04bd63686617101a (diff)
MLK-11838 ARM: dts: imx6sx: fix suspend/resume failed on i.mx6sx-sdb-reva board
There is one ROM bug on i.mx6sx TO1.1 that default ROM code use the old ocram space 0x900000, but it should be 0x8f8000. So SW workaround need to be added, unfortunately, the 'romcp' device node not added in i.mx6sx dtsi on v4.1, thus i.mx6sx-sdb-reva board will be failed to resume back, add them back. Signed-off-by: Robin Gong <b38343@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6sx.dtsi')
-rw-r--r--arch/arm/boot/dts/imx6sx.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sx.dtsi b/arch/arm/boot/dts/imx6sx.dtsi
index 47e6677b41ec..1a2a217ba405 100644
--- a/arch/arm/boot/dts/imx6sx.dtsi
+++ b/arch/arm/boot/dts/imx6sx.dtsi
@@ -1076,6 +1076,11 @@
clocks = <&clks IMX6SX_CLK_OCOTP>;
};
+ romcp@021ac000 {
+ compatible = "fsl,imx6sx-romcp", "syscon";
+ reg = <0x021ac000 0x4000>;
+ };
+
sai1: sai@021d4000 {
compatible = "fsl,imx6sx-sai";
reg = <0x021d4000 0x4000>;