diff options
author | Andrew Jeffery <andrew@aj.id.au> | 2019-08-27 09:00:55 +0200 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2019-11-01 05:59:48 +0100 |
commit | 311b57f051eac4dc56a4fa6295b14e48bac79487 (patch) | |
tree | 02a48c880f72b723ad553312ab9abfbfb2dcc694 /arch/arm/boot/dts/aspeed-g6.dtsi | |
parent | Linux 5.4-rc1 (diff) | |
download | linux-311b57f051eac4dc56a4fa6295b14e48bac79487.tar.xz linux-311b57f051eac4dc56a4fa6295b14e48bac79487.zip |
ARM: dts: ast2600-evb: eMMC configuration
Enable the eMMC controller and limit it to 52MHz to avoid the host
controller reporting bus error conditions.
Reviewed-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm/boot/dts/aspeed-g6.dtsi')
-rw-r--r-- | arch/arm/boot/dts/aspeed-g6.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/aspeed-g6.dtsi b/arch/arm/boot/dts/aspeed-g6.dtsi index 3a1422f7c49c..7ca45b0ce3c3 100644 --- a/arch/arm/boot/dts/aspeed-g6.dtsi +++ b/arch/arm/boot/dts/aspeed-g6.dtsi @@ -235,7 +235,7 @@ }; }; - emmc: sdc@1e750000 { + emmc_controller: sdc@1e750000 { compatible = "aspeed,ast2600-sd-controller"; reg = <0x1e750000 0x100>; #address-cells = <1>; @@ -244,7 +244,7 @@ clocks = <&syscon ASPEED_CLK_GATE_EMMCCLK>; status = "disabled"; - sdhci@1e750100 { + emmc: sdhci@1e750100 { compatible = "aspeed,ast2600-sdhci"; reg = <0x100 0x100>; sdhci,auto-cmd12; |