| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | | - * Copyright (C) 2014-2016 Texas Instruments Incorporated - http://www.ti.com/ |
|---|
| 3 | | - * |
|---|
| 4 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 5 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 6 | | - * published by the Free Software Foundation. |
|---|
| 3 | + * Copyright (C) 2014-2016 Texas Instruments Incorporated - https://www.ti.com/ |
|---|
| 7 | 4 | */ |
|---|
| 8 | 5 | |
|---|
| 9 | 6 | #include "am57xx-beagle-x15-common.dtsi" |
|---|
| .. | .. |
|---|
| 27 | 24 | }; |
|---|
| 28 | 25 | |
|---|
| 29 | 26 | &mmc2 { |
|---|
| 30 | | - pinctrl-names = "default", "hs", "ddr_1_8v"; |
|---|
| 27 | + pinctrl-names = "default", "hs", "ddr_3_3v"; |
|---|
| 31 | 28 | pinctrl-0 = <&mmc2_pins_default>; |
|---|
| 32 | 29 | pinctrl-1 = <&mmc2_pins_hs>; |
|---|
| 33 | 30 | pinctrl-2 = <&mmc2_pins_ddr_3_3v_rev11 &mmc2_iodelay_ddr_3_3v_rev11_conf>; |
|---|