Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1299537

Re: [PATCH 3/5] clk: mediatek: Add MT2701 clock support

From Michael Turquette <mturquette@baylibre.com>
Newsgroups linux.kernel
Subject Re: [PATCH 3/5] clk: mediatek: Add MT2701 clock support
Date 2015-12-31 00:40 +0100
Message-ID <qLyvv-4Y8-5@gated-at.bofh.it> (permalink)
References <qLiqJ-2WZ-11@gated-at.bofh.it> <qLiAq-303-15@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Hi James,

Quoting James Liao (2015-12-29 22:27:43)
> +CLK_OF_DECLARE(mtk_topckgen, "mediatek,mt2701-topckgen", mtk_topckgen_init);
> +CLK_OF_DECLARE(mtk_infrasys, "mediatek,mt2701-infracfg", mtk_infrasys_init);
> +CLK_OF_DECLARE(mtk_pericfg, "mediatek,mt2701-pericfg", mtk_pericfg_init);
> +CLK_OF_DECLARE(mtk_mmsys, "mediatek,mt2701-mmsys", mtk_mmsys_init);
> +CLK_OF_DECLARE(mtk_imgsys, "mediatek,mt2701-imgsys", mtk_imgsys_init);
> +CLK_OF_DECLARE(mtk_vdecsys, "mediatek,mt2701-vdecsys", mtk_vdecsys_init);
> +CLK_OF_DECLARE(mtk_hifsys, "mediatek,mt2701-hifsys", mtk_hifsys_init);
> +CLK_OF_DECLARE(mtk_ethsys, "mediatek,mt2701-ethsys", mtk_ethsys_init);
> +CLK_OF_DECLARE(mtk_bdpsys, "mediatek,mt2701-bdpsys", mtk_bdpsys_init);
> +CLK_OF_DECLARE(mtk_apmixedsys, "mediatek,mt2701-apmixedsys",

None of these compatible strings are documented with a binding
description in this patch series. In fact looking through
Documentation/devicetree/bindings/clock/ on the latest linux-next tag I
see that the only existing binding is mt8173-cpu-dvfs.txt.

Am I looking in the wrong place or do we have a case of missing binding
descriptions?

Thanks,
Mike
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/5] Add clock support for Mediatek MT2701  James Liao <jamesjj.liao@mediatek.com> - 2015-12-30 07:30 +0100
  [PATCH 1/5] clk: mediatek: Refine the makefile to support multiple clock drivers James Liao <jamesjj.liao@mediatek.com> - 2015-12-30 07:30 +0100
    Re: [PATCH 1/5] clk: mediatek: Refine the makefile to support multiple clock  drivers Michael Turquette <mturquette@baylibre.com> - 2015-12-31 00:30 +0100
    Re: [PATCH 1/5] clk: mediatek: Refine the makefile to support  multiple clock drivers Matthias Brugger <matthias.bgg@gmail.com> - 2015-12-31 09:20 +0100
  [PATCH 2/5] clk: mediatek: Add dt-bindings for MT2701 clocks James Liao <jamesjj.liao@mediatek.com> - 2015-12-30 07:30 +0100
    Re: [PATCH 2/5] clk: mediatek: Add dt-bindings for MT2701 clocks Michael Turquette <mturquette@baylibre.com> - 2015-12-31 00:40 +0100
  [PATCH 4/5] reset: mediatek: mt2701 reset controller dt-binding file James Liao <jamesjj.liao@mediatek.com> - 2015-12-30 07:40 +0100
  Re: [PATCH 3/5] clk: mediatek: Add MT2701 clock support Michael Turquette <mturquette@baylibre.com> - 2015-12-31 00:40 +0100
    Re: [PATCH 3/5] clk: mediatek: Add MT2701 clock support James Liao <jamesjj.liao@mediatek.com> - 2015-12-31 11:10 +0100

csiph-web