| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright 2012 Freescale Semiconductor, Inc. |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * 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 |
|---|
| 12 | 6 | */ |
|---|
| 13 | 7 | |
|---|
| 14 | 8 | /dts-v1/; |
|---|
| .. | .. |
|---|
| 26 | 20 | |
|---|
| 27 | 21 | apb@80000000 { |
|---|
| 28 | 22 | apbh@80000000 { |
|---|
| 29 | | - ssp0: ssp@80010000 { |
|---|
| 23 | + ssp0: spi@80010000 { |
|---|
| 30 | 24 | compatible = "fsl,imx23-mmc"; |
|---|
| 31 | 25 | pinctrl-names = "default"; |
|---|
| 32 | | - pinctrl-0 = <&mmc0_4bit_pins_a &mmc0_pins_fixup>; |
|---|
| 26 | + pinctrl-0 = <&mmc0_4bit_pins_a &mmc0_sck_cfg>; |
|---|
| 33 | 27 | bus-width = <4>; |
|---|
| 34 | 28 | broken-cd; |
|---|
| 35 | 29 | status = "okay"; |
|---|
| .. | .. |
|---|
| 60 | 54 | }; |
|---|
| 61 | 55 | }; |
|---|
| 62 | 56 | |
|---|
| 63 | | - ssp1: ssp@80034000 { |
|---|
| 57 | + ssp1: spi@80034000 { |
|---|
| 64 | 58 | #address-cells = <1>; |
|---|
| 65 | 59 | #size-cells = <0>; |
|---|
| 66 | 60 | compatible = "fsl,imx23-spi"; |
|---|