Re: [PATCH] phy: rockchip-emmc: fix compile issue on arm64 platform

2016-04-07 Thread Shawn Lin
在 2016/4/7 21:31, Kishon Vijay Abraham I 写道: Hi, On Thursday 07 April 2016 06:30 PM, Kishon Vijay Abraham I wrote: Hi, On Tuesday 08 March 2016 01:54 PM, Shawn Lin wrote: This patch rename "reg" property to "reg_offset". We rename it to fix the compile issue on ARM64 platform: (reg_format):

Re: [PATCH] phy: rockchip-emmc: fix compile issue on arm64 platform

2016-04-07 Thread Shawn Lin
在 2016/4/7 21:31, Kishon Vijay Abraham I 写道: Hi, On Thursday 07 April 2016 06:30 PM, Kishon Vijay Abraham I wrote: Hi, On Tuesday 08 March 2016 01:54 PM, Shawn Lin wrote: This patch rename "reg" property to "reg_offset". We rename it to fix the compile issue on ARM64 platform: (reg_format):

Re: [PATCH] phy: rockchip-emmc: fix compile issue on arm64 platform

2016-04-07 Thread Kishon Vijay Abraham I
Hi, On Thursday 07 April 2016 06:30 PM, Kishon Vijay Abraham I wrote: > Hi, > > On Tuesday 08 March 2016 01:54 PM, Shawn Lin wrote: >> This patch rename "reg" property to "reg_offset". >> We rename it to fix the compile issue on ARM64 platform: >> (reg_format): "reg" property in /phy has invalid

Re: [PATCH] phy: rockchip-emmc: fix compile issue on arm64 platform

2016-04-07 Thread Kishon Vijay Abraham I
Hi, On Thursday 07 April 2016 06:30 PM, Kishon Vijay Abraham I wrote: > Hi, > > On Tuesday 08 March 2016 01:54 PM, Shawn Lin wrote: >> This patch rename "reg" property to "reg_offset". >> We rename it to fix the compile issue on ARM64 platform: >> (reg_format): "reg" property in /phy has invalid

Re: [PATCH] phy: rockchip-emmc: fix compile issue on arm64 platform

2016-04-07 Thread Kishon Vijay Abraham I
Hi, On Tuesday 08 March 2016 01:54 PM, Shawn Lin wrote: > This patch rename "reg" property to "reg_offset". > We rename it to fix the compile issue on ARM64 platform: > (reg_format): "reg" property in /phy has invalid length (4 bytes) > (#address-cells == 2, #size-cells == 2) Is the same node

Re: [PATCH] phy: rockchip-emmc: fix compile issue on arm64 platform

2016-04-07 Thread Kishon Vijay Abraham I
Hi, On Tuesday 08 March 2016 01:54 PM, Shawn Lin wrote: > This patch rename "reg" property to "reg_offset". > We rename it to fix the compile issue on ARM64 platform: > (reg_format): "reg" property in /phy has invalid length (4 bytes) > (#address-cells == 2, #size-cells == 2) Is the same node

[PATCH] phy: rockchip-emmc: fix compile issue on arm64 platform

2016-03-08 Thread Shawn Lin
This patch rename "reg" property to "reg_offset". We rename it to fix the compile issue on ARM64 platform: (reg_format): "reg" property in /phy has invalid length (4 bytes) (#address-cells == 2, #size-cells == 2) This's because "reg" is very special one which should keep the *-cells with its

[PATCH] phy: rockchip-emmc: fix compile issue on arm64 platform

2016-03-08 Thread Shawn Lin
This patch rename "reg" property to "reg_offset". We rename it to fix the compile issue on ARM64 platform: (reg_format): "reg" property in /phy has invalid length (4 bytes) (#address-cells == 2, #size-cells == 2) This's because "reg" is very special one which should keep the *-cells with its