[U-Boot] [PATCH] ARM: zynq: Extend picozed board support

Michal Simek michal.simek at xilinx.com
Mon Oct 17 13:33:27 CEST 2016


Hi,

and I forget to mentioned. Use mainline mailing list instead of xilinx one.

Thanks,
Michal

On 17.10.2016 13:32, Michal Simek wrote:
> On 17.10.2016 13:18, Oscar Gomez Fuente wrote:
>> Add missing DT nodes.
>>
>> Signed-off-by: Oscar Gomez Fuente <oscargomezf at gmail.com>
>> ---
>>  arch/arm/dts/zynq-picozed.dts | 20 ++++++++++++++++++++
>>  1 file changed, 20 insertions(+)
>>
>> diff --git a/arch/arm/dts/zynq-picozed.dts b/arch/arm/dts/zynq-picozed.dts
>> index 3408df8..5f703a2 100644
>> --- a/arch/arm/dts/zynq-picozed.dts
>> +++ b/arch/arm/dts/zynq-picozed.dts
>> @@ -26,3 +26,23 @@
>>  	u-boot,dm-pre-reloc;
>>  	status = "okay";
>>  };
>> +
> 
> please also extended aliases list.
> 
>> +&gem0 {
>> +	status = "okay";
>> +	phy-mode = "rgmii-id";
>> +	phy-handle = <&ethernet_phy>;
>> +
>> +	ethernet_phy: ethernet-phy at 0 {
>> +		reg = <0>;
> 
> I expect that this is on board 88e1512
> 
>> +	};
>> +};
>> +
>> +&qspi {
>> +	u-boot,dm-pre-reloc;
>> +	status = "okay";
>> +	};
> 
> wrong indentation here.
> 
>> +
>> +&sdhci0 {
> 
> is this sd0 or sd1 hard IP? I expect that this is emmc right?
> 
>> +	u-boot,dm-pre-reloc;
>> +	status = "okay";
>> +};
>>
> 
> Thanks,
> Michal
> 



More information about the U-Boot mailing list