diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2017-10-03 18:24:42 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-10-12 03:12:03 +0300 |
commit | ab36be660bad40133e1c6a028ba79e46c5d6f3c7 (patch) | |
tree | 05fd58dca2b64611271cd2f602c8355c5b31d2be /arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | |
parent | 1d70eaada70a355acd95a9022a84e476858ceba1 (diff) | |
download | linux-ab36be660bad40133e1c6a028ba79e46c5d6f3c7.tar.xz |
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-gxbb.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi index 99ec6216c84a..3d41db9c9d22 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi @@ -386,8 +386,14 @@ mux { groups = "emmc_nand_d07", "emmc_cmd", - "emmc_clk", - "emmc_ds"; + "emmc_clk"; + function = "emmc"; + }; + }; + + emmc_ds_pins: emmc-ds { + mux { + groups = "emmc_ds"; function = "emmc"; }; }; |