Commit 3d8f8ceb authored by Yannic Moog's avatar Yannic Moog Committed by Shawn Guo

arm64: dts: phycore-imx8mm: fix nor mtd partitions

Add #address-cells and #size-cells properties to som_flash. This
enables correct parsing of added SPI NOR mtd partition child nodes that
are set in the bootloader.
Signed-off-by: default avatarYannic Moog <y.moog@phytec.de>
Signed-off-by: default avatarCem Tenruh <c.tenruh@phytec.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 867b8557
......@@ -102,6 +102,8 @@ &flexspi {
status = "okay";
som_flash: flash@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <80000000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment