Re: [PATCH v3 6/9] arm64: dts: actions: Add Reset Controller support for S900 SoC

From: Manivannan Sadhasivam
Date: Tue Oct 16 2018 - 22:57:16 EST


On Tue, Oct 16, 2018 at 02:42:19PM -0700, Stephen Boyd wrote:
> Quoting Manivannan Sadhasivam (2018-08-10 02:51:10)
> > Add reset controller property and bindings header for the
> > Actions Semi S900 SoC DTS.
> >
> > Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@xxxxxxxxxx>
> > ---
>
> Are these DT patches necessary for me to apply the clk patches? I'd like
> to apply the clk patches without these dts bits.
>

Not necessary, you can just apply the clk and bindings patches. DTS patches
will go through Actions tree.

Thanks,
Mani

> > arch/arm64/boot/dts/actions/s900.dtsi | 2 ++
> > 1 file changed, 2 insertions(+)
> >
> > diff --git a/arch/arm64/boot/dts/actions/s900.dtsi b/arch/arm64/boot/dts/actions/s900.dtsi
> > index aa3a49b0d646..4fbb39fd7971 100644
> > --- a/arch/arm64/boot/dts/actions/s900.dtsi
> > +++ b/arch/arm64/boot/dts/actions/s900.dtsi
> > @@ -6,6 +6,7 @@
> >
> > #include <dt-bindings/clock/actions,s900-cmu.h>
> > #include <dt-bindings/interrupt-controller/arm-gic.h>
> > +#include <dt-bindings/reset/actions,s900-reset.h>
> >
> > / {
> > compatible = "actions,s900";
> > @@ -172,6 +173,7 @@
> > reg = <0x0 0xe0160000 0x0 0x1000>;
> > clocks = <&hosc>, <&losc>;
> > #clock-cells = <1>;
> > + #reset-cells = <1>;
> > };
> >
> > pinctrl: pinctrl@e01b0000 {
> > --
> > 2.17.1
> >