The DT set the upper limit for the pixel clock to 210MHz. While
technically the TDA19988 chip works at that frequency, it is
outside the spec sheet values. Restrict the clock range to the
published values.
Signed-off-by: Liviu Dudau <Liviu.Dudau@arm.com>
compatible = "arm,scpi-clk-range";
#clock-cells = <1>;
clock-indices = <3>, <4>;
- frequency-range = <23000000 210000000>;
+ frequency-range = <23750000 165000000>;
clock-output-names = "pxlclk0", "pxlclk1";
};