No new warning add by make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- -j8 CHECK_DTBS=y freescale/imx8dxl-evk.dtb Signed-off-by: Frank Li <Frank.Li@xxxxxxx> --- Changes in v4: - fix wm8960-2 and wm8960-3's audio-routing = - Link to v3: https://lore.kernel.org/r/20240422-b4-dts_dxl_audio-v3-0-5017511f399e@xxxxxxx Changes in v3: - change bt_sco_codec to 'audio-codec-bt' - 'compatible' to first - audio-routing = "Headphone Jack", "HP_L", "Headphone Jack", "HP_R", - remove extra space in fsl,asrc-rate = <48000>; - align clock at assigned-clocks = - using tab in pinctrl_sai<n> - Link to v2: https://lore.kernel.org/r/20240418-b4-dts_dxl_audio-v2-0-e4e2747b3a49@xxxxxxx Changes in v2: - use general name: audio-codec - move vendor property to last - remove undocument property 'capture-only', since linux-next/master merge txt to yaml bind doc - Link to v1: https://lore.kernel.org/r/20240402-b4-dts_dxl_audio-v1-0-d26d25b84a08@xxxxxxx --- Frank Li (3): arm64: dts: imx8dxl-ss-adma: delete unused node arm64: dts: imx8dxl-ss-adma: update audio node power domains and IRQ number arm64: dts: imx8dxl-evk: add audio nodes arch/arm64/boot/dts/freescale/imx8dxl-evk.dts | 229 +++++++++++++++++++++ arch/arm64/boot/dts/freescale/imx8dxl-ss-adma.dtsi | 78 +++++++ 2 files changed, 307 insertions(+) --- base-commit: 2d13a7797c3970a4eea160844d8905c93065634f change-id: 20240402-b4-dts_dxl_audio-74ba02030a72 Best regards, --- Frank Li <Frank.Li@xxxxxxx>