Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756074AbdLOMvM (ORCPT ); Fri, 15 Dec 2017 07:51:12 -0500 Received: from mail-ot0-f193.google.com ([74.125.82.193]:37168 "EHLO mail-ot0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755712AbdLOMvH (ORCPT ); Fri, 15 Dec 2017 07:51:07 -0500 X-Google-Smtp-Source: ACJfBosDhGqZK6CBR9uEE/k2nLUhFU95tQ5IDz6vhNuJfYy4nRQHW43Tr/xrAYhnZ1mVD+5c6GpfZFyoJlFNj2SRdPg= MIME-Version: 1.0 In-Reply-To: <20171215124631.30132-1-malat@debian.org> References: <20171215124631.30132-1-malat@debian.org> From: Fabio Estevam Date: Fri, 15 Dec 2017 10:51:05 -0200 Message-ID: Subject: Re: [PATCH 05/25] arm: imx: dts: Remove leading 0x and 0s from bindings notation To: Mathieu Malaterre Cc: Rob Herring , Mark Rutland , devicetree@vger.kernel.org, Russell King , linux-kernel , Sascha Hauer , Fabio Estevam , Shawn Guo , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1227 Lines: 34 Hi Mathieu, On Fri, Dec 15, 2017 at 10:46 AM, Mathieu Malaterre wrote: reg = <0x6C>; > diff --git a/arch/arm/boot/dts/imx7d.dtsi b/arch/arm/boot/dts/imx7d.dtsi > index 4d308d17f040..369d5a166b3e 100644 > --- a/arch/arm/boot/dts/imx7d.dtsi > +++ b/arch/arm/boot/dts/imx7d.dtsi > @@ -129,7 +129,7 @@ > status = "disabled"; > }; > > - pcie: pcie@0x33800000 { > + pcie: pcie@33800000 { I have already sent a fix for this one. > compatible = "fsl,imx7d-pcie", "snps,dw-pcie"; > reg = <0x33800000 0x4000>, > <0x4ff00000 0x80000>; > diff --git a/arch/arm/boot/dts/imx7s.dtsi b/arch/arm/boot/dts/imx7s.dtsi > index 82ad26e766eb..a00ba897e58d 100644 > --- a/arch/arm/boot/dts/imx7s.dtsi > +++ b/arch/arm/boot/dts/imx7s.dtsi > @@ -583,7 +583,7 @@ > #address-cells = <1>; > #size-cells = <0>; > > - pgc_pcie_phy: pgc-power-domain@IMX7_POWER_DOMAIN_PCIE_PHY { > + pgc_pcie_phy: pgc-power-domain@imx7_power_domain_pcie_phy { Original code was correct.