From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755847AbcI2Ktb (ORCPT ); Thu, 29 Sep 2016 06:49:31 -0400 Received: from mx0b-0016f401.pphosted.com ([67.231.156.173]:51086 "EHLO mx0b-0016f401.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750738AbcI2KtO (ORCPT ); Thu, 29 Sep 2016 06:49:14 -0400 Date: Thu, 29 Sep 2016 18:44:12 +0800 From: Jisheng Zhang To: Sebastian Hesselbarth CC: , , , , , Subject: Re: [PATCH 00/10] ARM: dts: berlin: fix dtc warnings Message-ID: <20160929184412.7c535749@xhacker> In-Reply-To: <57EC1CA5.2030102@gmail.com> References: <20160906084013.2887-1-jszhang@marvell.com> <57EC1CA5.2030102@gmail.com> X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-09-29_06:,, signatures=0 X-Proofpoint-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1609020000 definitions=main-1609290187 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Sebastian, On Wed, 28 Sep 2016 21:40:21 +0200 Sebastian Hesselbarth wrote: > 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. DTC will complain with W=1: Warning (unit_address_vs_reg): Node /regulators/regulator@0 has a unit name, but no reg property This patch tries to fix that warning. Thanks, Jisheng > > 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(-) > > >