Revision | 091a03f8f359911fc1e5154b06b6a4a58845ed09 (tree) |
---|---|
Time | 2022-07-25 23:12:00 |
Author | Marcel Ziswiler <marcel.ziswiler@tora...> |
Commiter | Stefano Babic |
imx: mx6ul_14x14_evk: prepare to synchronise device trees with linux
As a preparatory step remove the qspi node with its flash0 label as this
is already in the Linux upstream device tree.
This avoids the following error once synchronised:
+arch/arm/dts/imx6ul-14x14-evk.dtb: ERROR (duplicate_label):
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
@@ -8,12 +8,6 @@ | ||
8 | 8 | display0 = &lcdif; |
9 | 9 | }; |
10 | 10 | |
11 | -&qspi { | |
12 | - flash0: n25q256a@0 { | |
13 | - compatible = "jedec,spi-nor"; | |
14 | - }; | |
15 | -}; | |
16 | - | |
17 | 11 | &{/soc} { |
18 | 12 | u-boot,dm-pre-reloc; |
19 | 13 | }; |