• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

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

Commit MetaInfo

修订版868b5cb74e30edb8444c75c3a6248ced29c4b5ee (tree)
时间2022-07-25 23:12:00
作者Marcel Ziswiler <marcel.ziswiler@tora...>
CommiterStefano Babic

Log Message

imx: imx7d-sdb: prepare to synchronise device trees with linux

As a preparatory step remove the epdc reference which does not exist in
the Linux upstream device tree and rename the qspi1 reference to qspi as
this is how it is named in the Linux upstream device tree.

This avoids the following error once synchronised:

+Error: arch/arm/dts/.imx7d-sdb-qspi.dtb.pre.tmp:10.1-6 Label or path

epdc not found

+Error: arch/arm/dts/.imx7d-sdb-qspi.dtb.pre.tmp:29.1-7 Label or path

qspi1 not found

+Error: arch/arm/dts/imx7d-sdb-qspi-u-boot.dtsi:6.1-7 Label or path

qspi1 not found

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>

更改概述

差异

--- a/arch/arm/dts/imx7d-sdb-qspi-u-boot.dtsi
+++ b/arch/arm/dts/imx7d-sdb-qspi-u-boot.dtsi
@@ -3,7 +3,7 @@
33 * Copyright 2018 NXP
44 */
55
6-&qspi1 {
6+&qspi {
77 flash0: mx25l51245g@0 {
88 compatible = "jedec,spi-nor";
99 };
--- a/arch/arm/dts/imx7d-sdb-qspi.dts
+++ b/arch/arm/dts/imx7d-sdb-qspi.dts
@@ -6,11 +6,6 @@
66
77 #include "imx7d-sdb.dts"
88
9-/* disable epdc, conflict with qspi */
10-&epdc {
11- status = "disabled";
12-};
13-
149 &iomuxc {
1510 qspi1 {
1611 pinctrl_qspi1_1: qspi1grp_1 {
@@ -26,7 +21,7 @@
2621 };
2722 };
2823
29-&qspi1 {
24+&qspi {
3025 pinctrl-names = "default";
3126 pinctrl-0 = <&pinctrl_qspi1_1>;
3227 status = "okay";