Skip to content

Commit

Permalink
mmc: DT: sdhci-brcmstb: Bindings document for common sdhci-brcmstb
Browse files Browse the repository at this point in the history
Changes to the DT binding document to separate the BCM7425 and the
BCM7445.

A compatible string "brcm,bcm7425-sdhci" was representing the BCM7425
SDHCI host controller with all BRCMSTB SoCs including the BCM7445. Now
it should be separated because vary a bit in initialize each host
controller.

- Renames the DT binding document to common name.
- Adds a compatible string "brcm,bcm7445-sdhci" that is representing the
  BCM7445 with thereafter 28nm generation ARM based SoCs.

Signed-off-by: Jaedon Shin <[email protected]>
Signed-off-by: Ulf Hansson <[email protected]>
Acked-by: Rob Herring <[email protected]>
  • Loading branch information
jaedon authored and storulf committed Sep 26, 2016
1 parent e1b8dfd commit 5a3ab28
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ on Device Tree properties to enable them for SoC/Board combinations
that support them.

Required properties:
- compatible: "brcm,bcm7425-sdhci"
- compatible: should be one of the following
- "brcm,bcm7425-sdhci"
- "brcm,bcm7445-sdhci"

Refer to clocks/clock-bindings.txt for generic clock consumer properties.

Expand Down

0 comments on commit 5a3ab28

Please sign in to comment.