-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stephen Boyd says: ==================== ks8851 DT/regulator/gpio updates This set of patches properly documents the micrel ks8851 spi ethernet controller, converts to devm_regulator_get_optional() to make error paths slightly simpler, and finally adds supports for another optional regulator and a reset gpio. This allows me to use the ks8851 on my MSM8960 CDP board. Changes since v1: * Dropped vendor prefix patch as that should go through DT tree ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information
Showing
2 changed files
with
74 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,18 @@ | ||
Micrel KS8851 Ethernet mac | ||
Micrel KS8851 Ethernet mac (MLL) | ||
|
||
Required properties: | ||
- compatible = "micrel,ks8851-ml" of parallel interface | ||
- compatible = "micrel,ks8851-mll" of parallel interface | ||
- reg : 2 physical address and size of registers for data and command | ||
- interrupts : interrupt connection | ||
|
||
Micrel KS8851 Ethernet mac (SPI) | ||
|
||
Required properties: | ||
- compatible = "micrel,ks8851" or the deprecated "ks8851" | ||
- reg : chip select number | ||
- interrupts : interrupt connection | ||
|
||
Optional properties: | ||
- vdd-supply: supply for Ethernet mac | ||
- vdd-supply: analog 3.3V supply for Ethernet mac | ||
- vdd-io-supply: digital 1.8V IO supply for Ethernet mac | ||
- reset-gpios: reset_n input pin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters