diff mbox series

[arm/drivers,1/3] dt-bindings: firmware: Document cznic,turris-mox-rwtm binding

Message ID 20190822014318.19478-2-marek.behun@nic.cz (mailing list archive)
State Mainlined, archived
Commit 2c4aaa8763c51e2342cf5337d84b449db4a8ad63
Headers show
Series [arm/drivers,1/3] dt-bindings: firmware: Document cznic,turris-mox-rwtm binding | expand

Commit Message

Marek Behún Aug. 22, 2019, 1:43 a.m. UTC
This adds device tree binding documentation for the driver communicating
with the rWTM firmware on Turris Mox.

Signed-off-by: Marek Behún <marek.behun@nic.cz>
Reviewed-by: Rob Herring <robh@kernel.org>
---
 .../firmware/cznic,turris-mox-rwtm.txt        | 19 +++++++++++++++++++
 MAINTAINERS                                   |  1 +
 2 files changed, 20 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/firmware/cznic,turris-mox-rwtm.txt

Comments

patchwork-bot+linux-soc@kernel.org Sept. 4, 2019, 4:22 p.m. UTC | #1
Hello:

The following patches were marked "accepted", because they were applied to
soc/soc.git (refs/heads/for-next):

Series: Turris Mox moxtet warnings fixes
  Submitter: Marek Behun <marek.behun@nic.cz>
  Patchwork: https://patchwork.kernel.org/project/linux-soc/list/?series=163417
    Patches: [armsoc/drivers,1/2] bus: moxtet: fix unsigned comparison to less than zero
             [armsoc/drivers,2/2] bus: moxtet: remove set but not used variable 'dummy'

Series: [arm/drivers,1/3] dt-bindings: firmware: Document cznic,turris-mox-rwtm binding
  Submitter: Marek Behun <marek.behun@nic.cz>
  Patchwork: https://patchwork.kernel.org/project/linux-soc/list/?series=163423
    Patches: [arm/drivers,1/3] dt-bindings: firmware: Document cznic,turris-mox-rwtm binding
             [arm/drivers,2/3] firmware: Add Turris Mox rWTM firmware driver
             [arm/drivers,3/3] firmware: turris-mox-rwtm: Add sysfs documentation

Total patches: 5
patchwork-bot+linux-soc@kernel.org Sept. 4, 2019, 4:22 p.m. UTC | #2
Hello:

This series was applied to soc/soc.git (refs/heads/for-next).

On Thu, 22 Aug 2019 03:43:16 +0200 you wrote:
> This adds device tree binding documentation for the driver communicating
> with the rWTM firmware on Turris Mox.
> 
> Signed-off-by: Marek Behún <marek.behun@nic.cz>
> Reviewed-by: Rob Herring <robh@kernel.org>
> ---
>  .../firmware/cznic,turris-mox-rwtm.txt        | 19 +++++++++++++++++++
>  MAINTAINERS                                   |  1 +
>  2 files changed, 20 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/firmware/cznic,turris-mox-rwtm.txt


Here is a summary with links:
  - [arm/drivers,1/3] dt-bindings: firmware: Document cznic,turris-mox-rwtm binding
    https://git.kernel.org/soc/soc/c/2c4aaa8763c51e2342cf5337d84b449db4a8ad63
  - [arm/drivers,2/3] firmware: Add Turris Mox rWTM firmware driver
    https://git.kernel.org/soc/soc/c/389711b374939968d2d0adede01b9e1f3bb4f531
  - [arm/drivers,3/3] firmware: turris-mox-rwtm: Add sysfs documentation
    https://git.kernel.org/soc/soc/c/7db93df1c8475e7c4c3cf14411f3d3db89e10e37

You are awesome, thank you!
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/firmware/cznic,turris-mox-rwtm.txt b/Documentation/devicetree/bindings/firmware/cznic,turris-mox-rwtm.txt
new file mode 100644
index 000000000000..338169dea7bb
--- /dev/null
+++ b/Documentation/devicetree/bindings/firmware/cznic,turris-mox-rwtm.txt
@@ -0,0 +1,19 @@ 
+Turris Mox rWTM firmware driver
+
+Required properties:
+ - compatible		: Should be "cznic,turris-mox-rwtm"
+ - mboxes		: Must contain a reference to associated mailbox
+
+This device tree node should be used on Turris Mox, or potentially another A3700
+compatible device running the Mox's rWTM firmware in the secure processor (for
+example it is possible to flash this firmware into EspressoBin).
+
+Example:
+
+	firmware {
+		turris-mox-rwtm {
+			compatible = "cznic,turris-mox-rwtm";
+			mboxes = <&rwtm 0>;
+			status = "okay";
+		};
+	};
diff --git a/MAINTAINERS b/MAINTAINERS
index bd95faf18f40..1cf01240385a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1633,6 +1633,7 @@  S:	Maintained
 F:	Documentation/ABI/testing/debugfs-moxtet
 F:	Documentation/ABI/testing/sysfs-bus-moxtet-devices
 F:	Documentation/devicetree/bindings/bus/moxtet.txt
+F:	Documentation/devicetree/bindings/firmware/cznic,turris-mox-rwtm.txt
 F:	Documentation/devicetree/bindings/gpio/gpio-moxtet.txt
 F:	include/linux/moxtet.h
 F:	drivers/bus/moxtet.c