Commit b33cf814 authored by Shengjiu Wang's avatar Shengjiu Wang Committed by Shawn Guo
Browse files

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: 970406ea ("arm64: dts: imx8mn: Enable Asynchronous Sample Rate Converter")
Signed-off-by: default avatarShengjiu Wang <shengjiu.wang@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 6337c235
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>;