diff options
Diffstat (limited to 'dts/upstream/src/arm64/freescale/imx8mn-tqma8mqnl.dtsi')
| -rw-r--r-- | dts/upstream/src/arm64/freescale/imx8mn-tqma8mqnl.dtsi | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dts/upstream/src/arm64/freescale/imx8mn-tqma8mqnl.dtsi b/dts/upstream/src/arm64/freescale/imx8mn-tqma8mqnl.dtsi index fb24b9aa1b9..e68a3fd73e1 100644 --- a/dts/upstream/src/arm64/freescale/imx8mn-tqma8mqnl.dtsi +++ b/dts/upstream/src/arm64/freescale/imx8mn-tqma8mqnl.dtsi @@ -60,11 +60,15 @@ flash0: flash@0 { compatible = "jedec,spi-nor"; reg = <0>; - #address-cells = <1>; - #size-cells = <1>; spi-max-frequency = <84000000>; spi-tx-bus-width = <1>; spi-rx-bus-width = <4>; + + partitions { + compatible = "fixed-partitions"; + #address-cells = <1>; + #size-cells = <1>; + }; }; }; |
