-
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.
- Loading branch information
Rob Herring
authored and
Mike Turquette
committed
Jul 12, 2012
1 parent
ccffe04
commit d2289b5
Showing
9 changed files
with
464 additions
and
65 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,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 260b6aa03edd87a3a85c137e7b95305d9eb40485 | ||
refs/heads/master: 8d4d9f52081cd45bde42b9452eba95f38feb7dae |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Device Tree Clock bindings for Calxeda highbank platform | ||
|
||
This binding uses the common clock binding[1]. | ||
|
||
[1] Documentation/devicetree/bindings/clock/clock-bindings.txt | ||
|
||
Required properties: | ||
- compatible : shall be one of the following: | ||
"calxeda,hb-pll-clock" - for a PLL clock | ||
"calxeda,hb-a9periph-clock" - The A9 peripheral clock divided from the | ||
A9 clock. | ||
"calxeda,hb-a9bus-clock" - The A9 bus clock divided from the A9 clock. | ||
"calxeda,hb-emmc-clock" - Divided clock for MMC/SD controller. | ||
- reg : shall be the control register offset from SYSREGs base for the clock. | ||
- clocks : shall be the input parent clock phandle for the clock. This is | ||
either an oscillator or a pll output. | ||
- #clock-cells : from common clock binding; shall be set to 0. |
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
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
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
This file was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.