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. > 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 >