linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: mmc: sdhci-sirf
@ 2020-06-30 22:36 Kangmin Park
  2020-07-06 14:49 ` Ulf Hansson
  0 siblings, 1 reply; 2+ messages in thread
From: Kangmin Park @ 2020-06-30 22:36 UTC (permalink / raw)
  To: Ulf Hansson; +Cc: devicetree, linux-mmc, linux-kernel, linux-arm-kernel

Fix unit address to match the first address specified in the reg
property of the node.

Signed-off-by: Kangmin Park <l4stpr0gr4m@gmail.com>
---
 Documentation/devicetree/bindings/mmc/sdhci-sirf.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/mmc/sdhci-sirf.txt b/Documentation/devicetree/bindings/mmc/sdhci-sirf.txt
index dd6ed464bcb8..61185bbfdf9e 100644
--- a/Documentation/devicetree/bindings/mmc/sdhci-sirf.txt
+++ b/Documentation/devicetree/bindings/mmc/sdhci-sirf.txt
@@ -11,7 +11,7 @@ Optional properties:
 
 Example:
 
-	sd0: sdhci@56000000 {
+	sd0: sdhci@cd000000 {
 		compatible = "sirf,prima2-sdhc";
 		reg = <0xcd000000 0x100000>;
 		cd-gpios = <&gpio 6 0>;
-- 
2.26.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-06 14:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-30 22:36 [PATCH] dt-bindings: mmc: sdhci-sirf Kangmin Park
2020-07-06 14:49 ` Ulf Hansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).