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