Revisión | 50b229523bbc5511e1bace34df779f84950bf872 (tree) |
---|---|
Tiempo | 2022-07-25 23:12:00 |
Autor | Marcel Ziswiler <marcel.ziswiler@tora...> |
Commiter | Stefano Babic |
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
+Error: arch/arm/dts/imx6q-tbs2910-u-boot.dtsi:11.1-5 Label or path soc
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
@@ -1,6 +1,6 @@ | ||
1 | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | 2 | |
3 | -&aips1 { | |
3 | +&{/soc/bus@2000000} { /* AIPS1 */ | |
4 | 4 | u-boot,dm-pre-reloc; |
5 | 5 | }; |
6 | 6 |
@@ -8,7 +8,7 @@ | ||
8 | 8 | u-boot,dm-pre-reloc; |
9 | 9 | }; |
10 | 10 | |
11 | -&soc { | |
11 | +&{/soc} { | |
12 | 12 | u-boot,dm-pre-reloc; |
13 | 13 | }; |
14 | 14 |