summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/fsl-imx8mq-evk-dcss-rm67191.dtsi
AgeCommit message (Collapse)Author
2019-02-12MLK-17537-11: arch: arm64: fsl-imx8mq-evk: Reconfigure LCDIF, DCSS & DSI clocksRobert Chiras
Reconfigure the LCDIF, DCSS and DSI clocks such that we can use mode_valid to determine which mode can be supported or not by a specific display pipe (DCSS+DSI or LCDIF+DSI). Signed-off-by: Robert Chiras <robert.chiras@nxp.com> Reviewed-by: Laurentiu Palcu <laurentiu.palcu@nxp.com>
2019-02-12MA-13638-2: arch: arm64: dts: Add display-timins node for dcss-rm67191Robert Chiras
DCSS needs special display timings for MIPI-DSI panel in order to do a proper display on it. In order to not break other display controller using this panel, add custom display-timings for this specific use-case Signed-off-by: Robert Chiras <robert.chiras@nxp.com> Signed-off-by: Laurentiu Palcu <laurentiu.palcu@nxp.com>
2019-02-12MLK-19966 arm64: imx8mq: Fix assigned clocks order in rm67191 dtsiAbel Vesa
This fixes the wrongly ordering of assigned clocks for dcss. Fixes: 4db22d33851f8401 ("clk: imx8mq: Switch to newly added composite-8m clock") Signed-off-by: Abel Vesa <abel.vesa@nxp.com> Reported-by: Mirela Rabulea <mirela.rabulea@nxp.com> Tested-by: Mirela Rabulea <mirela.rabulea@nxp.com> Reviewed-by: Robert Chiras <robert.chiras@nxp.com>
2019-02-12clk: imx8mq: Switch to newly added composite-8m clockAbel Vesa
This needs to be one individual change since otherwise the driver and the dtbs won't build anymore. This updates all the dts and dtsi files, the clock index defines and the imx8mq clock driver itself Signed-off-by: Abel Vesa <abel.vesa@nxp.com> Reviewed-by: Leonard Crestez <leonard.crestez@nxp.com>
2019-02-12MLK-19665: ARM64: dts: disable hdmi sound card if hdmi device is disabledShengjiu Wang
Disable hdmi sound card if hdmi device is disabled, otherwise the sound card will return retry (-517) error for the codec devices is not registered. Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
2019-02-12MLK-19652 ARM64: dts: imx8mq-evk: add touch and mipi-hdmi support for both ↵Haibo Chen
B4 and B3 board For imx8mq-evk board, B4 board change touch/mipi-hdmi connected i2c bus from i2c1 to i2c3. So this patch make the touch and mipi-hdmi work for both B4 and B3 board. Signed-off-by: Haibo Chen <haibo.chen@nxp.com>