summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8mp-verdin-mallow.dtsi
AgeCommit message (Collapse)Author
2024-05-02arm64: dts: freescale: imx8mp-verdin: replace sleep-moci hog with regulatorStefan Eichenberger
The Verdin family has a signal called sleep-moci which can be used to turn off peripherals on the carrier board when the SoM goes into suspend. So far we have hogged this signal, which means the peripherals are always on and it is not possible to add peripherals that depend on the sleep-moci to be on. With this change, we replace the hog with a regulator so that peripherals can add their own regulators that use the same gpio. Carrier boards that allow peripherals to be powered off in suspend can disable this regulator and implement their own regulator to control the sleep-moci. Upstream-Status: Backport [9d071e1889a578162ced6a6c9062653f9bcb442c] Signed-off-by: Stefan Eichenberger <stefan.eichenberger@toradex.com>
2023-12-04arm64: dts: freescale: verdin-imx8mp: add support to mallow boardJoao Paulo Goncalves
Add Toradex Verdin IMX8MP Mallow carrier board support. Mallow is a low-cost carrier board in the Verdin family with a small form factor and build for volume production making it ideal for industrial and embedded applications. https://www.toradex.com/products/carrier-board/mallow-carrier-board Add changes from patch v2 as sent to the LKML. Upstream-Status: Submitted [https://lore.kernel.org/all/20231201153929.26590-1-francesco@dolcini.it/] Signed-off-by: Joao Paulo Goncalves <joao.goncalves@toradex.com> Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
2023-11-29arm64: dts: freescale: verdin-imx8mp: add support to mallow boardJoao Paulo Goncalves
Add Toradex Verdin IMX8MP Mallow carrier board support. Mallow is a low-cost carrier board in the Verdin family with a small form factor and build for volume production making it ideal for industrial and embedded applications. https://www.toradex.com/products/carrier-board/mallow-carrier-board Upstream-Status: Submitted [https://lore.kernel.org/all/20231129164022.143340-1-francesco@dolcini.it/] Signed-off-by: Joao Paulo Goncalves <joao.goncalves@toradex.com> Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>