forked from torvalds/linux
-
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 branch 'next' of git://git.denx.de/linux-denx-agust into next
MPC5xxx updates from Anatolij: "Highlights include a driver for MPC512x LocalPlus Bus FIFO with its device tree binding documentation, mpc512x device tree updates and some minor fixes."
- Loading branch information
Showing
11 changed files
with
650 additions
and
9 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
Documentation/devicetree/bindings/powerpc/fsl/mpc512x_lpbfifo.txt
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,21 @@ | ||
Freescale MPC512x LocalPlus Bus FIFO (called SCLPC in the Reference Manual) | ||
|
||
Required properties: | ||
- compatible: should be "fsl,mpc512x-lpbfifo"; | ||
- reg: should contain the offset and length of SCLPC register set; | ||
- interrupts: should contain the interrupt specifier for SCLPC; syntax of an | ||
interrupt client node is described in interrupt-controller/interrupts.txt; | ||
- dmas: should contain the DMA specifier for SCLPC as described at | ||
dma/dma.txt and dma/mpc512x-dma.txt; | ||
- dma-names: should be "rx-tx"; | ||
|
||
Example: | ||
|
||
sclpc@10100 { | ||
compatible = "fsl,mpc512x-lpbfifo"; | ||
reg = <0x10100 0x50>; | ||
interrupts = <7 0x8>; | ||
dmas = <&dma0 26>; | ||
dma-names = "rx-tx"; | ||
}; | ||
|
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
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.