diff options
4 files changed, 13 insertions, 1 deletions
diff --git a/overlays/verdin-imx95_mezzanine_panel-cap-touch-10inch-lvds_overlay.dts b/overlays/verdin-imx95_mezzanine_panel-cap-touch-10inch-lvds_overlay.dts index a12e479..2c7bca4 100644 --- a/overlays/verdin-imx95_mezzanine_panel-cap-touch-10inch-lvds_overlay.dts +++ b/overlays/verdin-imx95_mezzanine_panel-cap-touch-10inch-lvds_overlay.dts @@ -77,6 +77,10 @@ &ldb { #address-cells = <1>; #size-cells = <0>; + assigned-clocks = <&scmi_clk IMX95_CLK_LDBPLL_VCO>, + <&scmi_clk IMX95_CLK_LDBPLL>; + /* 6*7*pixelclk and 7*pixelclk */ + assigned-clock-rates = <2986200000>, <497700000>; status = "okay"; channel@0 { diff --git a/overlays/verdin-imx95_mezzanine_panel-lvds-dual-channel-1080p_overlay.dts b/overlays/verdin-imx95_mezzanine_panel-lvds-dual-channel-1080p_overlay.dts index 83e6db3..bc19b93 100644 --- a/overlays/verdin-imx95_mezzanine_panel-lvds-dual-channel-1080p_overlay.dts +++ b/overlays/verdin-imx95_mezzanine_panel-lvds-dual-channel-1080p_overlay.dts @@ -92,6 +92,10 @@ &ldb { #address-cells = <1>; #size-cells = <0>; + assigned-clocks = <&scmi_clk IMX95_CLK_LDBPLL_VCO>, + <&scmi_clk IMX95_CLK_LDBPLL>; + /* 3*7*pixelclk and 7*pixelclk */ + assigned-clock-rates = <2908500000>, <969500000>; status = "okay"; channel@0 { diff --git a/overlays/verdin-imx95_panel-cap-touch-10inch-lvds_overlay.dts b/overlays/verdin-imx95_panel-cap-touch-10inch-lvds_overlay.dts index d86c36f..9ad585b 100644 --- a/overlays/verdin-imx95_panel-cap-touch-10inch-lvds_overlay.dts +++ b/overlays/verdin-imx95_panel-cap-touch-10inch-lvds_overlay.dts @@ -83,6 +83,10 @@ &ldb { #address-cells = <1>; #size-cells = <0>; + assigned-clocks = <&scmi_clk IMX95_CLK_LDBPLL_VCO>, + <&scmi_clk IMX95_CLK_LDBPLL>; + /* 6*7*pixelclk and 7*pixelclk */ + assigned-clock-rates = <2986200000>, <497700000>; status = "okay"; channel@0 { diff --git a/overlays/verdin-imx95_panel-cap-touch-7inch-dsi_overlay.dts b/overlays/verdin-imx95_panel-cap-touch-7inch-dsi_overlay.dts index 86e55bb..2efddaf 100644 --- a/overlays/verdin-imx95_panel-cap-touch-7inch-dsi_overlay.dts +++ b/overlays/verdin-imx95_panel-cap-touch-7inch-dsi_overlay.dts @@ -70,7 +70,7 @@ reg = <0>; dsi_lvds_bridge_in: endpoint { - data-lanes = <1 2 3 4>; + data-lanes = <1 2>; remote-endpoint = <&dsi0_out>; }; }; |