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

Commit 11d9d51d authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski
Browse files

ARM: dts: exynos: Fix unit addresses of PDMA nodes in Exynos5410



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: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: default avatarChanwoo Choi <cw00.choi@samsung.com>
parent 12ec7b34
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -196,9 +196,9 @@
			interrupt-parent = <&gic>;
			interrupt-parent = <&gic>;
			ranges;
			ranges;


			pdma0: pdma@12680000 {
			pdma0: pdma@121a0000 {
				compatible = "arm,pl330", "arm,primecell";
				compatible = "arm,pl330", "arm,primecell";
				reg = <0x121A0000 0x1000>;
				reg = <0x121a0000 0x1000>;
				interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
				interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
				clocks = <&clock CLK_PDMA0>;
				clocks = <&clock CLK_PDMA0>;
				clock-names = "apb_pclk";
				clock-names = "apb_pclk";
@@ -207,9 +207,9 @@
				#dma-requests = <32>;
				#dma-requests = <32>;
			};
			};


			pdma1: pdma@12690000 {
			pdma1: pdma@121b0000 {
				compatible = "arm,pl330", "arm,primecell";
				compatible = "arm,pl330", "arm,primecell";
				reg = <0x121B0000 0x1000>;
				reg = <0x121b0000 0x1000>;
				interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
				interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
				clocks = <&clock CLK_PDMA1>;
				clocks = <&clock CLK_PDMA1>;
				clock-names = "apb_pclk";
				clock-names = "apb_pclk";