From: Marcel Ziswiler Date: Thu, 21 Jul 2022 13:27:39 +0000 (+0200) Subject: imx8mm-venice-gw700x: prepare to synchronise device trees with linux X-Git-Url: http://git.dujemihanovic.xyz/img/static/gitweb.css?a=commitdiff_plain;h=b96a9683e50a79e34e8cbf7c1c9ff5f2f10f34df;p=u-boot.git imx8mm-venice-gw700x: prepare to synchronise device trees with linux As a preparatory step remove the pinctrl_pmic reference which does not exist in the Linux upistream device tree. This avoids the following error once synchronised: +Error: arch/arm/dts/imx8mm-venice-gw700x-u-boot.dtsi:26.1-14 Label or path pinctrl_pmic not found Signed-off-by: Marcel Ziswiler --- diff --git a/arch/arm/dts/imx8mm-venice-gw700x-u-boot.dtsi b/arch/arm/dts/imx8mm-venice-gw700x-u-boot.dtsi index c15e623f3c..e877580c9a 100644 --- a/arch/arm/dts/imx8mm-venice-gw700x-u-boot.dtsi +++ b/arch/arm/dts/imx8mm-venice-gw700x-u-boot.dtsi @@ -22,7 +22,3 @@ &{/soc@0/bus@30800000/i2c@30a20000/pmic@69/regulators} { u-boot,dm-spl; }; - -&pinctrl_pmic { - u-boot,dm-spl; -};