[PATCH] arm64: dts: microchip: drop 0x from unit address

Krzysztof Kozlowski posted 1 patch 2 years, 9 months ago
arch/arm64/boot/dts/microchip/sparx5.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] arm64: dts: microchip: drop 0x from unit address
Posted by Krzysztof Kozlowski 2 years, 9 months ago
By coding style, unit address should not start with 0x.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/boot/dts/microchip/sparx5.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/microchip/sparx5.dtsi b/arch/arm64/boot/dts/microchip/sparx5.dtsi
index 2dd5e38820b1..0367a00a269b 100644
--- a/arch/arm64/boot/dts/microchip/sparx5.dtsi
+++ b/arch/arm64/boot/dts/microchip/sparx5.dtsi
@@ -465,7 +465,7 @@ serdes: serdes@10808000 {
 			reg = <0x6 0x10808000 0x5d0000>;
 		};
 
-		switch: switch@0x600000000 {
+		switch: switch@600000000 {
 			compatible = "microchip,sparx5-switch";
 			reg =	<0x6 0 0x401000>,
 				<0x6 0x10004000 0x7fc000>,
-- 
2.34.1
Re: [PATCH] arm64: dts: microchip: drop 0x from unit address
Posted by Krzysztof Kozlowski 2 years, 8 months ago
On Sat, 10 Dec 2022 12:33:43 +0100, Krzysztof Kozlowski wrote:
> By coding style, unit address should not start with 0x.
> 
> 

Applied, thanks!

[1/1] arm64: dts: microchip: drop 0x from unit address
      https://git.kernel.org/krzk/linux-dt/c/e76d8a16d12fc3fbcf212dd1a38974b99d751613

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>