-
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.
Merge tag 'imx-soc-3.11' of git://git.linaro.org/people/shawnguo/linu…
…x-2.6 into next/dt This is a dependency for imx/dt Signed-off-by: Arnd Bergmann <arnd@arndb.de>
- Loading branch information
Showing
39 changed files
with
1,374 additions
and
234 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
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 |
---|---|---|
|
@@ -208,6 +208,7 @@ clocks and IDs. | |
pll4_post_div 193 | ||
pll5_post_div 194 | ||
pll5_video_div 195 | ||
eim_slow 196 | ||
|
||
Examples: | ||
|
||
|
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,10 @@ | ||
* Clock bindings for Freescale i.MX6 SoloLite | ||
|
||
Required properties: | ||
- compatible: Should be "fsl,imx6sl-ccm" | ||
- reg: Address and length of the register set | ||
- #clock-cells: Should be <1> | ||
|
||
The clock consumer should specify the desired clock by having the clock | ||
ID in its "clocks" phandle cell. See include/dt-bindings/clock/imx6sl-clock.h | ||
for the full list of i.MX6 SoloLite clock IDs. |
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,26 @@ | ||
* Clock bindings for Freescale Vybrid VF610 SOC | ||
|
||
Required properties: | ||
- compatible: Should be "fsl,vf610-ccm" | ||
- reg: Address and length of the register set | ||
- #clock-cells: Should be <1> | ||
|
||
The clock consumer should specify the desired clock by having the clock | ||
ID in its "clocks" phandle cell. See include/dt-bindings/clock/vf610-clock.h | ||
for the full list of VF610 clock IDs. | ||
|
||
Examples: | ||
|
||
clks: ccm@4006b000 { | ||
compatible = "fsl,vf610-ccm"; | ||
reg = <0x4006b000 0x1000>; | ||
#clock-cells = <1>; | ||
}; | ||
|
||
uart1: serial@40028000 { | ||
compatible = "fsl,vf610-uart"; | ||
reg = <0x40028000 0x1000>; | ||
interrupts = <0 62 0x04>; | ||
clocks = <&clks VF610_CLK_UART1>; | ||
clock-names = "ipg"; | ||
}; |
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 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.