forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/arch/arm/boot/dts/imx51-apf51dev.dts
....@@ -1,12 +1,6 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Copyright 2013 Armadeus Systems - <support@armadeus.com>
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 /* APF51Dev is a docking board for the APF51 SOM */
....@@ -80,8 +74,8 @@
8074 &ecspi1 {
8175 pinctrl-names = "default";
8276 pinctrl-0 = <&pinctrl_ecspi1>;
83
- cs-gpios = <&gpio4 24 GPIO_ACTIVE_HIGH>,
84
- <&gpio4 25 GPIO_ACTIVE_HIGH>;
77
+ cs-gpios = <&gpio4 24 GPIO_ACTIVE_LOW>,
78
+ <&gpio4 25 GPIO_ACTIVE_LOW>;
8579 status = "okay";
8680 };
8781