]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: armada-3720-turris-mox: add firmware node
authorMarek Behún <marek.behun@nic.cz>
Wed, 4 Sep 2019 17:07:39 +0000 (19:07 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Jul 2021 12:35:13 +0000 (14:35 +0200)
[ Upstream commit 46d2f6d0c99f7f95600e633c7dc727745faaf95e ]

Add the node representing the firmware running on the secure processor.

Signed-off-by: Marek Behún <marek.behun@nic.cz>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts

index fad70c2df7bc0dd24ec5c0de2bc5e90a15213c1c..861469a439a5a3b2570cc4f173ab24cf7d07dbb2 100644 (file)
                /* enabled by U-Boot if SFP module is present */
                status = "disabled";
        };
+
+       firmware {
+               turris-mox-rwtm {
+                       compatible = "cznic,turris-mox-rwtm";
+                       mboxes = <&rwtm 0>;
+                       status = "okay";
+               };
+       };
 };
 
 &i2c0 {