diff options
author | Markus Niebel <Markus.Niebel@ew.tq-group.com> | 2025-02-19 11:17:44 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2025-03-11 04:51:17 +0300 |
commit | 3525d9579f66497a2a330d58b1d54b1042c04e49 (patch) | |
tree | 8775e61194a5fb59645e679022a4e7ac9f5122d3 /arch/arm/boot/dts | |
parent | 52b52615047d7c476a136858dfbc85756658fb90 (diff) | |
download | linux-3525d9579f66497a2a330d58b1d54b1042c04e49.tar.xz |
ARM: dts: tqma7: Add partitions subnode to spi-nor
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>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/nxp/imx/imx7-tqma7.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/nxp/imx/imx7-tqma7.dtsi b/arch/arm/boot/dts/nxp/imx/imx7-tqma7.dtsi index 618c3f68fbe2..2966a33bc528 100644 --- a/arch/arm/boot/dts/nxp/imx/imx7-tqma7.dtsi +++ b/arch/arm/boot/dts/nxp/imx/imx7-tqma7.dtsi @@ -266,6 +266,12 @@ spi-rx-bus-width = <4>; spi-tx-bus-width = <4>; vcc-supply = <&vgen4_reg>; + + partitions { + compatible = "fixed-partitions"; + #address-cells = <1>; + #size-cells = <1>; + }; }; }; |