diff mbox

[2/2] ARM: dts: exynos: Fix unit addresses of PDMA nodes in Exynos5410

Message ID 20180222191111.23747-2-krzk@kernel.org (mailing list archive)
State New, archived
Headers show

Commit Message

Krzysztof Kozlowski Feb. 22, 2018, 7:11 p.m. UTC
Fix the unit addresses of PDMA nodes in Exynos5410 (the reg property is
correct) to get rid of DTC warnings like:

    arch/arm/boot/dts/exynos5410-odroidxu.dtb: Warning (simple_bus_reg):
        Node /soc/amba/pdma@12680000 simple-bus unit address format error, expected "121a0000"

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

Comments

Chanwoo Choi Feb. 23, 2018, 12:30 a.m. UTC | #1
On 2018년 02월 23일 04:11, Krzysztof Kozlowski wrote:
> Fix the unit addresses of PDMA nodes in Exynos5410 (the reg property is
> correct) to get rid of DTC warnings like:
> 
>     arch/arm/boot/dts/exynos5410-odroidxu.dtb: Warning (simple_bus_reg):
>         Node /soc/amba/pdma@12680000 simple-bus unit address format error, expected "121a0000"
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---
>  arch/arm/boot/dts/exynos5410.dtsi | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/exynos5410.dtsi b/arch/arm/boot/dts/exynos5410.dtsi
> index 1e6b57d013c4..55509c690328 100644
> --- a/arch/arm/boot/dts/exynos5410.dtsi
> +++ b/arch/arm/boot/dts/exynos5410.dtsi
> @@ -196,9 +196,9 @@
>  			interrupt-parent = <&gic>;
>  			ranges;
>  
> -			pdma0: pdma@12680000 {
> +			pdma0: pdma@121a0000 {
>  				compatible = "arm,pl330", "arm,primecell";
> -				reg = <0x121A0000 0x1000>;
> +				reg = <0x121a0000 0x1000>;
>  				interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
>  				clocks = <&clock CLK_PDMA0>;
>  				clock-names = "apb_pclk";
> @@ -207,9 +207,9 @@
>  				#dma-requests = <32>;
>  			};
>  
> -			pdma1: pdma@12690000 {
> +			pdma1: pdma@121b0000 {
>  				compatible = "arm,pl330", "arm,primecell";
> -				reg = <0x121B0000 0x1000>;
> +				reg = <0x121b0000 0x1000>;
>  				interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
>  				clocks = <&clock CLK_PDMA1>;
>  				clock-names = "apb_pclk";
> 

Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
diff mbox

Patch

diff --git a/arch/arm/boot/dts/exynos5410.dtsi b/arch/arm/boot/dts/exynos5410.dtsi
index 1e6b57d013c4..55509c690328 100644
--- a/arch/arm/boot/dts/exynos5410.dtsi
+++ b/arch/arm/boot/dts/exynos5410.dtsi
@@ -196,9 +196,9 @@ 
 			interrupt-parent = <&gic>;
 			ranges;
 
-			pdma0: pdma@12680000 {
+			pdma0: pdma@121a0000 {
 				compatible = "arm,pl330", "arm,primecell";
-				reg = <0x121A0000 0x1000>;
+				reg = <0x121a0000 0x1000>;
 				interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
 				clocks = <&clock CLK_PDMA0>;
 				clock-names = "apb_pclk";
@@ -207,9 +207,9 @@ 
 				#dma-requests = <32>;
 			};
 
-			pdma1: pdma@12690000 {
+			pdma1: pdma@121b0000 {
 				compatible = "arm,pl330", "arm,primecell";
-				reg = <0x121B0000 0x1000>;
+				reg = <0x121b0000 0x1000>;
 				interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
 				clocks = <&clock CLK_PDMA1>;
 				clock-names = "apb_pclk";