aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/omap3-evm-processor-common.dtsi (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-05-27ARM: dts: omap3: align gpio hog names with dt-schemaGrygorii Strashko1-1/+1
The GPIO Hog dt-schema node naming convention expect GPIO hogs node names to end with a 'hog' suffix. Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
2018-12-13ARM: dts: Add wlcore wakeirq for omap3-evmTony Lindgren1-1/+9
With wlcore supporting optional wakeirqs, let's configure it for omap3-evm and update the related pin muxing as some pins are left unmuxed. Let's configure a wakeirq both for the wlcore GPIO and the SDIO dat1 pin in case wlcore starts supporting SDIO dat1 interrupt at some point. Note that for off-mode, the wlcore reset GPIO will have a glitch meaning wlcore will reset. The only way to workaround for this currently is to configure the reset pin with SAFE_MODE + PULL. Signed-off-by: Tony Lindgren <tony@atomide.com>
2017-09-29ARM: dts: omap3-evm: Add DSS {vdds_dsi,vdda_video}-supply referencesDerald D. Woods1-0/+2
This commit eliminates two dummy regulator assignments. Signed-off-by: Derald D. Woods <woods.technical@gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
2017-09-29ARM: dts: omap3-evm-37xx: Add common processor module supportDerald D. Woods1-0/+214
This commit moves common OMAP3-EVM processor module device tree data to a separate include file. This will allow for 'omap3-evm.dts' to use device tree data that is unique to the OMAP3530 version of the processor module, while making use of the work already done for the 'omap3-evm-37xx.dts'. Signed-off-by: Derald D. Woods <woods.technical@gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>