Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f47fdb85 authored by Andrew Jeffery's avatar Andrew Jeffery Committed by Ulf Hansson
Browse files

dt-bindings: mmc: sdhci-of-aspeed: Update example ranges property



The example node in the binding uses the AST2500 compatible string for
the SD controller with a 64kiB ranges property, but the SD controller is
allocated 128kiB of MMIO space according to the AST2500 datasheet. Fix
the example to correctly reflect the hardware in the AST2500, however it
should be noted that the MMIO region is reduced to 64kiB in the AST2600
where a second SD controller block has been introduced into the address
space.

Also add the IBM copyright header that I left out of the initial patch.

Suggested-by: default avatarJoel Stanley <joel@jms.id.au>
Signed-off-by: default avatarAndrew Jeffery <andrew@aj.id.au>
Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
parent d4dd9bcc
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0-or-later
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright 2019 IBM Corp.
%YAML 1.2
%YAML 1.2
---
---
$id: http://devicetree.org/schemas/mmc/aspeed,sdhci.yaml#
$id: http://devicetree.org/schemas/mmc/aspeed,sdhci.yaml#
@@ -84,7 +85,7 @@ examples:
            reg = <0x1e740000 0x100>;
            reg = <0x1e740000 0x100>;
            #address-cells = <1>;
            #address-cells = <1>;
            #size-cells = <1>;
            #size-cells = <1>;
            ranges = <0 0x1e740000 0x10000>;
            ranges = <0 0x1e740000 0x20000>;
            clocks = <&syscon ASPEED_CLK_GATE_SDCLK>;
            clocks = <&syscon ASPEED_CLK_GATE_SDCLK>;


            sdhci0: sdhci@100 {
            sdhci0: sdhci@100 {