]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: tqma7: Add partitions subnode to spi-nor
authorMarkus Niebel <Markus.Niebel@ew.tq-group.com>
Wed, 19 Feb 2025 08:17:44 +0000 (09:17 +0100)
committerShawn Guo <shawnguo@kernel.org>
Tue, 11 Mar 2025 01:51:17 +0000 (09:51 +0800)
The bootloader adds MTD partitions in this subnode if present.
Add an empty partitions node which the bootloader will fill with
configured MTD partitions.

Signed-off-by: Markus Niebel <Markus.Niebel@ew.tq-group.com>
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx7-tqma7.dtsi

index 618c3f68fbe253d116cf1f9649aca276399eeb5a..2966a33bc528a9968fc30c1d71fa93d3592e88da 100644 (file)
                spi-rx-bus-width = <4>;
                spi-tx-bus-width = <4>;
                vcc-supply = <&vgen4_reg>;
+
+               partitions {
+                       compatible = "fixed-partitions";
+                       #address-cells = <1>;
+                       #size-cells = <1>;
+               };
        };
 };