Message ID | 20180316175354.21437-2-icenowy@aosc.io (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Quoting Icenowy Zheng (2018-03-16 10:53:48) > The Allwinner A64 SoC has a DE2 CCU like the one in the DE2 of Allwinner > H5 SoC. > > Add a compatible string for it. > > Signed-off-by: Icenowy Zheng <icenowy@aosc.io> > --- Acked-by: Stephen Boyd <sboyd@kernel.org>
On Sat, Mar 17, 2018 at 01:53:48AM +0800, Icenowy Zheng wrote: > The Allwinner A64 SoC has a DE2 CCU like the one in the DE2 of Allwinner > H5 SoC. > > Add a compatible string for it. > > Signed-off-by: Icenowy Zheng <icenowy@aosc.io> > --- > Documentation/devicetree/bindings/clock/sun8i-de2.txt | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/clock/sun8i-de2.txt b/Documentation/devicetree/bindings/clock/sun8i-de2.txt index f2fa87c4765c..e94582e8b8a9 100644 --- a/Documentation/devicetree/bindings/clock/sun8i-de2.txt +++ b/Documentation/devicetree/bindings/clock/sun8i-de2.txt @@ -6,6 +6,7 @@ Required properties : - "allwinner,sun8i-a83t-de2-clk" - "allwinner,sun8i-h3-de2-clk" - "allwinner,sun8i-v3s-de2-clk" + - "allwinner,sun50i-a64-de2-clk" - "allwinner,sun50i-h5-de2-clk" - reg: Must contain the registers base address and length
The Allwinner A64 SoC has a DE2 CCU like the one in the DE2 of Allwinner H5 SoC. Add a compatible string for it. Signed-off-by: Icenowy Zheng <icenowy@aosc.io> --- Documentation/devicetree/bindings/clock/sun8i-de2.txt | 1 + 1 file changed, 1 insertion(+)