diff options
Diffstat (limited to 'overlays/display-rvt101hvdwc00b_overlay.dtsi')
-rw-r--r-- | overlays/display-rvt101hvdwc00b_overlay.dtsi | 56 |
1 files changed, 25 insertions, 31 deletions
diff --git a/overlays/display-rvt101hvdwc00b_overlay.dtsi b/overlays/display-rvt101hvdwc00b_overlay.dtsi index e5bf1b5..a84df5e 100644 --- a/overlays/display-rvt101hvdwc00b_overlay.dtsi +++ b/overlays/display-rvt101hvdwc00b_overlay.dtsi @@ -5,38 +5,32 @@ // RVT101HVDWC00-B DSI display (10 inch) with a resolution of 1280x800 pixel. -&panel_lvds { - compatible = "panel-lvds"; - backlight = <&backlight>; - data-mapping = "vesa-24"; - height-mm = <136>; - width-mm = <217>; - status = "okay"; +&{/} { + panel_rvt101hvdwc00: panel-rvt101hvdwc00 { + compatible = "panel-lvds"; + data-mapping = "vesa-24"; + height-mm = <136>; + width-mm = <217>; - /* - * These timings are hand-optimized and more stable then teorethical - * In particular HBP+HS should be 88 (display datasheet) - * Likely an higher value is needed due to dsi to lvds pipeline. - */ - panel-timing { - clock-frequency = <66300000 69300000 78900000>; - de-active = <1>; - hactive = <1280 1280 1280>; - hback-porch = <64 64 64>; - hfront-porch = <72 72 72>; - hsync-active = <0>; - hsync-len = <32 32 32>; - pixelclk-active = <1>; - vactive = <800 800 800>; - vback-porch = <15 15 15>; - vfront-porch = <15 15 15>; - vsync-active = <0>; - vsync-len = <8 8 8>; - }; - - port { - panel_in_lvds_riv: endpoint { - remote-endpoint = <&lvds_out_panel_riv>; + /* + * These timings are hand-optimized and more stable then teorethical + * In particular HBP+HS should be 88 (display datasheet) + * Likely an higher value is needed due to dsi to lvds pipeline. + */ + panel-timing { + clock-frequency = <66300000 69300000 78900000>; + de-active = <1>; + hactive = <1280 1280 1280>; + hback-porch = <64 64 64>; + hfront-porch = <72 72 72>; + hsync-active = <0>; + hsync-len = <32 32 32>; + pixelclk-active = <1>; + vactive = <800 800 800>; + vback-porch = <15 15 15>; + vfront-porch = <15 15 15>; + vsync-active = <0>; + vsync-len = <8 8 8>; }; }; }; |