summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8qm-ss-lvds.dtsi
AgeCommit message (Collapse)Author
2020-03-13MLK-23267-2 arm64: imx8qm-ss-lvds.dtsi: Correct clock property of ↵Liu Ying
irqsteer_lvds1 node The irqsteer_lvds1 node's ipg clock source should be lvds1_lis_lpcg_ipg_clk, instead of lvds0_lis_lpcg_ipg_clk. Reviewed-by: Sandor Yu <Sandor.yu@nxp.com> Signed-off-by: Liu Ying <victor.liu@nxp.com>
2020-03-13MLK-23267-1 arm64: imx8qm-ss-lvds.dtsi: Separate ipg clock for lvds0/1 ↵Liu Ying
subsystems Each LVDS subsystem should have ipg clock of their own. Reviewed-by: Sandor Yu <Sandor.yu@nxp.com> Signed-off-by: Liu Ying <victor.liu@nxp.com>
2019-12-04LF-95-1 arm64: imx8qm-ss-lvds.dtsi: Correct LVDS region address and sizeLiu Ying
The LVDS region is the CSR(Control Status Registers) space. The spec tells us that the CSR start address is 0x1000 and end address is 0x1FFF according to the subsystem start address. However, it turns out some space are inaccessible, which would accidently cause system hang via kernel regmap debugfs. This patch corrects the LVDS region start address and chooses a sensible size, which makes sure all exposed registers are accessible. Reviewed-by: Sandor Yu <Sandor.yu@nxp.com> Signed-off-by: Liu Ying <victor.liu@nxp.com>
2019-11-25arm64: imx8qm-ss-lvds.dtsi: Add pwm_lvds0/1 supportLiu Ying
This patch adds pwm_lvds0/1 support for i.MX8QM LVDS subsystem device tree. Signed-off-by: Liu Ying <victor.liu@nxp.com>
2019-11-25arm64: imx8qm-ss-lvds.dtsi: Add lvds0/1_pwm_lpcg clocks supportLiu Ying
This patch adds lvds0/1_pwm_lpcg clocks support for i.MX8QM LVDS subsystem device tree. Signed-off-by: Liu Ying <victor.liu@nxp.com>
2019-11-25ARM64: dts: Add ipg clk for all lpi2c busClark Wang
Add ipg clock config for all lpi2c bus. Signed-off-by: Clark Wang <xiaoning.wang@nxp.com>
2019-11-25arm64: imx8qm.dtsi: Add LVDS0/1 subsystems supportLiu Ying
This patch adds LVDS0/1 subsystems support for i.MX8qm. Signed-off-by: Liu Ying <victor.liu@nxp.com>