forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/arch/arm/boot/dts/imx23-olinuxino.dts
....@@ -1,14 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Copyright 2012 Freescale Semiconductor, Inc.
34 *
45 * Author: Fabio Estevam <fabio.estevam@freescale.com>
5
- *
6
- * The code contained herein is licensed under the GNU General Public
7
- * License. You may obtain a copy of the GNU General Public License
8
- * Version 2 or later at the following locations:
9
- *
10
- * http://www.opensource.org/licenses/gpl-license.html
11
- * http://www.gnu.org/copyleft/gpl.html
126 */
137
148 /dts-v1/;
....@@ -26,10 +20,10 @@
2620
2721 apb@80000000 {
2822 apbh@80000000 {
29
- ssp0: ssp@80010000 {
23
+ ssp0: spi@80010000 {
3024 compatible = "fsl,imx23-mmc";
3125 pinctrl-names = "default";
32
- pinctrl-0 = <&mmc0_4bit_pins_a &mmc0_pins_fixup>;
26
+ pinctrl-0 = <&mmc0_4bit_pins_a &mmc0_sck_cfg>;
3327 bus-width = <4>;
3428 broken-cd;
3529 status = "okay";
....@@ -60,7 +54,7 @@
6054 };
6155 };
6256
63
- ssp1: ssp@80034000 {
57
+ ssp1: spi@80034000 {
6458 #address-cells = <1>;
6559 #size-cells = <0>;
6660 compatible = "fsl,imx23-spi";