* [PATCH 1/1] ARM: dts: Remove combiner IRQ node from exynos4x12.dtsi
@ 2013-04-23 9:54 Sachin Kamat
[not found] ` <1366710888-11059-1-git-send-email-sachin.kamat-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2013-06-05 12:39 ` Kukjin Kim
0 siblings, 2 replies; 3+ messages in thread
From: Sachin Kamat @ 2013-04-23 9:54 UTC (permalink / raw)
To: linux-samsung-soc, devicetree-discuss
Cc: kgene.kim, arnd, sachin.kamat, patches
These nodes have separately been added to 4212 and 4412 dtsi
files by commit 30269ddff1 ("ARM: exynos: add missing properties
for combiner IRQs"). The existing node also contained a few
incorrect entries.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
Patch based on linux-next tree (20130423)
---
arch/arm/boot/dts/exynos4x12.dtsi | 8 --------
1 file changed, 8 deletions(-)
diff --git a/arch/arm/boot/dts/exynos4x12.dtsi b/arch/arm/boot/dts/exynos4x12.dtsi
index ede3f9b..675c221 100644
--- a/arch/arm/boot/dts/exynos4x12.dtsi
+++ b/arch/arm/boot/dts/exynos4x12.dtsi
@@ -28,14 +28,6 @@
pinctrl3 = &pinctrl_3;
};
- combiner:interrupt-controller@10440000 {
- interrupts = <0 0 0>, <0 1 0>, <0 2 0>, <0 3 0>,
- <0 4 0>, <0 5 0>, <0 6 0>, <0 7 0>,
- <0 8 0>, <0 9 0>, <0 10 0>, <0 11 0>,
- <0 12 0>, <0 13 0>, <0 14 0>, <0 15 0>,
- <0 16 0>, <0 17 0>, <0 18 0>, <0 19 0>;
- };
-
clock: clock-controller@0x10030000 {
compatible = "samsung,exynos4412-clock";
reg = <0x10030000 0x20000>;
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] ARM: dts: Remove combiner IRQ node from exynos4x12.dtsi
[not found] ` <1366710888-11059-1-git-send-email-sachin.kamat-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
@ 2013-05-20 16:53 ` Sachin Kamat
0 siblings, 0 replies; 3+ messages in thread
From: Sachin Kamat @ 2013-05-20 16:53 UTC (permalink / raw)
To: linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org
Cc: kgene.kim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org
[-- Attachment #1.1: Type: text/plain, Size: 1449 bytes --]
Ping...
On Tuesday, 23 April 2013, Sachin Kamat <sachin.kamat-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> wrote:
> These nodes have separately been added to 4212 and 4412 dtsi
> files by commit 30269ddff1 ("ARM: exynos: add missing properties
> for combiner IRQs"). The existing node also contained a few
> incorrect entries.
>
> Signed-off-by: Sachin Kamat <sachin.kamat-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
> ---
> Patch based on linux-next tree (20130423)
> ---
> arch/arm/boot/dts/exynos4x12.dtsi | 8 --------
> 1 file changed, 8 deletions(-)
>
> diff --git a/arch/arm/boot/dts/exynos4x12.dtsi
b/arch/arm/boot/dts/exynos4x12.dtsi
> index ede3f9b..675c221 100644
> --- a/arch/arm/boot/dts/exynos4x12.dtsi
> +++ b/arch/arm/boot/dts/exynos4x12.dtsi
> @@ -28,14 +28,6 @@
> pinctrl3 = &pinctrl_3;
> };
>
> - combiner:interrupt-controller@10440000 {
> - interrupts = <0 0 0>, <0 1 0>, <0 2 0>, <0 3 0>,
> - <0 4 0>, <0 5 0>, <0 6 0>, <0 7 0>,
> - <0 8 0>, <0 9 0>, <0 10 0>, <0 11 0>,
> - <0 12 0>, <0 13 0>, <0 14 0>, <0 15 0>,
> - <0 16 0>, <0 17 0>, <0 18 0>, <0 19 0>;
> - };
> -
> clock: clock-controller@0x10030000 {
> compatible = "samsung,exynos4412-clock";
> reg = <0x10030000 0x20000>;
> --
> 1.7.9.5
>
>
--
With warm regards,
Sachin
[-- Attachment #1.2: Type: text/html, Size: 2026 bytes --]
[-- Attachment #2: Type: text/plain, Size: 192 bytes --]
_______________________________________________
devicetree-discuss mailing list
devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org
https://lists.ozlabs.org/listinfo/devicetree-discuss
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [PATCH 1/1] ARM: dts: Remove combiner IRQ node from exynos4x12.dtsi
2013-04-23 9:54 [PATCH 1/1] ARM: dts: Remove combiner IRQ node from exynos4x12.dtsi Sachin Kamat
[not found] ` <1366710888-11059-1-git-send-email-sachin.kamat-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
@ 2013-06-05 12:39 ` Kukjin Kim
1 sibling, 0 replies; 3+ messages in thread
From: Kukjin Kim @ 2013-06-05 12:39 UTC (permalink / raw)
To: 'Sachin Kamat', linux-samsung-soc, devicetree-discuss
Cc: arnd, patches
Sachin Kamat wrote:
>
> These nodes have separately been added to 4212 and 4412 dtsi
> files by commit 30269ddff1 ("ARM: exynos: add missing properties
> for combiner IRQs"). The existing node also contained a few
> incorrect entries.
>
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> ---
> Patch based on linux-next tree (20130423)
> ---
> arch/arm/boot/dts/exynos4x12.dtsi | 8 --------
> 1 file changed, 8 deletions(-)
>
> diff --git a/arch/arm/boot/dts/exynos4x12.dtsi
> b/arch/arm/boot/dts/exynos4x12.dtsi
> index ede3f9b..675c221 100644
> --- a/arch/arm/boot/dts/exynos4x12.dtsi
> +++ b/arch/arm/boot/dts/exynos4x12.dtsi
> @@ -28,14 +28,6 @@
> pinctrl3 = &pinctrl_3;
> };
>
> - combiner:interrupt-controller@10440000 {
> - interrupts = <0 0 0>, <0 1 0>, <0 2 0>, <0 3 0>,
> - <0 4 0>, <0 5 0>, <0 6 0>, <0 7 0>,
> - <0 8 0>, <0 9 0>, <0 10 0>, <0 11 0>,
> - <0 12 0>, <0 13 0>, <0 14 0>, <0 15 0>,
> - <0 16 0>, <0 17 0>, <0 18 0>, <0 19 0>;
> - };
> -
> clock: clock-controller@0x10030000 {
> compatible = "samsung,exynos4412-clock";
> reg = <0x10030000 0x20000>;
> --
> 1.7.9.5
Applied, thanks.
- Kukjin
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-06-05 12:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-23 9:54 [PATCH 1/1] ARM: dts: Remove combiner IRQ node from exynos4x12.dtsi Sachin Kamat
[not found] ` <1366710888-11059-1-git-send-email-sachin.kamat-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2013-05-20 16:53 ` Sachin Kamat
2013-06-05 12:39 ` Kukjin Kim
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).