summaryrefslogtreecommitdiff
path: root/system/arm/dt/armv8.dts
diff options
context:
space:
mode:
Diffstat (limited to 'system/arm/dt/armv8.dts')
-rw-r--r--system/arm/dt/armv8.dts10
1 files changed, 5 insertions, 5 deletions
diff --git a/system/arm/dt/armv8.dts b/system/arm/dt/armv8.dts
index 9e07decbd..20d58a812 100644
--- a/system/arm/dt/armv8.dts
+++ b/system/arm/dt/armv8.dts
@@ -112,8 +112,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>;
};
};
@@ -136,12 +136,12 @@
};
};
-&hdlcd0 {
+&dp0 {
status = "ok";
port {
- hdlcd0_output: endpoint@0 {
- remote-endpoint = <&hdlcd0_virt_input>;
+ dp0_output: endpoint@0 {
+ remote-endpoint = <&dp0_virt_input>;
};
};
};