summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8qxp-ss-adma.dtsi
AgeCommit message (Collapse)Author
2020-04-10LF-1189-10 arm64: imx8qxp-ss-adma.dtsi: Add pwm supportLiu Ying
This patch adds pwm device tree support for i.MX8qxp ADMA support. Reviewed-by: Robert Chiras <robert.chiras@nxp.com> Tested-by: Robert Chiras <robert.chiras@nxp.com> Signed-off-by: Liu Ying <victor.liu@nxp.com>
2020-04-10LF-1189-9 arm64: imx8qxp-ss-adma.dtsi: Add pwm lpcg clocks supportLiu Ying
This patch adds pwm lpcg clocks support for i.MX8qxp ADMA subsystem. Reviewed-by: Robert Chiras <robert.chiras@nxp.com> Tested-by: Robert Chiras <robert.chiras@nxp.com> Signed-off-by: Liu Ying <victor.liu@nxp.com>
2020-04-10LF-1189-8 arm64: imx8qxp-ss-adma.dtsi: Add LCDIF mux regs sysconLiu Ying
LCDIF mux found in i.MX8qxp SoC muxes different inputs to parallel display interface. The control register for the mux lives in LCDIF mux regs region. This patch adds a relevant LCDIF mux regs syscon node for that region. Reviewed-by: Robert Chiras <robert.chiras@nxp.com> Tested-by: Robert Chiras <robert.chiras@nxp.com> Signed-off-by: Liu Ying <victor.liu@nxp.com>
2019-12-17LF-496-3 arm64: dts: imx8qxp: move memory-region to soc dtsiPeng Fan
memory-region in ss dtsi is not correct, it should be in soc dtsi, because the referenced region is in soc dtsi Reviewed-by: Ye Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
2019-12-03arm64: dts: Fix memory-region property of DSP nodeDaniel Baluta
With this fixed we can avoid overrinding the property in SOF DTS because it is useless now. Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
2019-12-03arm64: dts: Move mailbox description to generic DSP nodeDaniel Baluta
This matches the upstream implementation. Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
2019-12-03arm64: dts: Do not override power-domains node of dspDaniel Baluta
Because we've separated power domain enablement for DSP (DAI related power-domains are now enabled in FSL DAI node) there is no need to override power-domains node. Note that IRQSTR_DSP power-domain was missing from initial dsp description so add it now. Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
2019-11-25ARM64: dts: imx8qm: enable audio sound cardShengjiu Wang
enable audio sound card (dsp, amix, asrc, esai, sai, cs42888, wm8960) Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
2019-11-25arm64: dts: imx8: audio: fully switched to new clk bindingDong Aisheng
fully switched to new clk binding Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
2019-11-25arm64: dts: imx8: split adma ss into dma and audio ssDong Aisheng
amda ss is consisted of dma and audio ss in qxp which are also used in qm. Let's split them into two ss for better code reuse. Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
2019-11-25arm64: dts: imx8: switch to new lpcg clock bindingDong Aisheng
switch to new lpcg clock binding Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
2019-11-25arm64: dts: imx8qxp: orginize dts in subsystemsDong Aisheng
MX8 SoC is comprised of a few HW subsystems while some of them can be reused in the different SoCs. So let's re-orginize them into subsystems in device tree as well for the possible reuse of the common part. Note, as there's still no devices of hsio subsys, so removed it first instead of creating a subsys headfile with no devices. They will be added back when new devices added. NOTE: this is a complementary patch of c24fc267a8a9 ("arm64: dts: imx8qxp: orginize dts in subsystems" based on latest upstream versions. Cc: Rob Herring <robh+dt@kernel.org> Cc: Mark Rutland <mark.rutland@arm.com> Cc: devicetree@vger.kernel.org Cc: Shawn Guo <shawnguo@kernel.org> Cc: Sascha Hauer <kernel@pengutronix.de> Cc: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>