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

17 Oct
2016
17 Oct
'16
1:33 p.m.
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@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 = <ðernet_phy>;
- ethernet_phy: ethernet-phy@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
3130
Age (days ago)
3130
Last active (days ago)
0 comments
1 participants
participants (1)
-
Michal Simek