[PATCH] arm64: dts: lg: Use recommended simple-bus node name

Rob Herring (Arm) posted 1 patch 1 month, 3 weeks ago
arch/arm64/boot/dts/lg/lg131x.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] arm64: dts: lg: Use recommended simple-bus node name
Posted by Rob Herring (Arm) 1 month, 3 weeks ago
Update LG LG131x 'amba' bus node name to 'amba-bus' following the
standard names for simple-bus nodes. Generally, node names and paths
aren't considered ABI, so it is safe to change them.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
SoC maintainers, Please take this directly.

 arch/arm64/boot/dts/lg/lg131x.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/lg/lg131x.dtsi b/arch/arm64/boot/dts/lg/lg131x.dtsi
index 4cb1e4510897..90988770cb5c 100644
--- a/arch/arm64/boot/dts/lg/lg131x.dtsi
+++ b/arch/arm64/boot/dts/lg/lg131x.dtsi
@@ -102,7 +102,7 @@ clk_bus: clk_bus {
 		clock-output-names = "BUSCLK";
 	};
 
-	amba {
+	amba-bus {
 		#address-cells = <2>;
 		#size-cells = <1>;
 
-- 
2.51.0
Re: [PATCH] arm64: dts: lg: Use recommended simple-bus node name
Posted by Krzysztof Kozlowski 1 month, 2 weeks ago
On Tue, 16 Dec 2025 11:59:52 -0600, Rob Herring (Arm) wrote:
> Update LG LG131x 'amba' bus node name to 'amba-bus' following the
> standard names for simple-bus nodes. Generally, node names and paths
> aren't considered ABI, so it is safe to change them.
> 
> 

Applied, thanks!

[1/1] arm64: dts: lg: Use recommended simple-bus node name
      https://git.kernel.org/krzk/linux-dt/c/30ae13173704585f2a3f406e94e0dbaa5cfde69a

Best regards,
-- 
Krzysztof Kozlowski <krzk@kernel.org>