From mboxrd@z Thu Jan 1 00:00:00 1970 From: manivannan.sadhasivam@linaro.org (Manivannan Sadhasivam) Date: Wed, 17 Oct 2018 08:26:55 +0530 Subject: [PATCH v3 6/9] arm64: dts: actions: Add Reset Controller support for S900 SoC In-Reply-To: <153972613980.5275.10581925529054373344@swboyd.mtv.corp.google.com> References: <20180810095113.25292-1-manivannan.sadhasivam@linaro.org> <20180810095113.25292-7-manivannan.sadhasivam@linaro.org> <153972613980.5275.10581925529054373344@swboyd.mtv.corp.google.com> Message-ID: <20181017025655.GA2888@Mani-XPS-13-9360> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 > > --- > > 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 > > #include > > +#include > > > > / { > > compatible = "actions,s900"; > > @@ -172,6 +173,7 @@ > > reg = <0x0 0xe0160000 0x0 0x1000>; > > clocks = <&hosc>, <&losc>; > > #clock-cells = <1>; > > + #reset-cells = <1>; > > }; > > > > pinctrl: pinctrl at e01b0000 { > > -- > > 2.17.1 > >