[PATCH v6 2/7] ARM: davinci: dts: add a reset control to the dsp node
Bartosz Golaszewski
brgl at bgdev.pl
Tue Apr 17 10:30:33 PDT 2018
From: Bartosz Golaszewski <bgolaszewski at 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 at baylibre.com>
Reviewed-by: David Lechner <david at lechnology.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 d56e670d9a32..250aeee53202 100644
--- a/arch/arm/boot/dts/da850.dtsi
+++ b/arch/arm/boot/dts/da850.dtsi
@@ -109,6 +109,7 @@
interrupt-parent = <&intc>;
interrupts = <28>;
clocks = <&psc0 15>;
+ resets = <&psc0 15>;
status = "disabled";
};
soc at 1c00000 {
--
2.17.0
More information about the linux-arm-kernel
mailing list