mirror of
https://github.com/torvalds/linux.git
synced 2024-12-19 09:32:32 +00:00
476b679a5d
Add nodes for devices used by PM code (mpu, dsp, iva). Add a cpus node as well as recommended in the DT spec. Remove mpu, dsp, iva devices init if is populated. Signed-off-by: Benoit Cousson <b-cousson@ti.com> Acked-by: Grant Likely <grant.likely@secretlab.ca> Cc: Kevin Hilman <khilman@ti.com>
15 lines
239 B
Plaintext
15 lines
239 B
Plaintext
* TI - DSP (Digital Signal Processor)
|
|
|
|
TI DSP included in OMAP SoC
|
|
|
|
Required properties:
|
|
- compatible : Should be "ti,omap3-c64" for OMAP3 & 4
|
|
- ti,hwmods: "dsp"
|
|
|
|
Examples:
|
|
|
|
dsp {
|
|
compatible = "ti,omap3-c64";
|
|
ti,hwmods = "dsp";
|
|
};
|