mirror of https://gitee.com/openkylin/linux.git
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:
parent
5e7765df70
commit
6e2d4b4f3a
|
@ -62,6 +62,7 @@ dsp: dsp@11800000 {
|
|||
interrupt-parent = <&intc>;
|
||||
interrupts = <28>;
|
||||
clocks = <&psc0 15>;
|
||||
resets = <&psc0 15>;
|
||||
status = "disabled";
|
||||
};
|
||||
soc@1c00000 {
|
||||
|
|
Loading…
Reference in New Issue