summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx7d-pico-hobbit.dts
Commit message (Collapse)AuthorAgeFilesLines
* ARM: dts: imx7: Use audio_mclk_post_div instead audio_mclk_root_clkAbel Vesa2022-02-111-2/+2
| | | | | | | | | | | The audio_mclk_root_clk was added as a gate with the CCGR121 (0x4790), but according to the reference manual, there is no such gate. Moreover, the consumer driver of the mentioned clock might gate it and leave the ECSPI2 (the true owner of that gate) hanging. So lets use the audio_mclk_post_div, which is the parent. Signed-off-by: Abel Vesa <abel.vesa@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
* ARM: dts: imx7d-pico: Add the imx7d-pico-hobbit variantFabio Estevam2018-12-101-0/+105
The imx7d-pico-hobbit contains a imx7d-pico SoM and a hobbit baseboard. Add support for it. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Shawn Guo <shawnguo@kernel.org>