summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8q-val.dtsi
AgeCommit message (Collapse)Author
2022-04-02LF-5586-4 arm64: dts: correct the sensor compatible stringHaibo Chen
Now sensor change to use driver under iio subsystem, so correct the sensor compatible string to match iio driver. Signed-off-by: Haibo Chen <haibo.chen@nxp.com> Reviewed-by: Clark Wang <xiaoning.wang@nxp.com>
2021-11-02LF-4209-4: arm64: dts: imx8qm: update DSP node according to dsp remoteprocShengjiu Wang
Update DSP node according to dsp remoteproc definition, drop the dts for support of compress playback but it can be supported by SOF. So for DSP we have two architecture currently, one is by remoteproc another one is by SOF. Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com> Reviewed-by: Peng Zhang <peng.zhang_8@nxp.com>
2021-11-02Revert "LF-4209-4: arm64: dts: imx8qm: update DSP node according to dsp ↵Robin Gong
remoteproc" This reverts commit 96309d817d2666052e8da1401b28e3cae4cf77dc.
2021-11-02LF-4209-4: arm64: dts: imx8qm: update DSP node according to dsp remoteprocShengjiu Wang
Update DSP node according to dsp remoteproc definition, drop the dts for support of compress playback but it can be supported by SOF. So for DSP we have two architecture currently, one is by remoteproc another one is by SOF. Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com> Reviewed-by: Peng Zhang <peng.zhang_8@nxp.com>
2021-11-02LF-4227-2 arm64: dts: change the spi-nor tx/rx for imx8 related platformsHaibo Chen
Before commit 0e30f47232ab5 ("mtd: spi-nor: add support for DTR protocol"), for all PP command, it only support 1-1-1 mode, no matter the tx setting in dts. But after the upper commit, the logic change. It will choose the best mode(fastest mode) which flash device and spi-nor host controller both support. We can find it support PP 1-4-4 mode on imx8m series. According to test, this PP 1-4-4 mode can't work on these flash device. Need to confirm with the flash vendor to check why they enable the PP-1-4-4 bit in sfdp register, but actually not work at this mode. So this patch set the tx to 1 to workaround this issue, the formal fix should be in the spi-nor vendor driver code once get the confirm from vendor. This patch also change the rx to 8on imx8qm/qxp/dxl, since board connect 8 data line on spi-nor device. Acked-by: Han Xu <han.xu@nxp.com> Signed-off-by: Haibo Chen <haibo.chen@nxp.com>
2021-11-02arm64: dts: imx8: change "fsl,rgmii_rxc_dly" to "rx-internal-delay-ps" for FECJoakim Zhang
Since patch: net: fec: add MAC internal delayed clock feature support So change to use generic RGMII delay property with below command. sed -i "s/fsl,rgmii_rxc_dly/rx-internal-delay-ps = <2000>/g" `grep fsl,rgmii_rxc_dly -rl arch/arm64/` Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
2021-11-02LF-4134-2 arm64: dts: imx8: remove the local rpmsg supportRichard Zhu
Since the i.MX8 RPMSG support had been switched to remote proc. To clean up the codes, remove the local i.MX RPMSG supports. Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com> Reviewed-by: Jun Li <jun.li@nxp.com>
2021-11-02LF-3962-5 arm64: dts: imx8: change at803x,vddio-1p8v to vddio-supplyJoakim Zhang
Since commit 2f664823a470 ("net: phy: at803x: add device tree binding") Change downstream property "at803x,vddio-1p8v" to upstream property "vddio-supply". Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com> Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
2021-11-02LF-3962-3 arm64: dts: imx8: change at803x,eee-disabled to qca,disable-smarteeeJoakim Zhang
Since commit 390b4cad8148 ("net: phy: at803x: add support for configuring SmartEEE") Change downstream property "at803x,eee-disabled" to upstream property "qca,disable-smarteee". Use below command: sed -i "s/at803x,eee-disabled/qca,disable-smarteee/g" `grep at803x,eee-disabled -rl arch/arm64/` Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com> Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
2021-11-02LF-2594-1 ARM64: dts: remove all mlb support for imx8qm/qxpClark Wang
Remove all MLB related nodes and dts file. Reviewed-by: Fugang Duan <fugang.duan@nxp.com> Signed-off-by: Clark Wang <xiaoning.wang@nxp.com>
2021-11-02MLK-23618-16: arm64: dts: remove unneeded power domain for audio modulesShengjiu Wang
The power domain for clocks is not needed by audio drivers, which is handled by clock driver. Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com> Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>
2021-11-02arm64: dts: freescale: Add i.MX8QP LPDDR4 validation board supportAnson Huang
Add i.MX8QP LPDDR4 validation board DT support. Signed-off-by: Anson Huang <Anson.Huang@nxp.com>