diff options
| author | Akiyoshi Kurita <weibu@redadmin.org> | 2025-09-30 22:45:47 +0900 |
|---|---|---|
| committer | Rob Herring (Arm) <robh@kernel.org> | 2025-10-01 07:54:48 -0500 |
| commit | f9a68cf7b9afeb1780527f840995fc4292a2202a (patch) | |
| tree | ac173d6303d18339f8fd71a9aeab0dbbba4b5cb1 | |
| parent | 129b91fc329604e05f794dc1a18a6da3eb518b4e (diff) | |
dt-bindings: mmc: Correct typo "upto" to "up to"
The word "upto" is a typo for "up to". Correct this typo in the
mmc-controller-common binding documentation.
Signed-off-by: Akiyoshi Kurita <weibu@redadmin.org>
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
| -rw-r--r-- | Documentation/devicetree/bindings/mmc/mmc-controller-common.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mmc/mmc-controller-common.yaml b/Documentation/devicetree/bindings/mmc/mmc-controller-common.yaml index 1e601da0339a..9a369c8e9cb8 100644 --- a/Documentation/devicetree/bindings/mmc/mmc-controller-common.yaml +++ b/Documentation/devicetree/bindings/mmc/mmc-controller-common.yaml @@ -85,7 +85,7 @@ properties: - for eMMC, the maximum supported frequency is 200MHz, - for SD/SDIO cards the SDR104 mode has a max supported frequency of 208MHz, - - some mmc host controllers do support a max frequency upto + - some mmc host controllers do support a max frequency up to 384MHz. So, lets keep the maximum supported value here. |