summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/fsl-imx8mq-evk-b3.dts
AgeCommit message (Collapse)Author
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-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>
2019-02-12MLK-19243: arm64: dts: fsl-imx8mq-evk: fix adv7535 i2c masterRobert Chiras
Since the rev. B4 of the 8MQ EVK board, the i2c of the DSI was moved from i2c1 to i2c3. Since ADV7535 needs these i2c lines, it was the only one affected by this change. Signed-off-by: Robert Chiras <robert.chiras@nxp.com>
2019-02-12MLK-18607: arm64: dts: Add dual camera support for imx8mq-evk rev B4Mirela Rabulea
Update ov5640 camera nodes in fsl-imx8mq-evk.dts to match for B4 revision, the two cameras are on separate i2c buses. Create fsl-imx8mq-evk-b3.dts to be used with old B3 revision, here include the B4 dtb, but override the ov5640 camera nodes, to use different i2c addresses on the same i2c bus. Rev B4 tested with HDMI 1920x1080 and fsl-imx8mq-evk.dtb. Rev B3 tested with HDMI 1920x1080 and fsl-imx8mq-evk-b3.dtb. Signed-off-by: Mirela Rabulea <mirela.rabulea@nxp.com> Reviewed-by: Robert Chiras <robert.chiras@nxp.com>, Robby Cai <robby.cai@nxp.com>