mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 14:16:48 +07:00
ARM: dts: imx6qp: add PRG nodes and hook up to IPUs
Add the DT nodes for the Prefetch Resolve Gaskets found on i.MX6QP and hook them up to the assigned IPU nodes. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
3062cf55e1
commit
54458dac34
@ -92,6 +92,24 @@ pre4: pre@21cb000 {
|
||||
clock-names = "axi";
|
||||
fsl,iram = <&ocram3>;
|
||||
};
|
||||
|
||||
prg1: prg@21cc000 {
|
||||
compatible = "fsl,imx6qp-prg";
|
||||
reg = <0x021cc000 0x1000>;
|
||||
clocks = <&clks IMX6QDL_CLK_PRG0_APB>,
|
||||
<&clks IMX6QDL_CLK_PRG0_AXI>;
|
||||
clock-names = "ipg", "axi";
|
||||
fsl,pres = <&pre1>, <&pre2>, <&pre3>;
|
||||
};
|
||||
|
||||
prg2: prg@21cd000 {
|
||||
compatible = "fsl,imx6qp-prg";
|
||||
reg = <0x021cd000 0x1000>;
|
||||
clocks = <&clks IMX6QDL_CLK_PRG1_APB>,
|
||||
<&clks IMX6QDL_CLK_PRG1_AXI>;
|
||||
clock-names = "ipg", "axi";
|
||||
fsl,pres = <&pre4>, <&pre2>, <&pre3>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
@ -104,10 +122,12 @@ &fec {
|
||||
|
||||
&ipu1 {
|
||||
compatible = "fsl,imx6qp-ipu", "fsl,imx6q-ipu";
|
||||
fsl,prg = <&prg1>;
|
||||
};
|
||||
|
||||
&ipu2 {
|
||||
compatible = "fsl,imx6qp-ipu", "fsl,imx6q-ipu";
|
||||
fsl,prg = <&prg2>;
|
||||
};
|
||||
|
||||
&ldb {
|
||||
|
Loading…
Reference in New Issue
Block a user