Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757433AbbLAXQ6 (ORCPT ); Tue, 1 Dec 2015 18:16:58 -0500 Received: from mail-gw2-out.broadcom.com ([216.31.210.63]:33116 "EHLO mail-gw2-out.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757343AbbLAXQ4 (ORCPT ); Tue, 1 Dec 2015 18:16:56 -0500 X-IronPort-AV: E=Sophos;i="5.20,370,1444719600"; d="scan'208";a="82106412" Subject: Re: [PATCH] Enable PCIe PHY support in Cygnus To: Florian Fainelli , Rob Herring References: <1447870619-2828-1-git-send-email-rjui@broadcom.com> <5654FCF5.40406@gmail.com> <565E2969.7000500@gmail.com> CC: Pawel Moll , Ian Campbell , Kumar Gala , , , , From: Ray Jui Message-ID: <565E2A66.7050306@broadcom.com> Date: Tue, 1 Dec 2015 15:16:54 -0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <565E2969.7000500@gmail.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1774 Lines: 47 On 12/1/2015 3:12 PM, Florian Fainelli wrote: > On 24/11/15 16:12, Florian Fainelli wrote: >> On 18/11/15 10:16, Ray Jui wrote: >>> This patch enales PCIe PHY in device tree for Broadcom Cygnus based platforms >>> >>> This patch is developed based on v4.4-rc1 and available here: >>> https://github.com/Broadcom/cygnus-linux/tree/cygnus-pcie-phy-dt-v1 >>> >>> Ray Jui (1): >>> ARM: dts: enable PCIe PHY support for Cygnus >> >> Applied to devicetree/next with Scott's Acked-by, thanks! > > This caused the DTC compiler to warn: > > Warning (reg_format): "reg" property in /axi/phy@0301d0a0/phy@0 has > invalid length (4 bytes) (#address-cells == 2, #size-cells == 1) > Warning (reg_format): "reg" property in /axi/phy@0301d0a0/phy@1 has > invalid length (4 bytes) (#address-cells == 2, #size-cells == 1) > Warning (avoid_default_addr_size): Relying on default #address-cells > value for /axi/phy@0301d0a0/phy@0 > Warning (avoid_default_addr_size): Relying on default #size-cells value > for /axi/phy@0301d0a0/phy@0 > Warning (avoid_default_addr_size): Relying on default #address-cells > value for /axi/phy@0301d0a0/phy@1 > Warning (avoid_default_addr_size): Relying on default #size-cells value > for /axi/phy@0301d0a0/phy@1 > CC drivers/base/power/runtime.o > DTC arch/arm/boot/dts/bcm911360k.dtb > CC lib/bitmap.o > > I added an #address-cells = <0> and #size-cells = <1> to fix this, since > your reg property is a single digit. > Sorry I missed that. Both are required properties. Thanks! Ray -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/