diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2017-10-03 17:24:42 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-10-11 17:12:03 -0700 |
commit | ab36be660bad40133e1c6a028ba79e46c5d6f3c7 (patch) | |
tree | 05fd58dca2b64611271cd2f602c8355c5b31d2be /arch/arm64/boot/dts/amlogic/meson-gxm-rbox-pro.dts | |
parent | 1d70eaada70a355acd95a9022a84e476858ceba1 (diff) |
ARM64: dts: meson-gxl: Take eMMC data strobe out of eMMC pins
Since the Data Strobe pin is optional, take it out of the default
eMMC pins and add a separate entry.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Tested-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/boot/dts/amlogic/meson-gxm-rbox-pro.dts')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxm-rbox-pro.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxm-rbox-pro.dts b/arch/arm64/boot/dts/amlogic/meson-gxm-rbox-pro.dts index 470f72bb863c..a5e9b955d5ed 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxm-rbox-pro.dts +++ b/arch/arm64/boot/dts/amlogic/meson-gxm-rbox-pro.dts @@ -216,7 +216,7 @@ /* eMMC */ &sd_emmc_c { status = "okay"; - pinctrl-0 = <&emmc_pins>; + pinctrl-0 = <&emmc_pins>, <&emmc_ds_pins>; pinctrl-names = "default"; bus-width = <8>; |