From: Dylan Yip Date: Thu, 1 Jul 2021 17:51:37 +0000 (-0700) Subject: arm64: zynqmp: Use new compatible strings for DP snd pcm X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=283abf7566c43c79efd1c76640fc1b2d21d5e06d;p=thirdparty%2Fu-boot.git arm64: zynqmp: Use new compatible strings for DP snd pcm To remove a stack trace when removing and reprobing the DP snd pcm, use the new DP pcm compatible strings to allow the driver to create standardized names for each DP snd pcm. Signed-off-by: Dylan Yip Acked-by: Varunkumar Allagadapa Acked-by: Jianqiang Chen --- diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi index 5c981dbc4bd..6dcdbd8622b 100644 --- a/arch/arm/dts/zynqmp.dtsi +++ b/arch/arm/dts/zynqmp.dtsi @@ -1133,13 +1133,13 @@ }; zynqmp_dp_snd_pcm0: zynqmp_dp_snd_pcm0 { - compatible = "xlnx,dp-snd-pcm"; + compatible = "xlnx,dp-snd-pcm0"; dmas = <&zynqmp_dpdma 4>; dma-names = "tx"; }; zynqmp_dp_snd_pcm1: zynqmp_dp_snd_pcm1 { - compatible = "xlnx,dp-snd-pcm"; + compatible = "xlnx,dp-snd-pcm1"; dmas = <&zynqmp_dpdma 5>; dma-names = "tx"; };