]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: imx8mn: Fix duplicate node name
authorShengjiu Wang <shengjiu.wang@nxp.com>
Mon, 7 Dec 2020 06:53:24 +0000 (14:53 +0800)
committerShawn Guo <shawnguo@kernel.org>
Thu, 7 Jan 2021 02:59:16 +0000 (10:59 +0800)
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 <shengjiu.wang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mn.dtsi

index ee1790230490d418d603aaa19da047b231631000..2a79e89f821ee317cf775bc221d4b2fd2c3fc726 100644 (file)
                        #size-cells = <1>;
                        ranges;
 
-                       spba: bus@30000000 {
+                       spba: spba-bus@30000000 {
                                compatible = "fsl,spba-bus", "simple-bus";
                                #address-cells = <1>;
                                #size-cells = <1>;