From: Shengjiu Wang Date: Mon, 7 Dec 2020 06:53:24 +0000 (+0800) Subject: arm64: dts: imx8mn: Fix duplicate node name X-Git-Tag: v5.11-rc6~29^2~9^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b33cf814b1eb65ef5c939ced8266bb3df18444ef;p=thirdparty%2Flinux.git arm64: dts: imx8mn: Fix duplicate node name Error log: sysfs: cannot create duplicate filename '/bus/platform/devices/30000000.bus' The spba bus name is duplicate with aips bus name. Refine spba bus name to fix this issue. Fixes: 970406eaef3a ("arm64: dts: imx8mn: Enable Asynchronous Sample Rate Converter") Signed-off-by: Shengjiu Wang Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/boot/dts/freescale/imx8mn.dtsi b/arch/arm64/boot/dts/freescale/imx8mn.dtsi index ee1790230490d..2a79e89f821ee 100644 --- a/arch/arm64/boot/dts/freescale/imx8mn.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mn.dtsi @@ -253,7 +253,7 @@ #size-cells = <1>; ranges; - spba: bus@30000000 { + spba: spba-bus@30000000 { compatible = "fsl,spba-bus", "simple-bus"; #address-cells = <1>; #size-cells = <1>;