• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修訂50b229523bbc5511e1bace34df779f84950bf872 (tree)
時間2022-07-25 23:12:00
作者Marcel Ziswiler <marcel.ziswiler@tora...>
CommiterStefano Babic

Log Message

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 <marcel.ziswiler@toradex.com>

Change Summary

差異

--- a/arch/arm/dts/imx6q-tbs2910-u-boot.dtsi
+++ b/arch/arm/dts/imx6q-tbs2910-u-boot.dtsi
@@ -1,6 +1,6 @@
11 // SPDX-License-Identifier: GPL-2.0+
22
3-&aips1 {
3+&{/soc/bus@2000000} { /* AIPS1 */
44 u-boot,dm-pre-reloc;
55 };
66
@@ -8,7 +8,7 @@
88 u-boot,dm-pre-reloc;
99 };
1010
11-&soc {
11+&{/soc} {
1212 u-boot,dm-pre-reloc;
1313 };
1414