If root-node has no reg property, the unit-address should not be appended at the end of node-name. sound node has no 'reg' property, so remove the unit-address. Fixes: ed3aad5b8268 ('arm64: dts: ti: j721e-common-proc-board: Analog audio support') Signed-off-by: Jayesh Choudhary <j-choudhary@xxxxxx> --- arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts b/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts index b1691ac3442d..4da3fcdc28e5 100644 --- a/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts +++ b/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts @@ -96,7 +96,7 @@ vdd_sd_dv_alt: gpio-regulator-TLV71033 { <3300000 0x1>; }; - sound0: sound@0 { + sound0: sound-0 { compatible = "ti,j721e-cpb-audio"; model = "j721e-cpb"; -- 2.25.1