aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/twl6030_omap4.dtsi (follow)
AgeCommit message (Collapse)AuthorFilesLines
2015-11-30ARM: dts: twl6030: Use OMAP4_IOPAD pinmux macroJavier Martinez Canillas1-2/+2
Use the pinmux IOPAD macros to define the register as an offset from the padconf physical address instead of the offset from padconf base. This makes the DTS easier to read since matches the addresses listed in the Technical Reference Manual. Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
2013-10-08ARM: dts: twl6030: Move common configuration for OMAP4 boards in a separate dtsi fileRuslan Bilovol1-0/+38
The OMAP4 SoC family uses specially-designed PMIC (power management IC) companion chip for power management needs: TWL6030/TWL6032. Therefore there is a typical connection of PMIC to OMAP4 so we can move it into separate .dtsi file and do not duplicate over board-specific files. Tested on OMAP4 SDP board and Pandaboard ES2. Signed-off-by: Ruslan Bilovol <ruslan.bilovol@ti.com> Signed-off-by: Benoit Cousson <bcousson@baylibre.com>