Re: [PATCH] Enable PCIe PHY support in Cygnus

2015-12-01 Thread Florian Fainelli
On 01/12/15 15:18, Arnd Bergmann wrote: > On Tuesday 01 December 2015 15:12:41 Florian Fainelli wrote: >> 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. > > Did you mean #address-cells = <1> and #size-ce

Re: [PATCH] Enable PCIe PHY support in Cygnus

2015-12-01 Thread Arnd Bergmann
On Tuesday 01 December 2015 15:12:41 Florian Fainelli wrote: > 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. Did you mean #address-cells = <1> and #size-cells = <0>? Arnd -- To unsubscribe from t

Re: [PATCH] Enable PCIe PHY support in Cygnus

2015-12-01 Thread Ray Jui
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/c

Re: [PATCH] Enable PCIe PHY support in Cygnus

2015-12-01 Thread Florian Fainelli
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

Re: [PATCH] Enable PCIe PHY support in Cygnus

2015-11-24 Thread Florian Fainelli
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

[PATCH] Enable PCIe PHY support in Cygnus

2015-11-18 Thread Ray Jui
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 arch/arm/boot/dts/bcm-cygnu