diff options
| author | Marcel Ziswiler <[email protected]> | 2022-07-21 15:27:39 +0200 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2022-07-25 16:12:00 +0200 |
| commit | b96a9683e50a79e34e8cbf7c1c9ff5f2f10f34df (patch) | |
| tree | ff130c2932eddaa7971fffac88ab607031614e37 | |
| parent | b4052d55ad52ba18e45db90c4293099a636bb729 (diff) | |
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 <[email protected]>
| -rw-r--r-- | arch/arm/dts/imx8mm-venice-gw700x-u-boot.dtsi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/dts/imx8mm-venice-gw700x-u-boot.dtsi b/arch/arm/dts/imx8mm-venice-gw700x-u-boot.dtsi index c15e623f3cb..e877580c9ad 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; -}; |
