hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/boot/dts/imx6q-dmo-edmqmx6.dts
....@@ -1,12 +1,6 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Copyright 2013 Data Modul AG
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/;
....@@ -30,6 +24,7 @@
3024 };
3125
3226 memory@10000000 {
27
+ device_type = "memory";
3328 reg = <0x10000000 0x80000000>;
3429 };
3530
....@@ -104,10 +99,10 @@
10499 &ecspi5 {
105100 pinctrl-names = "default";
106101 pinctrl-0 = <&pinctrl_ecspi5>;
107
- cs-gpios = <&gpio1 12 0>;
102
+ cs-gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
108103 status = "okay";
109104
110
- flash: m25p80@0 {
105
+ flash: flash@0 {
111106 compatible = "m25p80", "jedec,spi-nor";
112107 spi-max-frequency = <40000000>;
113108 reg = <0>;