From 7b4a934d73a8d5266e4289830d620f0cfa6abfbe Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Thu, 21 Jul 2022 15:27:32 +0200 Subject: [PATCH] imx: imx7-cm: prepare to synchronise device trees with linux 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 --- arch/arm/dts/imx7-cm.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/dts/imx7-cm.dts b/arch/arm/dts/imx7-cm.dts index da20a63..6fde55a 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"; -- 2.7.4