mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-18 05:04:04 +00:00
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>
This commit is contained in:
parent
fdfbd7d125
commit
eecd78bc78
1 changed files with 1 additions and 1 deletions
|
@ -548,7 +548,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
src: reset-controller@20d8000 {
|
src: reset-controller@20d8000 {
|
||||||
compatible = "fsl,imx6sll-src";
|
compatible = "fsl,imx6sll-src", "fsl,imx51-src";
|
||||||
reg = <0x020d8000 0x4000>;
|
reg = <0x020d8000 0x4000>;
|
||||||
interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>,
|
interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>,
|
||||||
<GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
|
<GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
|
Loading…
Add table
Reference in a new issue