Message ID | 20170808012540.16691-1-net147@gmail.com (mailing list archive) |
---|---|
State | Awaiting Upstream, archived |
Headers | show |
Hi, On Tue, Aug 8, 2017 at 9:25 AM, Jonathan Liu <net147@gmail.com> wrote: > The bindings were not updated when the sun5i CCU driver was added in > commit 5e73761786d6 ("clk: sunxi-ng: Add sun5i CCU driver"). > > Signed-off-by: Jonathan Liu <net147@gmail.com> Looks good to me. Will wait for the device tree binding maintainers to have a say before I apply it for 4.14. ChenYu -- To unsubscribe from this list: send the line "unsubscribe linux-clk" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Tue, Aug 08, 2017 at 11:25:40AM +1000, Jonathan Liu wrote: > The bindings were not updated when the sun5i CCU driver was added in > commit 5e73761786d6 ("clk: sunxi-ng: Add sun5i CCU driver"). > > Signed-off-by: Jonathan Liu <net147@gmail.com> > --- > Documentation/devicetree/bindings/clock/sunxi-ccu.txt | 3 +++ > 1 file changed, 3 insertions(+) Acked-by: Rob Herring <robh@kernel.org> -- To unsubscribe from this list: send the line "unsubscribe linux-clk" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Fri, Aug 11, 2017 at 10:51 AM, Rob Herring <robh@kernel.org> wrote: > On Tue, Aug 08, 2017 at 11:25:40AM +1000, Jonathan Liu wrote: >> The bindings were not updated when the sun5i CCU driver was added in >> commit 5e73761786d6 ("clk: sunxi-ng: Add sun5i CCU driver"). >> >> Signed-off-by: Jonathan Liu <net147@gmail.com> >> --- >> Documentation/devicetree/bindings/clock/sunxi-ccu.txt | 3 +++ >> 1 file changed, 3 insertions(+) > > Acked-by: Rob Herring <robh@kernel.org> Applied for 4.14. ChenYu -- To unsubscribe from this list: send the line "unsubscribe linux-clk" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/Documentation/devicetree/bindings/clock/sunxi-ccu.txt b/Documentation/devicetree/bindings/clock/sunxi-ccu.txt index df9fad58facd..dbe0c1c58ab5 100644 --- a/Documentation/devicetree/bindings/clock/sunxi-ccu.txt +++ b/Documentation/devicetree/bindings/clock/sunxi-ccu.txt @@ -3,6 +3,8 @@ Allwinner Clock Control Unit Binding Required properties : - compatible: must contain one of the following compatibles: + - "allwinner,sun5i-a10s-ccu" + - "allwinner,sun5i-a13-ccu" - "allwinner,sun6i-a31-ccu" - "allwinner,sun8i-a23-ccu" - "allwinner,sun8i-a33-ccu" @@ -15,6 +17,7 @@ Required properties : - "allwinner,sun50i-a64-ccu" - "allwinner,sun50i-a64-r-ccu" - "allwinner,sun50i-h5-ccu" + - "nextthing,gr8-ccu" - reg: Must contain the registers base address and length - clocks: phandle to the oscillators feeding the CCU. Two are needed:
The bindings were not updated when the sun5i CCU driver was added in commit 5e73761786d6 ("clk: sunxi-ng: Add sun5i CCU driver"). Signed-off-by: Jonathan Liu <net147@gmail.com> --- Documentation/devicetree/bindings/clock/sunxi-ccu.txt | 3 +++ 1 file changed, 3 insertions(+)