ARM: davinci: dts: add a reset control to the dsp node

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>
Reviewed-by: David Lechner <david@lechnology.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
This commit is contained in:
Bartosz Golaszewski 2018-06-21 09:37:06 +02:00 committed by Sekhar Nori
parent 5e7765df70
commit 6e2d4b4f3a

View File

@ -62,6 +62,7 @@ dsp: dsp@11800000 {
interrupt-parent = <&intc>;
interrupts = <28>;
clocks = <&psc0 15>;
resets = <&psc0 15>;
status = "disabled";
};
soc@1c00000 {