-
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.
omap-serial: Add minimal device tree support
Adapt the driver to device tree and pass minimal platform data from device tree needed for console boot. No power management features will be suppported for now since it requires more tweaks around OCP settings to toggle forceidle/noidle/smartidle bits and handling remote wakeup and dynamic muxing. Signed-off-by: Rajendra Nayak <rnayak@ti.com> Reviewed-by: Rob Herring <rob.herring@calxeda.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
- Loading branch information
Rajendra Nayak
authored and
Tony Lindgren
committed
Dec 16, 2011
1 parent
8fe789d
commit d92b0df
Showing
2 changed files
with
52 additions
and
3 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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
OMAP UART controller | ||
|
||
Required properties: | ||
- compatible : should be "ti,omap2-uart" for OMAP2 controllers | ||
- compatible : should be "ti,omap3-uart" for OMAP3 controllers | ||
- compatible : should be "ti,omap4-uart" for OMAP4 controllers | ||
- ti,hwmods : Must be "uart<n>", n being the instance number (1-based) | ||
|
||
Optional properties: | ||
- clock-frequency : frequency of the clock input to the UART |
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