summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8dxl-ss-adma.dtsi
AgeCommit message (Collapse)Author
2020-09-22MLK-24827 ARM64: dts: imx8-dma: change spi and i2c irq number to non-combinedClark Wang
Combined interrupt number may cause unexcepted irq event when using DMA and too many interrupts are generated. So change all spi and i2c interrupts number to non-combined for imx8qxp/8qm/8dxl. Reviewed-by: Fugang Duan <fugang.duan@nxp.com> Signed-off-by: Clark Wang <xiaoning.wang@nxp.com>
2020-08-21MLK-24334-9: arch: arm64: dts: imx8dxl: unify adma_lcdifRobert Chiras
Currently, the adma_lcdif and it's related nodes are duplicated in 8qxp and 8dxl dts files. Since it's the same subsystem, move these nodes into generic files, so that both 8qxp and 8dxl dts files can use them. Signed-off-by: Robert Chiras <robert.chiras@nxp.com> Reviewed-by: Laurentiu Palcu <laurentiu.palcu@nxp.com>
2020-08-21MLK-24334-6: arch: arm64: dts: imx8dxl: add adma_pwm subsystem nodesRobert Chiras
Add the PWM nodes, needed by the LCDIF subsystem found in ADMA. Signed-off-by: Robert Chiras <robert.chiras@nxp.com> Reviewed-by: Laurentiu Palcu <laurentiu.palcu@nxp.com>
2020-04-28MLK-23865 ARM64: dts: enable dma support for lpspiClark Wang
Add DMA configurations for LPSPI nodes on i.MX8QX/QM/DXL. Reviewed-by: Fugang Duan <fugang.duan@nxp.com> Signed-off-by: Clark Wang <xiaoning.wang@nxp.com>
2020-03-13MLK-23585-4: arm64: dts: Enable audio features for imx8dxl-evkShengjiu Wang
Enable SAI/ASRC/WM8960 1. Update the interrupt number for audio modules 2. Enable 3 wm8960 codecs Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
2020-03-09MLK-23552-4 arm64: dts: imx8dxl: Update ADMA subsystem nodesYe Li
Remove non-existing ADMA nodes on iMX8DXL, update the edma0 and enable acm since this parent for some audio lpcg nodes. Signed-off-by: Ye Li <ye.li@nxp.com> Reviewed-by: Anson Huang <Anson.Huang@nxp.com>
2020-03-09MLK-23556 arm64: dts: imx8dxl: Eliminate error message for audio ssAnson Huang
Disable those audio lpcgs which probe failed to avoid below error message during kernel boot up: [ 0.322195] imx8qxp-lpcg-clk 59420000.clock-controller: failed to get clock parent names [ 0.322275] imx8qxp-lpcg-clk: probe of 59420000.clock-controller failed with error -22 [ 0.322400] imx8qxp-lpcg-clk 59440000.clock-controller: failed to get clock parent names [ 0.322440] imx8qxp-lpcg-clk: probe of 59440000.clock-controller failed with error -22 [ 0.322568] imx8qxp-lpcg-clk 59450000.clock-controller: failed to get clock parent names [ 0.322605] imx8qxp-lpcg-clk: probe of 59450000.clock-controller failed with error -22 [ 0.322814] imx8qxp-lpcg-clk 59460000.clock-controller: failed to get clock parent names [ 0.322859] imx8qxp-lpcg-clk: probe of 59460000.clock-controller failed with error -22 [ 0.323022] imx8qxp-lpcg-clk 59470000.clock-controller: failed to get clock parent names [ 0.323067] imx8qxp-lpcg-clk: probe of 59470000.clock-controller failed with error -22 [ 0.323195] imx8qxp-lpcg-clk 59c50000.clock-controller: failed to get clock parent names [ 0.323236] imx8qxp-lpcg-clk: probe of 59c50000.clock-controller failed with error -22 [ 0.324090] imx8qxp-lpcg-clk 59d50000.clock-controller: failed to get clock parent names [ 0.324152] imx8qxp-lpcg-clk: probe of 59d50000.clock-controller failed with error -22 [ 0.324257] imx8qxp-lpcg-clk 59d60000.clock-controller: failed to get clock parent names [ 0.324296] imx8qxp-lpcg-clk: probe of 59d60000.clock-controller failed with error -22 Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Reviewed-by: Jacky Bai <ping.bai@nxp.com>
2020-02-28MLK-23406 arm64: dts: imx8dxl: enable wireless HIFFugang Duan
Enable HIF PCIe for wlan, uart for bluetooth. Reviewed-by: Richard Zhu <hongxing.zhu@nxp.com> Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
2020-02-25MLK-23388: DTS: iMX8DXL enable ADCFrank Li
Enable ADC0, tested by internal 1.2v. Signed-off-by: Frank Li <Frank.Li@nxp.com>
2020-02-21MLK-23363 arch: arm64: dts: imx8dxl: enable FlexCANJoakim Zhang
Enable FlexCAN on i.MX8DXL EVK board. Acked-by: Fugang Duan <Fugang.duan@nxp.com> Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
2020-02-21MLK-23362-2 arm64: dts: imx8dxl: add lpspi3 supportClark Wang
Add lpspi3 for imx8dxl-evk. According to the schematic, disable it by default to support display functions. Acked-by: Fugang Duan <fugang.duan@nxp.com> Signed-off-by: Clark Wang <xiaoning.wang@nxp.com>
2020-02-13MLK-23273-5: arm64: dts: Add DT support for imx8dxlTeo Hall
Add DT support for i.MX8DXL. Signed-off-by: Teo Hall <teo.hall@nxp.com> Reviewed-by: Anson Huang <Anson.Huang@nxp.com>