[PATCH 01/21] dt-bindings: clock: Add compatible for A64 DE2 CCU
From: Chen-Yu Tsai <hidden>
Date: 2018-05-01 16:19:41
Also in:
dri-devel, linux-clk, linux-devicetree, lkml
From: Chen-Yu Tsai <hidden>
Date: 2018-05-01 16:19:41
Also in:
dri-devel, linux-clk, linux-devicetree, lkml
On Wed, May 2, 2018 at 12:16 AM, Rob Herring [off-list ref] wrote:
On Mon, Apr 30, 2018 at 05:10:38PM +0530, Jagan Teki wrote:quoted
Allwinner A64 has DE2 CCU which is similar to H3/H5 SoC. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> --- Documentation/devicetree/bindings/clock/sun8i-de2.txt | 1 + 1 file changed, 1 insertion(+)Reviewed-by: Rob Herring <robh@kernel.org>
Hi Rob, Do we need to add this if it's just a soc-specific compatible we add in the device tree to future proof things in case we discover quirks later on? AFAIK we haven't been doing this, and this is likely to create some confusion, because they aren't actually mentioned anywhere in the driver. ChenYu