diff mbox series

[v1,10/26] imx: imx7-cm: prepare to synchronise device trees with linux

Message ID 20220721132748.1052244-11-marcel@ziswiler.com
State Accepted
Commit 7b4a934d73a8d5266e4289830d620f0cfa6abfbe
Delegated to: Stefano Babic
Headers show
Series arm: dts: imx: sync device trees with upstream linux kernel ones | expand

Commit Message

Marcel Ziswiler July 21, 2022, 1:27 p.m. UTC
From: Marcel Ziswiler <marcel.ziswiler@toradex.com>

As a preparatory step rename the qspi1 reference to qspi as this is how
it is named in the Linux upstream device tree.

This avoids the following error once synchronised:

+Error: arch/arm/dts/.imx7-cm.dtb.pre.tmp:96.1-7 Label or path qspi1 not
 found

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
---

 arch/arm/dts/imx7-cm.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefano Babic July 25, 2022, 4:41 p.m. UTC | #1
> From: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> As a preparatory step rename the qspi1 reference to qspi as this is how
> it is named in the Linux upstream device tree.
> This avoids the following error once synchronised:
> +Error: arch/arm/dts/.imx7-cm.dtb.pre.tmp:96.1-7 Label or path qspi1 not
>  found
> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/arch/arm/dts/imx7-cm.dts b/arch/arm/dts/imx7-cm.dts
index da20a63ae9e..6fde55ad020 100644
--- a/arch/arm/dts/imx7-cm.dts
+++ b/arch/arm/dts/imx7-cm.dts
@@ -93,7 +93,7 @@ 
 	};
 };
 
-&qspi1 {
+&qspi {
 	pinctrl-names = "default";
 	pinctrl-0 = <&pinctrl_qspi1_1>;
 	status = "okay";