forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/arch/arm/boot/dts/imx27-phytec-phycard-s-som.dtsi
....@@ -1,13 +1,7 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Copyright 2012 Sascha Hauer, Uwe Kleine-König, Steffen Trumtrar
34 * and Markus Pargmann, Pengutronix
4
- *
5
- * The code contained herein is licensed under the GNU General Public
6
- * License. You may obtain a copy of the GNU General Public License
7
- * Version 2 or later at the following locations:
8
- *
9
- * http://www.opensource.org/licenses/gpl-license.html
10
- * http://www.gnu.org/copyleft/gpl.html
115 */
126
137 /dts-v1/;
....@@ -24,8 +18,8 @@
2418 };
2519
2620 &cspi1 {
27
- cs-gpios = <&gpio4 28 GPIO_ACTIVE_HIGH>,
28
- <&gpio4 27 GPIO_ACTIVE_HIGH>;
21
+ cs-gpios = <&gpio4 28 GPIO_ACTIVE_LOW>,
22
+ <&gpio4 27 GPIO_ACTIVE_LOW>;
2923 status = "okay";
3024 };
3125