From mboxrd@z Thu Jan 1 00:00:00 1970 From: k.kozlowski@samsung.com (Krzysztof Kozlowski) Date: Mon, 04 Apr 2016 14:56:45 +0900 Subject: dtc warnings In-Reply-To: <20160404055000.GA3622@vireshk-i7> References: <56FE27F9.2070100@gmail.com> <56FE7E4A.2000601@ti.com> <20160403065909.GF2987@vireshk-i7> <20160403080854.GA12133@kozik-lap> <20160404051656.GV17806@rob-hp-laptop> <20160404055000.GA3622@vireshk-i7> Message-ID: <5702021D.3080103@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 04.04.2016 14:50, Viresh Kumar wrote: > On 04-04-16, 00:16, Rob Herring wrote: >> On Sun, Apr 03, 2016 at 05:57:00PM +0530, Viresh Kumar wrote: >>> On 3 April 2016 at 13:38, Krzysztof Kozlowski wrote: >>>> Warnings coming from recent linux-next: >>>> >>>> DTC arch/arm/boot/dts/exynos5800-peach-pi.dtb >>>> Warning (unit_address_vs_reg): Node /opp_table0/opp at 1800000000 has a unit name, but no reg property >>>> Warning (unit_address_vs_reg): Node /opp_table0/opp at 1700000000 has a unit name, but no reg property > > Something isn't right in my setup, as I am not hitting these: > > $ make CROSS_COMPILE="arm-linux-gnueabihf-" ARCH=arm O=../bexynos dtbs You need W=1 (that was recent change by Rob to not pollute everyone's builds). Best regards, Krzysztof