From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933227AbcI1Tke (ORCPT ); Wed, 28 Sep 2016 15:40:34 -0400 Received: from mail-wm0-f65.google.com ([74.125.82.65]:34070 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932611AbcI1TkZ (ORCPT ); Wed, 28 Sep 2016 15:40:25 -0400 Subject: Re: [PATCH 00/10] ARM: dts: berlin: fix dtc warnings To: Jisheng Zhang , robh+dt@kernel.org, mark.rutland@arm.com, linux@armlinux.org.uk References: <20160906084013.2887-1-jszhang@marvell.com> Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org From: Sebastian Hesselbarth Message-ID: <57EC1CA5.2030102@gmail.com> Date: Wed, 28 Sep 2016 21:40:21 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 In-Reply-To: <20160906084013.2887-1-jszhang@marvell.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06.09.2016 10:40, Jisheng Zhang wrote: > This is a clean up series to fix berlin arm platforms dtc warnings. > Firstly we remove skeleton.dtsi inclusion. Then add missing unit name > of /soc node and /memory node. Lastly, we fix regulators' name > > Jisheng Zhang (10): > ARM: dts: berlin2q: Remove skeleton.dtsi inclusion > ARM: dts: berlin2cd: Remove skeleton.dtsi inclusion > ARM: dts: berlin2: Remove skeleton.dtsi inclusion > ARM: dts: berlin2q: Add missing unit name to /soc node > ARM: dts: berlin2cd: Add missing unit name to /soc node > ARM: dts: berlin2: Add missing unit name to /soc node > ARM: dts: berlin2q-marvell-dmp: add missing unit name to /memory node > ARM: dts: chromecast: add missing unit name to /memory node Jisheng, Applied the 8 patches above. > ARM: dts: sony-nsz-gs7: add missing unit name to /memory node I didn't receive this one and could not find it online. I recreated the patch by using the chromecast patch above, so applied. > ARM: dts: berlin2q-marvell-dmp: fix regulators' name I have no clue what it should be fixed to. Sebastian > arch/arm/boot/dts/berlin2-sony-nsz-gs7.dts | 2 +- > arch/arm/boot/dts/berlin2.dtsi | 5 +++-- > arch/arm/boot/dts/berlin2cd-google-chromecast.dts | 2 +- > arch/arm/boot/dts/berlin2cd.dtsi | 5 +++-- > arch/arm/boot/dts/berlin2q-marvell-dmp.dts | 12 ++++++------ > arch/arm/boot/dts/berlin2q.dtsi | 6 +++--- > 6 files changed, 17 insertions(+), 15 deletions(-) >