aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/bus/ti,da850-mstpri.txt
diff options
context:
space:
mode:
authorBartosz Golaszewski <bgolaszewski@baylibre.com>2016-10-31 15:45:35 +0100
committerSekhar Nori <nsekhar@ti.com>2016-11-14 17:20:29 +0530
commit8e7223fc8626db7c302136747bb68213100d290c (patch)
treea9c033440b60624decff4eddba13e7d1dd360ab3 /Documentation/devicetree/bindings/bus/ti,da850-mstpri.txt
parentmemory: davinci: add support for da8xx DDR2/mDDR controller (diff)
downloadlinux-dev-8e7223fc8626db7c302136747bb68213100d290c.tar.xz
linux-dev-8e7223fc8626db7c302136747bb68213100d290c.zip
bus: davinci: add support for da8xx bus master priority control
Create the driver for the da8xx master peripheral priority configuration and implement support for writing to the three Master Priority registers on da850 SoCs. Reviewed-by: Kevin Hilman <khilman@baylibre.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> [nsekhar@ti.com: subject line adjustment] Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'Documentation/devicetree/bindings/bus/ti,da850-mstpri.txt')
-rw-r--r--Documentation/devicetree/bindings/bus/ti,da850-mstpri.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/bus/ti,da850-mstpri.txt b/Documentation/devicetree/bindings/bus/ti,da850-mstpri.txt
new file mode 100644
index 000000000000..72daefc6b4a1
--- /dev/null
+++ b/Documentation/devicetree/bindings/bus/ti,da850-mstpri.txt
@@ -0,0 +1,20 @@
+* Device tree bindings for Texas Instruments da8xx master peripheral
+ priority driver
+
+DA8XX SoCs feature a set of registers allowing to change the priority of all
+peripherals classified as masters.
+
+Documentation:
+OMAP-L138 (DA850) - http://www.ti.com/lit/ug/spruh82c/spruh82c.pdf
+
+Required properties:
+
+- compatible: "ti,da850-mstpri" - for da850 based boards
+- reg: offset and length of the mstpri registers
+
+Example for da850-lcdk is shown below.
+
+mstpri {
+ compatible = "ti,da850-mstpri";
+ reg = <0x14110 0x0c>;
+};