Skip to content

Commit

Permalink
documentation: Add secure monitor bindings documentation
Browse files Browse the repository at this point in the history
Add the binding documentation for the Amlogic secure monitor driver.

Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Carlo Caione <carlo@endlessm.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
  • Loading branch information
Carlo Caione authored and Kevin Hilman committed Sep 1, 2016
1 parent f03faf3 commit d263393
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Documentation/devicetree/bindings/firmware/meson/meson_sm.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
* Amlogic Secure Monitor

In the Amlogic SoCs the Secure Monitor code is used to provide access to the
NVMEM, enable JTAG, set USB boot, etc...

Required properties for the secure monitor node:
- compatible: Should be "amlogic,meson-gxbb-sm"

Example:

firmware {
sm: secure-monitor {
compatible = "amlogic,meson-gxbb-sm";
};
};

0 comments on commit d263393

Please sign in to comment.