summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8qxp-mek-sof-wm8960.dts
AgeCommit message (Collapse)Author
2020-10-06MLK-24668-4 arm64: dts: imx8qxp-sof-wm8960: Remove FSL DAI generic nodeDaniel Baluta
This removes FSL DAI generic node (as per upstream guidance) and move all resource handling to dsp node. Reviewed-by: Paul Olaru <paul.olaru@nxp.com> Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
2020-03-02MLK-23350-15 arm64: dts: Add dai-index propertyDaniel Baluta
dai-index property must match dai-index from topology. FSL DAI driver uses it for now figure out the correct DAI name, but might be used for other things in the future. Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
2020-02-14MLK-23320: arm64: dts: Use rpmsg environment for SOF dtbsDaniel Baluta
This will allow us the use the default uboot on i.MX8QXP/i.MX8QM. Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
2020-02-10LF-537-18 arch: arm64: Use corect property to set card nameDaniel Baluta
simple-audio-card uses 'label' property to set the correct card name. We were using 'model' because that name was used by non-SOF drivers. Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
2019-12-18LF-537-8 arch: arm64: Add machine driver property to dtsDaniel Baluta
Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
2019-12-18LF-537-7 arm64: dts: Enable simple-audio-card for SAI1 + wm8960Daniel Baluta
We use existing simple-audio-card machine drivfer to demonstrate the usage of SAI1 + wm8960 codec. FSL DAI driver is used in order to manage SAI resources (PD, clocks, pinctrl) the rest is taken care of by the SAI driver from the DSP. Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>