hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/boot/dts/imx6q-gw5400-a.dts
....@@ -1,12 +1,6 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Copyright 2013 Gateworks Corporation
3
- *
4
- * The code contained herein is licensed under the GNU General Public
5
- * License. You may obtain a copy of the GNU General Public License
6
- * Version 2 or later at the following locations:
7
- *
8
- * http://www.opensource.org/licenses/gpl-license.html
9
- * http://www.gnu.org/copyleft/gpl.html
104 */
115
126 /dts-v1/;
....@@ -61,6 +55,7 @@
6155 };
6256
6357 memory@10000000 {
58
+ device_type = "memory";
6459 reg = <0x10000000 0x40000000>;
6560 };
6661
....@@ -137,12 +132,12 @@
137132 };
138133
139134 &ecspi1 {
140
- cs-gpios = <&gpio3 19 GPIO_ACTIVE_HIGH>;
135
+ cs-gpios = <&gpio3 19 GPIO_ACTIVE_LOW>;
141136 pinctrl-names = "default";
142137 pinctrl-0 = <&pinctrl_ecspi1>;
143138 status = "okay";
144139
145
- flash: m25p80@0 {
140
+ flash: flash@0 {
146141 compatible = "sst,w25q256", "jedec,spi-nor";
147142 spi-max-frequency = <30000000>;
148143 reg = <0>;