Re: [PATCH 4/5] clk: meson: meson8b: don't register the XTAL clock when provided via OF

2019-09-23 Thread Martin Blumenstingl
On Mon, Sep 23, 2019 at 11:31 AM Jerome Brunet wrote: > > On Sat 21 Sep 2019 at 17:12, Martin Blumenstingl > wrote: > > > The XTAL clock is an actual crystal on the PCB. Thus the meson8b clock > > driver should not register the XTAL clock - instead it should be > > provided via .dts and then pas

Re: [PATCH 4/5] clk: meson: meson8b: don't register the XTAL clock when provided via OF

2019-09-23 Thread Jerome Brunet
On Sat 21 Sep 2019 at 17:12, Martin Blumenstingl wrote: > The XTAL clock is an actual crystal on the PCB. Thus the meson8b clock > driver should not register the XTAL clock - instead it should be > provided via .dts and then passed to the clock controller. > > Skip the registration of the XTAL c

[PATCH 4/5] clk: meson: meson8b: don't register the XTAL clock when provided via OF

2019-09-21 Thread Martin Blumenstingl
The XTAL clock is an actual crystal on the PCB. Thus the meson8b clock driver should not register the XTAL clock - instead it should be provided via .dts and then passed to the clock controller. Skip the registration of the XTAL clock if a parent clock is provided via OF. Fall back to registering