Skip to content

Commit 1a20951

Browse files
bparrottmlind
authored andcommitted
ARM: dts: dra7: Add ti-sysc node for VPE
Add VPE node as a child of l4 interconnect in order for it to probe using ti-sysc. Signed-off-by: Benoit Parrot <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
1 parent 7931252 commit 1a20951

File tree

1 file changed

+25
-3
lines changed

1 file changed

+25
-3
lines changed

arch/arm/boot/dts/dra7-l4.dtsi

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4220,12 +4220,34 @@
42204220
status = "disabled";
42214221
};
42224222

4223-
target-module@1d0000 { /* 0x489d0000, ap 27 30.0 */
4224-
compatible = "ti,sysc";
4225-
status = "disabled";
4223+
target-module@1d0010 { /* 0x489d0000, ap 27 30.0 */
4224+
compatible = "ti,sysc-omap4", "ti,sysc";
4225+
reg = <0x1d0010 0x4>;
4226+
reg-names = "sysc";
4227+
ti,sysc-midle = <SYSC_IDLE_FORCE>,
4228+
<SYSC_IDLE_NO>,
4229+
<SYSC_IDLE_SMART>;
4230+
ti,sysc-sidle = <SYSC_IDLE_FORCE>,
4231+
<SYSC_IDLE_NO>,
4232+
<SYSC_IDLE_SMART>;
4233+
clocks = <&vpe_clkctrl DRA7_VPE_VPE_CLKCTRL 0>;
4234+
clock-names = "fck";
42264235
#address-cells = <1>;
42274236
#size-cells = <1>;
42284237
ranges = <0x0 0x1d0000 0x10000>;
4238+
4239+
vpe: vpe@0 {
4240+
compatible = "ti,dra7-vpe";
4241+
reg = <0x0000 0x120>,
4242+
<0x0700 0x80>,
4243+
<0x5700 0x18>,
4244+
<0xd000 0x400>;
4245+
reg-names = "vpe_top",
4246+
"sc",
4247+
"csc",
4248+
"vpdma";
4249+
interrupts = <GIC_SPI 354 IRQ_TYPE_LEVEL_HIGH>;
4250+
};
42294251
};
42304252
};
42314253
};

0 commit comments

Comments
 (0)