mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-07 21:24:00 +08:00
ARM: dts: i.MX51: Add IRAM devicetree node
This patch adds the missing IRAM devicetree node for i.MX51 CPUs. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Acked-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
This commit is contained in:
parent
727b8124f5
commit
da38ea3336
@ -86,6 +86,11 @@
|
|||||||
interrupt-parent = <&tzic>;
|
interrupt-parent = <&tzic>;
|
||||||
ranges;
|
ranges;
|
||||||
|
|
||||||
|
iram: iram@1ffe0000 {
|
||||||
|
compatible = "mmio-sram";
|
||||||
|
reg = <0x1ffe0000 0x20000>;
|
||||||
|
};
|
||||||
|
|
||||||
ipu: ipu@40000000 {
|
ipu: ipu@40000000 {
|
||||||
#crtc-cells = <1>;
|
#crtc-cells = <1>;
|
||||||
compatible = "fsl,imx51-ipu";
|
compatible = "fsl,imx51-ipu";
|
||||||
|
Loading…
Reference in New Issue
Block a user