linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
[parent not found: <VI1PR0402MB3342A173BDB558D436A5C514E3CD0@VI1PR0402MB3342.eurprd04.prod.outlook.com>]
[parent not found: <VI1PR0402MB334290B621E8C02EA852A6E9E3CD0@VI1PR0402MB3342.eurprd04.prod.outlook.com>]
* [PATCH] arm64: dts: imx8mn: Fix duplicate node name
@ 2020-12-07  6:53 Shengjiu Wang
  2020-12-07 13:21 ` Krzysztof Kozlowski
  2021-01-07  2:59 ` Shawn Guo
  0 siblings, 2 replies; 9+ messages in thread
From: Shengjiu Wang @ 2020-12-07  6:53 UTC (permalink / raw)
  To: robh+dt, shawnguo, s.hauer, kernel, festevam, linux-imx,
	devicetree, linux-arm-kernel, linux-kernel

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>
---
 arch/arm64/boot/dts/freescale/imx8mn.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mn.dtsi b/arch/arm64/boot/dts/freescale/imx8mn.dtsi
index fd669c0f3fe5..30762eb4f0a7 100644
--- a/arch/arm64/boot/dts/freescale/imx8mn.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mn.dtsi
@@ -246,7 +246,7 @@ aips1: bus@30000000 {
 			#size-cells = <1>;
 			ranges;
 
-			spba: bus@30000000 {
+			spba: spba-bus@30000000 {
 				compatible = "fsl,spba-bus", "simple-bus";
 				#address-cells = <1>;
 				#size-cells = <1>;
-- 
2.27.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-01-07  3:01 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <VI1PR0402MB334257A91BBAFE48C7AACD56E3CD0@VI1PR0402MB3342.eurprd04.prod.outlook.com>
2020-12-08  9:06 ` [PATCH] arm64: dts: imx8mn: Fix duplicate node name Krzysztof Kozlowski
     [not found] <VI1PR0402MB3342A173BDB558D436A5C514E3CD0@VI1PR0402MB3342.eurprd04.prod.outlook.com>
2020-12-08  8:50 ` Krzysztof Kozlowski
     [not found] <VI1PR0402MB334290B621E8C02EA852A6E9E3CD0@VI1PR0402MB3342.eurprd04.prod.outlook.com>
2020-12-08  8:03 ` Krzysztof Kozlowski
2020-12-08  8:34   ` Krzysztof Kozlowski
2020-12-07  6:53 Shengjiu Wang
2020-12-07 13:21 ` Krzysztof Kozlowski
2020-12-07 13:32   ` Krzysztof Kozlowski
2020-12-10 23:24     ` Adam Ford
2021-01-07  2:59 ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).