mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 09:15:42 +07:00
4da722ca19
Pretty much any node can have a status property, so it doesn't need to be in examples. Converted with the following command and removed examples with SoC and board specific splits: git grep -l -E 'status.*=.*' Documentation/devicetree/ | xargs sed -i -E '/\sstatus.*=.*"(disabled|ok|okay)/d' Acked-by: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Rob Herring <robh@kernel.org>
17 lines
401 B
Plaintext
17 lines
401 B
Plaintext
* Marvell orion-sdio controller
|
|
|
|
This file documents differences between the core properties in mmc.txt
|
|
and the properties used by the orion-sdio driver.
|
|
|
|
- compatible: Should be "marvell,orion-sdio"
|
|
- clocks: reference to the clock of the SDIO interface
|
|
|
|
Example:
|
|
|
|
mvsdio@d00d4000 {
|
|
compatible = "marvell,orion-sdio";
|
|
reg = <0xd00d4000 0x200>;
|
|
interrupts = <54>;
|
|
clocks = <&gateclk 17>;
|
|
};
|