summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8qxp-mek-sof-cs42888.dts
AgeCommit message (Collapse)Author
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-9: arch: arm64: Rename cs42888 SOF dts fileDaniel Baluta
Rename imx8qxp-mek-sof.dtb -> imx8qxp-mek-sof-cs42888.dtb to better explain what this dts is for. We have now: * imx8qxp-mek-sof-wm8960, for wm8960 codec * imx8qxp-mek-sof-cs42888, for cs42888 codec. In the future we will support both codecs in parallel, but currently SOF doesn't easily allow this. Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>