diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2018-02-09 22:33:22 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2018-02-09 22:33:22 +0000 |
commit | 16ae49e2bea5badc71c2265966ec2a9b0ba541dc (patch) | |
tree | 5ff3ed27eadaf4f2d05b771bc108bd500b3d8f48 /Bindings/mmc/sdhci-st.txt | |
parent | 550370858c61e6f7fe3832de73daa9cc25ba716a (diff) | |
download | src-16ae49e2bea5badc71c2265966ec2a9b0ba541dc.tar.gz src-16ae49e2bea5badc71c2265966ec2a9b0ba541dc.zip |
Notes
Diffstat (limited to 'Bindings/mmc/sdhci-st.txt')
-rw-r--r-- | Bindings/mmc/sdhci-st.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Bindings/mmc/sdhci-st.txt b/Bindings/mmc/sdhci-st.txt index e35645598315..6b3d40ca395e 100644 --- a/Bindings/mmc/sdhci-st.txt +++ b/Bindings/mmc/sdhci-st.txt @@ -74,7 +74,7 @@ mmc0: sdhci@fe81e000 { /* Example SD stih407 family configuration */ -mmc1: sdhci@09080000 { +mmc1: sdhci@9080000 { compatible = "st,sdhci-stih407", "st,sdhci"; reg = <0x09080000 0x7ff>; reg-names = "mmc"; @@ -90,7 +90,7 @@ mmc1: sdhci@09080000 { /* Example eMMC stih407 family configuration */ -mmc0: sdhci@09060000 { +mmc0: sdhci@9060000 { compatible = "st,sdhci-stih407", "st,sdhci"; reg = <0x09060000 0x7ff>, <0x9061008 0x20>; reg-names = "mmc", "top-mmc-delay"; |