From: Marcel Ziswiler Date: Thu, 21 Jul 2022 13:27:25 +0000 (+0200) Subject: tbs2910: prepare to synchronise device trees with linux X-Git-Tag: baikal/mips/sdk5.8.2~5^2~273^2~80 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=5dedd1a0ee07c4eb15fa2eca7afc60d9e93af78f;p=uboot.git tbs2910: prepare to synchronise device trees with linux As a preparatory step make sure to refer to absolute node paths where labels were removed in Linux upstream. This avoids the following error once synchronised: +Error: arch/arm/dts/imx6q-tbs2910-u-boot.dtsi:3.1-7 Label or path aips1 not found +Error: arch/arm/dts/imx6q-tbs2910-u-boot.dtsi:11.1-5 Label or path soc not found Signed-off-by: Marcel Ziswiler --- diff --git a/arch/arm/dts/imx6q-tbs2910-u-boot.dtsi b/arch/arm/dts/imx6q-tbs2910-u-boot.dtsi index 65ab052ac2..d48719e7d5 100644 --- a/arch/arm/dts/imx6q-tbs2910-u-boot.dtsi +++ b/arch/arm/dts/imx6q-tbs2910-u-boot.dtsi @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0+ -&aips1 { +&{/soc/bus@2000000} { /* AIPS1 */ u-boot,dm-pre-reloc; }; @@ -8,7 +8,7 @@ u-boot,dm-pre-reloc; }; -&soc { +&{/soc} { u-boot,dm-pre-reloc; };