Message ID | 20180321120807.18032-4-brgl@bgdev.pl (mailing list archive) |
---|---|
State | Superseded, archived |
Headers | show |
2018-03-21 13:08 GMT+01:00 Bartosz Golaszewski <brgl@bgdev.pl>: > From: Bartosz Golaszewski <bgolaszewski@baylibre.com> > > The davinci-rproc driver will soon use the reset framework. Add the > resets property to the dsp node in da850.dtsi. > > Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> > --- > arch/arm/boot/dts/da850.dtsi | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi > index 89af749c5b6f..5b485e44b83e 100644 > --- a/arch/arm/boot/dts/da850.dtsi > +++ b/arch/arm/boot/dts/da850.dtsi > @@ -124,6 +124,7 @@ > compatible = "ti,da850-psc0"; > reg = <0x10000 0x1000>; > #clock-cells = <1>; > + #reset-cells = <1>; > #power-domain-cells = <1>; > clocks = <&pll0_sysclk 1>, <&pll0_sysclk 2>, > <&pll0_sysclk 4>, <&pll0_sysclk 6>, > -- > 2.16.1 > I noticed I mixed up the descriptions in patches 2/8 and 3/8. It'll need a v2, but I'll wait for some reviews first. Bart -- To unsubscribe from this list: send the line "unsubscribe linux-remoteproc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On 03/21/2018 09:04 AM, Bartosz Golaszewski wrote: > 2018-03-21 13:08 GMT+01:00 Bartosz Golaszewski <brgl@bgdev.pl>: >> From: Bartosz Golaszewski <bgolaszewski@baylibre.com> >> >> The davinci-rproc driver will soon use the reset framework. Add the >> resets property to the dsp node in da850.dtsi. >> >> Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> >> --- >> arch/arm/boot/dts/da850.dtsi | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi >> index 89af749c5b6f..5b485e44b83e 100644 >> --- a/arch/arm/boot/dts/da850.dtsi >> +++ b/arch/arm/boot/dts/da850.dtsi >> @@ -124,6 +124,7 @@ >> compatible = "ti,da850-psc0"; >> reg = <0x10000 0x1000>; >> #clock-cells = <1>; >> + #reset-cells = <1>; >> #power-domain-cells = <1>; >> clocks = <&pll0_sysclk 1>, <&pll0_sysclk 2>, >> <&pll0_sysclk 4>, <&pll0_sysclk 6>, >> -- >> 2.16.1 >> > > I noticed I mixed up the descriptions in patches 2/8 and 3/8. It'll > need a v2, but I'll wait for some reviews first. > > Bart > Yes, and this patch should be first to avoid a possible compiler warning. -- To unsubscribe from this list: send the line "unsubscribe linux-remoteproc" 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/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi index 89af749c5b6f..5b485e44b83e 100644 --- a/arch/arm/boot/dts/da850.dtsi +++ b/arch/arm/boot/dts/da850.dtsi @@ -124,6 +124,7 @@ compatible = "ti,da850-psc0"; reg = <0x10000 0x1000>; #clock-cells = <1>; + #reset-cells = <1>; #power-domain-cells = <1>; clocks = <&pll0_sysclk 1>, <&pll0_sysclk 2>, <&pll0_sysclk 4>, <&pll0_sysclk 6>,