Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a0d00427 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski
Browse files

arm64: dts: exynos: Use lower case hex addresses in node unit addresses



Convert all hex addresses in node unit addresses to lower case to
fix warnings like:
    arch/arm64/boot/dts/exynos/exynos5433-tm2e.dtb: Warning (simple_bus_reg):
      Node /soc/video-scaler@13C00000 simple-bus unit address format error, expected "13c00000"

Conversion was done using sed:
    $ sed -e 's/@\([a-zA-Z0-9_-]*\) {/@\L\1 {/' -i arch/arm64/boot/dts/exynos/*.dts*

Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: default avatarChanwoo Choi <cw00.choi@samsung.com>
parent 38083547
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -994,7 +994,7 @@
			reg = <0x145f0000 0x1038>;
			reg = <0x145f0000 0x1038>;
		};
		};


		gsc_0: video-scaler@13C00000 {
		gsc_0: video-scaler@13c00000 {
			compatible = "samsung,exynos5433-gsc";
			compatible = "samsung,exynos5433-gsc";
			reg = <0x13c00000 0x1000>;
			reg = <0x13c00000 0x1000>;
			interrupts = <GIC_SPI 297 IRQ_TYPE_LEVEL_HIGH>;
			interrupts = <GIC_SPI 297 IRQ_TYPE_LEVEL_HIGH>;
@@ -1008,7 +1008,7 @@
			power-domains = <&pd_gscl>;
			power-domains = <&pd_gscl>;
		};
		};


		gsc_1: video-scaler@13C10000 {
		gsc_1: video-scaler@13c10000 {
			compatible = "samsung,exynos5433-gsc";
			compatible = "samsung,exynos5433-gsc";
			reg = <0x13c10000 0x1000>;
			reg = <0x13c10000 0x1000>;
			interrupts = <GIC_SPI 298 IRQ_TYPE_LEVEL_HIGH>;
			interrupts = <GIC_SPI 298 IRQ_TYPE_LEVEL_HIGH>;
@@ -1022,7 +1022,7 @@
			power-domains = <&pd_gscl>;
			power-domains = <&pd_gscl>;
		};
		};


		gsc_2: video-scaler@13C20000 {
		gsc_2: video-scaler@13c20000 {
			compatible = "samsung,exynos5433-gsc";
			compatible = "samsung,exynos5433-gsc";
			reg = <0x13c20000 0x1000>;
			reg = <0x13c20000 0x1000>;
			interrupts = <GIC_SPI 299 IRQ_TYPE_LEVEL_HIGH>;
			interrupts = <GIC_SPI 299 IRQ_TYPE_LEVEL_HIGH>;
@@ -1049,7 +1049,7 @@
			power-domains = <&pd_mscl>;
			power-domains = <&pd_mscl>;
		};
		};


		mfc: codec@152E0000 {
		mfc: codec@152e0000 {
			compatible = "samsung,exynos5433-mfc";
			compatible = "samsung,exynos5433-mfc";
			reg = <0x152E0000 0x10000>;
			reg = <0x152E0000 0x10000>;
			interrupts = <GIC_SPI 358 IRQ_TYPE_LEVEL_HIGH>;
			interrupts = <GIC_SPI 358 IRQ_TYPE_LEVEL_HIGH>;
+2 −2
Original line number Original line Diff line number Diff line
@@ -103,7 +103,7 @@
			#size-cells = <1>;
			#size-cells = <1>;
			ranges;
			ranges;


			pdma0: pdma@10E10000 {
			pdma0: pdma@10e10000 {
				compatible = "arm,pl330", "arm,primecell";
				compatible = "arm,pl330", "arm,primecell";
				reg = <0x10E10000 0x1000>;
				reg = <0x10E10000 0x1000>;
				interrupts = <GIC_SPI 225 IRQ_TYPE_LEVEL_HIGH>;
				interrupts = <GIC_SPI 225 IRQ_TYPE_LEVEL_HIGH>;
@@ -114,7 +114,7 @@
				#dma-requests = <32>;
				#dma-requests = <32>;
			};
			};


			pdma1: pdma@10EB0000 {
			pdma1: pdma@10eb0000 {
				compatible = "arm,pl330", "arm,primecell";
				compatible = "arm,pl330", "arm,primecell";
				reg = <0x10EB0000 0x1000>;
				reg = <0x10EB0000 0x1000>;
				interrupts = <GIC_SPI 226 IRQ_TYPE_LEVEL_HIGH>;
				interrupts = <GIC_SPI 226 IRQ_TYPE_LEVEL_HIGH>;