summaryrefslogtreecommitdiff
path: root/system/arm/dt/armv8_big_little.dts
diff options
context:
space:
mode:
Diffstat (limited to 'system/arm/dt/armv8_big_little.dts')
-rw-r--r--system/arm/dt/armv8_big_little.dts10
1 files changed, 5 insertions, 5 deletions
diff --git a/system/arm/dt/armv8_big_little.dts b/system/arm/dt/armv8_big_little.dts
index 70049bbc3..83d2db76f 100644
--- a/system/arm/dt/armv8_big_little.dts
+++ b/system/arm/dt/armv8_big_little.dts
@@ -110,8 +110,8 @@
virt-encoder {
compatible = "drm,virtual-encoder";
port {
- hdlcd0_virt_input: endpoint@0 {
- remote-endpoint = <&hdlcd0_output>;
+ dp0_virt_input: endpoint@0 {
+ remote-endpoint = <&dp0_output>;
};
};
@@ -134,12 +134,12 @@
};
};
-&hdlcd0 {
+&dp0 {
status = "ok";
port {
- hdlcd0_output: endpoint@0 {
- remote-endpoint = <&hdlcd0_virt_input>;
+ dp0_output: endpoint@0 {
+ remote-endpoint = <&dp0_virt_input>;
};
};
};