Re: [PATCH v2 2/4] clk: meson-gxbb: Fix HDMI PLL for GXL SoCs

2018-11-18 Thread Martin Blumenstingl
Hi Neil, On Tue, Nov 6, 2018 at 3:59 PM Neil Armstrong wrote: > > In an attempt to better describe the HDMI PLL, a single DCO clock was > left for GXBB and GXL, but the GXL DCO does not have a pre-multiplier. > > This patch adds back a GXL specific HDMI PLL DCO with xtal as parent. according to t

[PATCH v2 2/4] clk: meson-gxbb: Fix HDMI PLL for GXL SoCs

2018-11-06 Thread Neil Armstrong
In an attempt to better describe the HDMI PLL, a single DCO clock was left for GXBB and GXL, but the GXL DCO does not have a pre-multiplier. This patch adds back a GXL specific HDMI PLL DCO with xtal as parent. Fixes: 87173557d2f6 ("clk: meson: clk-pll: remove od parameters") Signed-off-by: Neil