mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
imx6: dts: add 'u-boot, dm-pre-reloc' to soc and ipu nodes
u-boot,dm-pre-reloc is required for reserving video memory when binding DM_VIDEO driver. Signed-off-by: Anatolij Gustschin <agust@denx.de>
This commit is contained in:
committed by
Stefano Babic
parent
3eb0801016
commit
f45ec8fcfb
@@ -145,6 +145,7 @@
|
|||||||
compatible = "simple-bus";
|
compatible = "simple-bus";
|
||||||
interrupt-parent = <&gpc>;
|
interrupt-parent = <&gpc>;
|
||||||
ranges;
|
ranges;
|
||||||
|
u-boot,dm-pre-reloc;
|
||||||
|
|
||||||
dma_apbh: dma-apbh@110000 {
|
dma_apbh: dma-apbh@110000 {
|
||||||
compatible = "fsl,imx6q-dma-apbh", "fsl,imx28-dma-apbh";
|
compatible = "fsl,imx6q-dma-apbh", "fsl,imx28-dma-apbh";
|
||||||
@@ -1261,6 +1262,7 @@
|
|||||||
<&clks IMX6QDL_CLK_IPU1_DI1>;
|
<&clks IMX6QDL_CLK_IPU1_DI1>;
|
||||||
clock-names = "bus", "di0", "di1";
|
clock-names = "bus", "di0", "di1";
|
||||||
resets = <&src 2>;
|
resets = <&src 2>;
|
||||||
|
u-boot,dm-pre-reloc;
|
||||||
|
|
||||||
ipu1_csi0: port@0 {
|
ipu1_csi0: port@0 {
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
|
Reference in New Issue
Block a user