summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/display/arm,pl11x.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/display/arm,pl11x.yaml')
-rw-r--r--dts/Bindings/display/arm,pl11x.yaml15
1 files changed, 1 insertions, 14 deletions
diff --git a/dts/Bindings/display/arm,pl11x.yaml b/dts/Bindings/display/arm,pl11x.yaml
index b545c6d203..6cc9045e5c 100644
--- a/dts/Bindings/display/arm,pl11x.yaml
+++ b/dts/Bindings/display/arm,pl11x.yaml
@@ -159,25 +159,12 @@ examples:
};
panel {
- compatible = "arm,rtsm-display", "panel-dpi";
- power-supply = <&vcc_supply>;
+ compatible = "arm,rtsm-display";
port {
clcd_panel: endpoint {
remote-endpoint = <&clcd_pads>;
};
};
-
- panel-timing {
- clock-frequency = <25175000>;
- hactive = <640>;
- hback-porch = <40>;
- hfront-porch = <24>;
- hsync-len = <96>;
- vactive = <480>;
- vback-porch = <32>;
- vfront-porch = <11>;
- vsync-len = <2>;
- };
};
...