[U-Boot] [PATCH] arm: dts: exynos4: fix the device-tree compile warning

2017-11-27 Thread Jaehoon Chung
After updating dtc-1.4.5 version, there are too many warning. This patch is to fix about exynos4 series. Signed-off-by: Jaehoon Chung --- arch/arm/dts/exynos4.dtsi | 31 +- arch/arm/dts/exynos4210.dtsi | 20 +- arch/arm/dts/exynos4412-odroid.dts | 391 +++ ar

Re: [U-Boot] [PATCH] arm: dts: exynos4: fix the device-tree compile warning

2017-11-28 Thread Tom Rini
On Tue, Nov 28, 2017 at 04:20:39PM +0900, Jaehoon Chung wrote: > After updating dtc-1.4.5 version, there are too many warning. > This patch is to fix about exynos4 series. > > Signed-off-by: Jaehoon Chung Have these changes been pushed to the appropriate Linux Kernel maintainers, or a backport

Re: [U-Boot] [PATCH] arm: dts: exynos4: fix the device-tree compile warning

2017-11-29 Thread Jaehoon Chung
On 11/28/2017 11:10 PM, Tom Rini wrote: > On Tue, Nov 28, 2017 at 04:20:39PM +0900, Jaehoon Chung wrote: > >> After updating dtc-1.4.5 version, there are too many warning. >> This patch is to fix about exynos4 series. >> >> Signed-off-by: Jaehoon Chung > > Have these changes been pushed to the a

Re: [U-Boot] [PATCH] arm: dts: exynos4: fix the device-tree compile warning

2017-12-06 Thread Minkyu Kang
Hi 2017. 11. 30. 14:19에 "Jaehoon Chung" 님이 작성: On 11/28/2017 11:10 PM, Tom Rini wrote: > On Tue, Nov 28, 2017 at 04:20:39PM +0900, Jaehoon Chung wrote: > >> After updating dtc-1.4.5 version, there are too many warning. >> This patch is to fix about exynos4 series. >> >> Signed-off-by: Jaehoon Chu