arm64: dts: meson-axg: s400: disable emmc
authorJerome Brunet <jbrunet@baylibre.com>
Tue, 2 Oct 2018 08:43:41 +0000 (10:43 +0200)
committerKevin Hilman <khilman@baylibre.com>
Wed, 3 Oct 2018 15:52:04 +0000 (08:52 -0700)
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>
arch/arm64/boot/dts/amlogic/meson-axg-s400.dts

index 9529015..18778ad 100644 (file)
 
 /* emmc storage */
 &sd_emmc_c {
-       status = "okay";
+       status = "disabled";
        pinctrl-0 = <&emmc_pins>;
        pinctrl-1 = <&emmc_clk_gate_pins>;
        pinctrl-names = "default", "clk-gate";