* [PATCH 1/3] ARM: dts: exynos: update dma nodename for exynos3250 [not found] <CGME20220130080810epcas5p425f29e7a017b4b1690509e60651d4245@epcas5p4.samsung.com> @ 2022-01-30 7:55 ` Alim Akhtar [not found] ` <CGME20220130080815epcas5p33462c816b7ca206bf1ce498cb04f7686@epcas5p3.samsung.com> ` (2 more replies) 0 siblings, 3 replies; 5+ messages in thread From: Alim Akhtar @ 2022-01-30 7:55 UTC (permalink / raw) To: linux-arm-kernel, linux-kernel Cc: devicetree, robh+dt, krzysztof.kozlowski, linux-samsung-soc, Alim Akhtar Currently dma node name does not matches the pl330 dt schema and make dtbs_check report below warning 'pdma@12680000' does not match '^dma-controller(@.*)?$' Update the dma node name to match pl330 dt schema Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com> --- arch/arm/boot/dts/exynos3250.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/exynos3250.dtsi b/arch/arm/boot/dts/exynos3250.dtsi index a10b789d8acf..ae644315855d 100644 --- a/arch/arm/boot/dts/exynos3250.dtsi +++ b/arch/arm/boot/dts/exynos3250.dtsi @@ -421,7 +421,7 @@ exynos_usbphy: exynos-usbphy@125b0000 { status = "disabled"; }; - pdma0: pdma@12680000 { + pdma0: dma-controller@12680000 { compatible = "arm,pl330", "arm,primecell"; reg = <0x12680000 0x1000>; interrupts = <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>; @@ -432,7 +432,7 @@ pdma0: pdma@12680000 { #dma-requests = <32>; }; - pdma1: pdma@12690000 { + pdma1: dma-controller@12690000 { compatible = "arm,pl330", "arm,primecell"; reg = <0x12690000 0x1000>; interrupts = <GIC_SPI 139 IRQ_TYPE_LEVEL_HIGH>; -- 2.25.1 ^ permalink raw reply related [flat|nested] 5+ messages in thread
[parent not found: <CGME20220130080815epcas5p33462c816b7ca206bf1ce498cb04f7686@epcas5p3.samsung.com>]
* [PATCH 2/3] ARM: dts: exynos: update dma nodename for exynos4 [not found] ` <CGME20220130080815epcas5p33462c816b7ca206bf1ce498cb04f7686@epcas5p3.samsung.com> @ 2022-01-30 7:55 ` Alim Akhtar 0 siblings, 0 replies; 5+ messages in thread From: Alim Akhtar @ 2022-01-30 7:55 UTC (permalink / raw) To: linux-arm-kernel, linux-kernel Cc: devicetree, robh+dt, krzysztof.kozlowski, linux-samsung-soc, Alim Akhtar Currently dma node name does not matches the pl330 dt schema and make dtbs_check report below warning 'mdma@12850000' does not match '^dma-controller(@.*)?$' Update the dma node name to match pl330 dt schema Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com> --- arch/arm/boot/dts/exynos4.dtsi | 6 +++--- arch/arm/boot/dts/exynos4210-universal_c210.dts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi index eab77a66ae8f..e81b3ee4e0f7 100644 --- a/arch/arm/boot/dts/exynos4.dtsi +++ b/arch/arm/boot/dts/exynos4.dtsi @@ -669,7 +669,7 @@ pwm: pwm@139d0000 { status = "disabled"; }; - pdma0: pdma@12680000 { + pdma0: dma-controller@12680000 { compatible = "arm,pl330", "arm,primecell"; reg = <0x12680000 0x1000>; interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>; @@ -680,7 +680,7 @@ pdma0: pdma@12680000 { #dma-requests = <32>; }; - pdma1: pdma@12690000 { + pdma1: dma-controller@12690000 { compatible = "arm,pl330", "arm,primecell"; reg = <0x12690000 0x1000>; interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>; @@ -691,7 +691,7 @@ pdma1: pdma@12690000 { #dma-requests = <32>; }; - mdma1: mdma@12850000 { + mdma1: dma-controller@12850000 { compatible = "arm,pl330", "arm,primecell"; reg = <0x12850000 0x1000>; interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>; diff --git a/arch/arm/boot/dts/exynos4210-universal_c210.dts b/arch/arm/boot/dts/exynos4210-universal_c210.dts index 170d54a0bb5c..138d606d58a5 100644 --- a/arch/arm/boot/dts/exynos4210-universal_c210.dts +++ b/arch/arm/boot/dts/exynos4210-universal_c210.dts @@ -659,7 +659,7 @@ &serial_3 { }; &soc { - mdma0: mdma@12840000 { + mdma0: dma-controller@12840000 { compatible = "arm,pl330", "arm,primecell"; reg = <0x12840000 0x1000>; interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>; -- 2.25.1 ^ permalink raw reply related [flat|nested] 5+ messages in thread
[parent not found: <CGME20220130080818epcas5p15adb431d08cb37060310fec00bb77cd2@epcas5p1.samsung.com>]
* [PATCH 3/3] ARM: dts: exynos: update dma nodename for exynos5 [not found] ` <CGME20220130080818epcas5p15adb431d08cb37060310fec00bb77cd2@epcas5p1.samsung.com> @ 2022-01-30 7:55 ` Alim Akhtar 0 siblings, 0 replies; 5+ messages in thread From: Alim Akhtar @ 2022-01-30 7:55 UTC (permalink / raw) To: linux-arm-kernel, linux-kernel Cc: devicetree, robh+dt, krzysztof.kozlowski, linux-samsung-soc, Alim Akhtar Currently dma node name does not matches the pl330 dt schema and make dtbs_check report below warning 'pdma@121a0000' does not match '^dma-controller(@.*)?$' 'mdma@10800000' does not match '^dma-controller(@.*)?$' Update the dma node name to match pl330 dt schema Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com> --- arch/arm/boot/dts/exynos5250.dtsi | 8 ++++---- arch/arm/boot/dts/exynos5410.dtsi | 4 ++-- arch/arm/boot/dts/exynos5420.dtsi | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi index c6080bb75a62..5baaa7eb71a4 100644 --- a/arch/arm/boot/dts/exynos5250.dtsi +++ b/arch/arm/boot/dts/exynos5250.dtsi @@ -692,7 +692,7 @@ usb2_phy_gen: phy@12130000 { samsung,pmureg-phandle = <&pmu_system_controller>; }; - pdma0: pdma@121a0000 { + pdma0: dma-controller@121a0000 { compatible = "arm,pl330", "arm,primecell"; reg = <0x121A0000 0x1000>; interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>; @@ -703,7 +703,7 @@ pdma0: pdma@121a0000 { #dma-requests = <32>; }; - pdma1: pdma@121b0000 { + pdma1: dma-controller@121b0000 { compatible = "arm,pl330", "arm,primecell"; reg = <0x121B0000 0x1000>; interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>; @@ -714,7 +714,7 @@ pdma1: pdma@121b0000 { #dma-requests = <32>; }; - mdma0: mdma@10800000 { + mdma0: dma-controller@10800000 { compatible = "arm,pl330", "arm,primecell"; reg = <0x10800000 0x1000>; interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>; @@ -725,7 +725,7 @@ mdma0: mdma@10800000 { #dma-requests = <1>; }; - mdma1: mdma@11c10000 { + mdma1: dma-controller@11c10000 { compatible = "arm,pl330", "arm,primecell"; reg = <0x11C10000 0x1000>; interrupts = <GIC_SPI 124 IRQ_TYPE_LEVEL_HIGH>; diff --git a/arch/arm/boot/dts/exynos5410.dtsi b/arch/arm/boot/dts/exynos5410.dtsi index 584ce62361b1..4d797a9abba4 100644 --- a/arch/arm/boot/dts/exynos5410.dtsi +++ b/arch/arm/boot/dts/exynos5410.dtsi @@ -189,7 +189,7 @@ pinctrl_3: pinctrl@3860000 { interrupts = <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>; }; - pdma0: pdma@121a0000 { + pdma0: dma-controller@121a0000 { compatible = "arm,pl330", "arm,primecell"; reg = <0x121a0000 0x1000>; interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>; @@ -200,7 +200,7 @@ pdma0: pdma@121a0000 { #dma-requests = <32>; }; - pdma1: pdma@121b0000 { + pdma1: dma-controller@121b0000 { compatible = "arm,pl330", "arm,primecell"; reg = <0x121b0000 0x1000>; interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>; diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi index e23e8ffb093f..29e33cda14c4 100644 --- a/arch/arm/boot/dts/exynos5420.dtsi +++ b/arch/arm/boot/dts/exynos5420.dtsi @@ -430,7 +430,7 @@ pinctrl_4: pinctrl@3860000 { power-domains = <&mau_pd>; }; - adma: adma@3880000 { + adma: dma-controller@3880000 { compatible = "arm,pl330", "arm,primecell"; reg = <0x03880000 0x1000>; interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>; @@ -442,7 +442,7 @@ adma: adma@3880000 { power-domains = <&mau_pd>; }; - pdma0: pdma@121a0000 { + pdma0: dma-controller@121a0000 { compatible = "arm,pl330", "arm,primecell"; reg = <0x121A0000 0x1000>; interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>; @@ -453,7 +453,7 @@ pdma0: pdma@121a0000 { #dma-requests = <32>; }; - pdma1: pdma@121b0000 { + pdma1: dma-controller@121b0000 { compatible = "arm,pl330", "arm,primecell"; reg = <0x121B0000 0x1000>; interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>; @@ -464,7 +464,7 @@ pdma1: pdma@121b0000 { #dma-requests = <32>; }; - mdma0: mdma@10800000 { + mdma0: dma-controller@10800000 { compatible = "arm,pl330", "arm,primecell"; reg = <0x10800000 0x1000>; interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>; @@ -475,7 +475,7 @@ mdma0: mdma@10800000 { #dma-requests = <1>; }; - mdma1: mdma@11c10000 { + mdma1: dma-controller@11c10000 { compatible = "arm,pl330", "arm,primecell"; reg = <0x11C10000 0x1000>; interrupts = <GIC_SPI 124 IRQ_TYPE_LEVEL_HIGH>; -- 2.25.1 ^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 1/3] ARM: dts: exynos: update dma nodename for exynos3250 2022-01-30 7:55 ` [PATCH 1/3] ARM: dts: exynos: update dma nodename for exynos3250 Alim Akhtar [not found] ` <CGME20220130080815epcas5p33462c816b7ca206bf1ce498cb04f7686@epcas5p3.samsung.com> [not found] ` <CGME20220130080818epcas5p15adb431d08cb37060310fec00bb77cd2@epcas5p1.samsung.com> @ 2022-01-31 8:59 ` Krzysztof Kozlowski 2022-01-31 18:40 ` Alim Akhtar 2 siblings, 1 reply; 5+ messages in thread From: Krzysztof Kozlowski @ 2022-01-31 8:59 UTC (permalink / raw) To: linux-arm-kernel, linux-kernel, Alim Akhtar Cc: Krzysztof Kozlowski, linux-samsung-soc, devicetree, robh+dt On Sun, 30 Jan 2022 13:25:18 +0530, Alim Akhtar wrote: > Currently dma node name does not matches the pl330 > dt schema and make dtbs_check report below warning > > 'pdma@12680000' does not match '^dma-controller(@.*)?$' > > Update the dma node name to match pl330 dt schema > > [...] Squashed into one commit, that's a tiny change in each file. Applied, thanks! [1/3] ARM: dts: exynos: update dma nodename for exynos3250 commit: a5a881a33f8d6d5427a4150ee1a24a8790ada270 [2/3] ARM: dts: exynos: update dma nodename for exynos4 commit: 0e1434e19717309c2c3a0770bd4ef5c3a937fe03 [3/3] ARM: dts: exynos: update dma nodename for exynos5 commit: 51d6d2cb2523c3d979e94efc065a7c88a9c8dd61 Best regards, -- Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> ^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: [PATCH 1/3] ARM: dts: exynos: update dma nodename for exynos3250 2022-01-31 8:59 ` [PATCH 1/3] ARM: dts: exynos: update dma nodename for exynos3250 Krzysztof Kozlowski @ 2022-01-31 18:40 ` Alim Akhtar 0 siblings, 0 replies; 5+ messages in thread From: Alim Akhtar @ 2022-01-31 18:40 UTC (permalink / raw) To: 'Krzysztof Kozlowski', linux-arm-kernel, linux-kernel Cc: linux-samsung-soc, devicetree, robh+dt >-----Original Message----- >From: Krzysztof Kozlowski [mailto:krzysztof.kozlowski@canonical.com] >Sent: Monday, January 31, 2022 2:29 PM >To: linux-arm-kernel@lists.infradead.org; linux-kernel@vger.kernel.org; Alim >Akhtar <alim.akhtar@samsung.com> >Cc: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>; linux-samsung- >soc@vger.kernel.org; devicetree@vger.kernel.org; robh+dt@kernel.org >Subject: Re: [PATCH 1/3] ARM: dts: exynos: update dma nodename for >exynos3250 > >On Sun, 30 Jan 2022 13:25:18 +0530, Alim Akhtar wrote: >> Currently dma node name does not matches the pl330 dt schema and make >> dtbs_check report below warning >> >> 'pdma@12680000' does not match '^dma-controller(@.*)?$' >> >> Update the dma node name to match pl330 dt schema >> >> [...] > >Squashed into one commit, that's a tiny change in each file. > Ok, Thanks Krzysztof. >Applied, thanks! > >[1/3] ARM: dts: exynos: update dma nodename for exynos3250 > commit: a5a881a33f8d6d5427a4150ee1a24a8790ada270 >[2/3] ARM: dts: exynos: update dma nodename for exynos4 > commit: 0e1434e19717309c2c3a0770bd4ef5c3a937fe03 >[3/3] ARM: dts: exynos: update dma nodename for exynos5 > commit: 51d6d2cb2523c3d979e94efc065a7c88a9c8dd61 > >Best regards, >-- >Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-01-31 18:41 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <CGME20220130080810epcas5p425f29e7a017b4b1690509e60651d4245@epcas5p4.samsung.com>
2022-01-30  7:55 ` [PATCH 1/3] ARM: dts: exynos: update dma nodename for exynos3250 Alim Akhtar
     [not found]   ` <CGME20220130080815epcas5p33462c816b7ca206bf1ce498cb04f7686@epcas5p3.samsung.com>
2022-01-30  7:55     ` [PATCH 2/3] ARM: dts: exynos: update dma nodename for exynos4 Alim Akhtar
     [not found]   ` <CGME20220130080818epcas5p15adb431d08cb37060310fec00bb77cd2@epcas5p1.samsung.com>
2022-01-30  7:55     ` [PATCH 3/3] ARM: dts: exynos: update dma nodename for exynos5 Alim Akhtar
2022-01-31  8:59   ` [PATCH 1/3] ARM: dts: exynos: update dma nodename for exynos3250 Krzysztof Kozlowski
2022-01-31 18:40     ` Alim Akhtar
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).