diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2018-10-02 10:43:41 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2018-10-03 08:52:04 -0700 |
commit | 59d925ac203b4a3d6fae3e0dda183261fb81bf7a (patch) | |
tree | 95078e059ebc7c830682a18a77733dc303b67347 /arch/arm64/boot/dts | |
parent | 087e9a465c29543d57874b00b4cec67d13f1bb2b (diff) | |
download | blackbird-op-linux-59d925ac203b4a3d6fae3e0dda183261fb81bf7a.tar.gz blackbird-op-linux-59d925ac203b4a3d6fae3e0dda183261fb81bf7a.zip |
arm64: dts: meson-axg: s400: disable emmc
While it is possible to rework the s400 board to solder an eMMC on it,
it is not the default option and most boards are fitted with a NAND
instead.
Let's disable the emmc device by default to reflect this. The board
equipped with an eMMC will just have to alter the DT in the
bootloader, like we do for the reserved memory regions.
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/boot/dts')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-axg-s400.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts b/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts index 95290158704d..18778ada7bd3 100644 --- a/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts +++ b/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts @@ -461,7 +461,7 @@ /* emmc storage */ &sd_emmc_c { - status = "okay"; + status = "disabled"; pinctrl-0 = <&emmc_pins>; pinctrl-1 = <&emmc_clk_gate_pins>; pinctrl-names = "default", "clk-gate"; |