summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx6sll.dtsi
diff options
context:
space:
mode:
authorAnson Huang <Anson.Huang@nxp.com>2018-06-20 16:38:37 +0800
committerShawn Guo <shawnguo@kernel.org>2018-06-28 11:24:40 +0800
commiteecd78bc7805964527acdaba5f2b91d7b317aeea (patch)
tree00a077ba6c0c35a4da7cce7ee6d2a0913a9c938f /arch/arm/boot/dts/imx6sll.dtsi
parentfdfbd7d125fd8e2536954fdd63a5738bceb7896f (diff)
downloadlinux-eecd78bc7805964527acdaba5f2b91d7b317aeea.tar.bz2
ARM: dts: imx6sll: declare src module to be compatible to imx51's src
i.MX6SLL uses same SRC module as i.MX51, add "fsl,imx51-src" compatible string to enable SRC driver to support setting CPU resume address for cpu-idle and suspend/resume. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6sll.dtsi')
-rw-r--r--arch/arm/boot/dts/imx6sll.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6sll.dtsi b/arch/arm/boot/dts/imx6sll.dtsi
index c9b0ccc0e2e2..000e6136a9d6 100644
--- a/arch/arm/boot/dts/imx6sll.dtsi
+++ b/arch/arm/boot/dts/imx6sll.dtsi
@@ -548,7 +548,7 @@
};
src: reset-controller@20d8000 {
- compatible = "fsl,imx6sll-src";
+ compatible = "fsl,imx6sll-src", "fsl,imx51-src";
reg = <0x020d8000 0x4000>;
interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;