hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/arch/arm/boot/dts/imx6qdl-aristainetos.dtsi
....@@ -1,12 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * support fot the imx6 based aristainetos board
34 *
45 * Copyright (C) 2014 Heiko Schocher <hs@denx.de>
5
- *
6
- * This program is free software; you can redistribute it and/or modify
7
- * it under the terms of the GNU General Public License version 2 as
8
- * published by the Free Software Foundation.
9
- *
106 */
117
128 #include <dt-bindings/gpio/gpio.h>
....@@ -95,12 +91,12 @@
9591 };
9692
9793 &ecspi4 {
98
- cs-gpios = <&gpio3 20 0>;
94
+ cs-gpios = <&gpio3 20 GPIO_ACTIVE_LOW>;
9995 pinctrl-names = "default";
10096 pinctrl-0 = <&pinctrl_ecspi4>;
10197 status = "okay";
10298
103
- flash: m25p80@0 {
99
+ flash: flash@0 {
104100 #address-cells = <1>;
105101 #size-cells = <1>;
106102 compatible = "micron,n25q128a11", "jedec,spi-nor";