devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] arm64: dts: exynos: Remove leading 0x from unit addresses in Exynos5433
@ 2018-06-18 17:42 Krzysztof Kozlowski
  2018-06-18 17:42 ` [PATCH 2/2] arm64: dts: exynos: Remove unneeded DSI and DECON address/size cells " Krzysztof Kozlowski
  2018-06-18 17:57 ` [PATCH 1/2] arm64: dts: exynos: Remove leading 0x from unit addresses " Joe Perches
  0 siblings, 2 replies; 11+ messages in thread
From: Krzysztof Kozlowski @ 2018-06-18 17:42 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland, Catalin Marinas, Will Deacon,
	Kukjin Kim, Marek Szyprowski, devicetree, linux-arm-kernel,
	linux-samsung-soc, linux-kernel
  Cc: Krzysztof Kozlowski

Remove leading 0x from recently introduced unit addresses to fix DTC
warnings:

    Warning (unit_address_format): /soc/sysmmu@0x15040000: unit name should not have leading "0x"

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 arch/arm64/boot/dts/exynos/exynos5433.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/exynos/exynos5433.dtsi b/arch/arm64/boot/dts/exynos/exynos5433.dtsi
index 038c99792ccb..3a9b4c4b9c63 100644
--- a/arch/arm64/boot/dts/exynos/exynos5433.dtsi
+++ b/arch/arm64/boot/dts/exynos/exynos5433.dtsi
@@ -1171,7 +1171,7 @@
 			power-domains = <&pd_gscl>;
 		};
 
-		sysmmu_scaler_0: sysmmu@0x15040000 {
+		sysmmu_scaler_0: sysmmu@15040000 {
 			compatible = "samsung,exynos-sysmmu";
 			reg = <0x15040000 0x1000>;
 			interrupts = <GIC_SPI 404 IRQ_TYPE_LEVEL_HIGH>;
@@ -1182,7 +1182,7 @@
 			power-domains = <&pd_mscl>;
 		};
 
-		sysmmu_scaler_1: sysmmu@0x15050000 {
+		sysmmu_scaler_1: sysmmu@15050000 {
 			compatible = "samsung,exynos-sysmmu";
 			reg = <0x15050000 0x1000>;
 			interrupts = <GIC_SPI 406 IRQ_TYPE_LEVEL_HIGH>;
-- 
2.14.1

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

end of thread, other threads:[~2018-06-21  7:21 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-18 17:42 [PATCH 1/2] arm64: dts: exynos: Remove leading 0x from unit addresses in Exynos5433 Krzysztof Kozlowski
2018-06-18 17:42 ` [PATCH 2/2] arm64: dts: exynos: Remove unneeded DSI and DECON address/size cells " Krzysztof Kozlowski
2018-06-18 18:37   ` Krzysztof Kozlowski
2018-06-19  7:25   ` Andrzej Hajda
2018-06-19  7:26   ` Marek Szyprowski
2018-06-19  7:59     ` Krzysztof Kozlowski
2018-06-20 19:34       ` Krzysztof Kozlowski
2018-06-21  5:59         ` Andrzej Hajda
2018-06-21  7:21           ` Krzysztof Kozlowski
2018-06-18 17:57 ` [PATCH 1/2] arm64: dts: exynos: Remove leading 0x from unit addresses " Joe Perches
2018-06-18 19:05   ` Krzysztof Kozlowski

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).