All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/3] arm: exynos4: fix warning of dts
       [not found] <CGME20180731071243epcas1p19a89848dab5532649eb2fe5418b169f5@epcas1p1.samsung.com>
@ 2018-07-31  7:12 ` Minkyu Kang
  2018-07-31 12:58   ` Tom Rini
  0 siblings, 1 reply; 4+ messages in thread
From: Minkyu Kang @ 2018-07-31  7:12 UTC (permalink / raw)
  To: u-boot

remove this warning: avoid_unnecessary_addr_size

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
---
 arch/arm/dts/exynos4210-pinctrl-uboot.dtsi | 4 ----
 arch/arm/dts/exynos4210-universal_c210.dts | 2 --
 arch/arm/dts/exynos4x12-pinctrl-uboot.dtsi | 4 ----
 3 files changed, 10 deletions(-)

diff --git a/arch/arm/dts/exynos4210-pinctrl-uboot.dtsi b/arch/arm/dts/exynos4210-pinctrl-uboot.dtsi
index ba0fd4d..aeeecd6 100644
--- a/arch/arm/dts/exynos4210-pinctrl-uboot.dtsi
+++ b/arch/arm/dts/exynos4210-pinctrl-uboot.dtsi
@@ -7,8 +7,6 @@
 
 /{
 	pinctrl_0: pinctrl at 11400000 {
-		#address-cells = <1>;
-		#size-cells = <1>;
 		compatible = "samsung,exynos4210-pinctrl";
 	};
 
@@ -21,8 +19,6 @@
 	};
 
 	pinctrl_2: pinctrl at 03860000 {
-		#address-cells = <1>;
-		#size-cells = <1>;
 	};
 
 };
diff --git a/arch/arm/dts/exynos4210-universal_c210.dts b/arch/arm/dts/exynos4210-universal_c210.dts
index 59ea5a6..610a8ad 100644
--- a/arch/arm/dts/exynos4210-universal_c210.dts
+++ b/arch/arm/dts/exynos4210-universal_c210.dts
@@ -25,8 +25,6 @@
 		gpio-mosi = <&gpy3 3 0>;
 		gpio-miso = <&gpy3 0 0>;
 		spi-delay-us = <1>;
-		#address-cells = <1>;
-		#size-cells = <0>;
 		cs at 0 {
 		};
 	};
diff --git a/arch/arm/dts/exynos4x12-pinctrl-uboot.dtsi b/arch/arm/dts/exynos4x12-pinctrl-uboot.dtsi
index 7409e76..955e14e 100644
--- a/arch/arm/dts/exynos4x12-pinctrl-uboot.dtsi
+++ b/arch/arm/dts/exynos4x12-pinctrl-uboot.dtsi
@@ -32,13 +32,9 @@
 	};
 
 	pinctrl_2: pinctrl at 03860000 {
-		#address-cells = <1>;
-		#size-cells = <1>;
 	};
 
 	pinctrl_3: pinctrl at 106E0000 {
-		#address-cells = <1>;
-		#size-cells = <1>;
 	};
 
 };
-- 
1.9.1
-- 
Thanks,
Minkyu Kang.

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH 1/3] arm: exynos4: fix warning of dts
  2018-07-31  7:12 ` [U-Boot] [PATCH 1/3] arm: exynos4: fix warning of dts Minkyu Kang
@ 2018-07-31 12:58   ` Tom Rini
  2018-08-02  8:44     ` Minkyu Kang
  0 siblings, 1 reply; 4+ messages in thread
From: Tom Rini @ 2018-07-31 12:58 UTC (permalink / raw)
  To: u-boot

On Tue, Jul 31, 2018 at 04:12:42PM +0900, Minkyu Kang wrote:

> remove this warning: avoid_unnecessary_addr_size
> 
> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
> ---
>  arch/arm/dts/exynos4210-pinctrl-uboot.dtsi | 4 ----
>  arch/arm/dts/exynos4210-universal_c210.dts | 2 --
>  arch/arm/dts/exynos4x12-pinctrl-uboot.dtsi | 4 ----
>  3 files changed, 10 deletions(-)

Here and the rest of the series, have you sent the non -uboot.dtsi
portions upstream so that we'll not get them back when we re-sync with
Linux?  Thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180731/c71723f6/attachment.sig>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH 1/3] arm: exynos4: fix warning of dts
  2018-07-31 12:58   ` Tom Rini
@ 2018-08-02  8:44     ` Minkyu Kang
  2018-08-07  1:14       ` Minkyu Kang
  0 siblings, 1 reply; 4+ messages in thread
From: Minkyu Kang @ 2018-08-02  8:44 UTC (permalink / raw)
  To: u-boot

Hi,

2018년 7월 31일 (화) 21:58, Tom Rini <trini@konsulko.com>님이 작성:

> On Tue, Jul 31, 2018 at 04:12:42PM +0900, Minkyu Kang wrote:
>
> > remove this warning: avoid_unnecessary_addr_size
> >
> > Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
> > ---
> >  arch/arm/dts/exynos4210-pinctrl-uboot.dtsi | 4 ----
> >  arch/arm/dts/exynos4210-universal_c210.dts | 2 --
> >  arch/arm/dts/exynos4x12-pinctrl-uboot.dtsi | 4 ----
> >  3 files changed, 10 deletions(-)
>
> Here and the rest of the series, have you sent the non -uboot.dtsi
> portions upstream so that we'll not get them back when we re-sync with
> Linux?  Thanks!
>

It will be fine.


> --
> Tom
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> https://lists.denx.de/listinfo/u-boot


Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH 1/3] arm: exynos4: fix warning of dts
  2018-08-02  8:44     ` Minkyu Kang
@ 2018-08-07  1:14       ` Minkyu Kang
  0 siblings, 0 replies; 4+ messages in thread
From: Minkyu Kang @ 2018-08-07  1:14 UTC (permalink / raw)
  To: u-boot

2018년 8월 2일 (목) 17:44, Minkyu Kang <promsoft@gmail.com>님이 작성:

> Hi,
>
> 2018년 7월 31일 (화) 21:58, Tom Rini <trini@konsulko.com>님이 작성:
>
>> On Tue, Jul 31, 2018 at 04:12:42PM +0900, Minkyu Kang wrote:
>>
>> > remove this warning: avoid_unnecessary_addr_size
>> >
>> > Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
>> > ---
>> >  arch/arm/dts/exynos4210-pinctrl-uboot.dtsi | 4 ----
>> >  arch/arm/dts/exynos4210-universal_c210.dts | 2 --
>> >  arch/arm/dts/exynos4x12-pinctrl-uboot.dtsi | 4 ----
>> >  3 files changed, 10 deletions(-)
>>
>> Here and the rest of the series, have you sent the non -uboot.dtsi
>> portions upstream so that we'll not get them back when we re-sync with
>> Linux?  Thanks!
>>
>
> It will be fine.
>
>
>> --
>> Tom
>> _______________________________________________
>> U-Boot mailing list
>> U-Boot at lists.denx.de
>> https://lists.denx.de/listinfo/u-boot
>
>
> Thanks,
> Minkyu Kang.
>

Applied to u-boot-samsung.

Thanks,
Minkyu Kang.

>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-08-07  1:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20180731071243epcas1p19a89848dab5532649eb2fe5418b169f5@epcas1p1.samsung.com>
2018-07-31  7:12 ` [U-Boot] [PATCH 1/3] arm: exynos4: fix warning of dts Minkyu Kang
2018-07-31 12:58   ` Tom Rini
2018-08-02  8:44     ` Minkyu Kang
2018-08-07  1:14       ` Minkyu Kang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.