From mboxrd@z Thu Jan 1 00:00:00 1970 From: martin.blumenstingl@googlemail.com (Martin Blumenstingl) Date: Sat, 1 Apr 2017 14:55:18 +0200 Subject: [PATCH 0/1] remove the "cpu_clk" from the GXBB/GXL/GXM driver Message-ID: <20170401125519.7339-1-martin.blumenstingl@googlemail.com> To: linus-amlogic@lists.infradead.org List-Id: linus-amlogic.lists.infradead.org This is the updated version of my RFC patch from [0]. The quick summary for this patch is that the "cpu_clk" seems to have been copied from the Meson8b clock driver when the GXBB clock driver was initially added. However, on GXBB (and the other GX SoCs) the actual CPU clock is provided by a SCPI DVFS clock. More details can be found in the patch description itself. This was tested on a Khadas VIM board (GXL S905X). Changes since the RFC version: - rebased to the "clk-meson" branch (e65ae3fb97b4 "dt-bindings: clock: gxbb-clkc: Add GXL compatible variant") and Jerome's audio clock patches (in version 2: [1]) - remove the now unused cpu_div_table (which was left over in the RFC version) - slightly updated the comment for the now unused clock ID 1 in drivers/clk/meson/gxbb.h [0] https://patchwork.kernel.org/patch/9644993/ [1] http://lists.infradead.org/pipermail/linux-amlogic/2017-March/003200.html Martin Blumenstingl (1): clk: meson: gxbb: remove the "cpu_clk" from the GXBB and GXL driver drivers/clk/meson/gxbb.c | 64 ++--------------------------------- drivers/clk/meson/gxbb.h | 2 +- include/dt-bindings/clock/gxbb-clkc.h | 1 - 3 files changed, 4 insertions(+), 63 deletions(-) -- 2.12.1