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

Commit 425bb8d6 authored by Boris BREZILLON's avatar Boris BREZILLON Committed by Nicolas Ferre
Browse files

mmc: atmel-mci: document clock properties



Document the clock properties required by the atmel-mci driver.

Signed-off-by: default avatarBoris BREZILLON <b.brezillon@overkiz.com>
Acked-by: default avatarLudovic Desroches <ludovic.desroches@atmel.com>
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent d7e67ee8
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -13,6 +13,9 @@ Required properties:
- #address-cells: should be one. The cell is the slot id.
- #address-cells: should be one. The cell is the slot id.
- #size-cells: should be zero.
- #size-cells: should be zero.
- at least one slot node
- at least one slot node
- clock-names: tuple listing input clock names.
	Required elements: "mci_clk"
- clocks: phandles to input clocks.


The node contains child nodes for each slot that the platform uses
The node contains child nodes for each slot that the platform uses


@@ -24,6 +27,8 @@ mmc0: mmc@f0008000 {
	interrupts = <12 4>;
	interrupts = <12 4>;
	#address-cells = <1>;
	#address-cells = <1>;
	#size-cells = <0>;
	#size-cells = <0>;
	clock-names = "mci_clk";
	clocks = <&mci0_clk>;


	[ child node definitions...]
	[ child node definitions...]
};
};