diff options
3 files changed, 12 insertions, 0 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 { |