Commit ed39d5e3 authored by Madhukar Pappireddy's avatar Madhukar Pappireddy Committed by TrustedFirmware Code Review
Browse files

Merge "Enabling DPU in dts file for TC0" into integration

parents 70b6701b 0dc52294
...@@ -224,7 +224,7 @@ ...@@ -224,7 +224,7 @@
port { port {
vencoder_in: endpoint { vencoder_in: endpoint {
remote-endpoint = <&hdlcd_out>; remote-endpoint = <&dp_pl0_out0>;
}; };
}; };
...@@ -250,7 +250,7 @@ ...@@ -250,7 +250,7 @@
interrupts = <0x0 117 0x4>; interrupts = <0x0 117 0x4>;
clocks = <&fake_hdlcd_clk>; clocks = <&fake_hdlcd_clk>;
clock-names = "pxlclk"; clock-names = "pxlclk";
status = "ok"; status = "disabled";
port { port {
hdlcd_out: endpoint { hdlcd_out: endpoint {
...@@ -339,7 +339,6 @@ ...@@ -339,7 +339,6 @@
interrupt-names = "DPU"; interrupt-names = "DPU";
clocks = <&scmi_clk 0>; clocks = <&scmi_clk 0>;
clock-names = "aclk"; clock-names = "aclk";
status = "disabled";
pl0: pipeline@0 { pl0: pipeline@0 {
reg = <0>; reg = <0>;
clocks = <&scmi_clk 1>; clocks = <&scmi_clk 1>;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment