Re: [U-Boot] [PATCH_v2 1/2] mips: xilfpga: Add device tree files

2016-07-31 Thread Daniel Schwierzeck
Am 29.07.2016 um 16:11 schrieb Zubair Lutfullah Kakakhel: > Mostly the same as the Kernel upstream device tree file except for > > - alias for the serial console node > - ethernet node as the ethernet stuff isn't upstream on kernel.org yet > - uart clock-frequency passed directly in the node >

[U-Boot] [PATCH_v2 1/2] mips: xilfpga: Add device tree files

2016-07-29 Thread Zubair Lutfullah Kakakhel
Mostly the same as the Kernel upstream device tree file except for - alias for the serial console node - ethernet node as the ethernet stuff isn't upstream on kernel.org yet - uart clock-frequency passed directly in the node Signed-off-by: Zubair Lutfullah Kakakhel Reviewed-by: Paul Burton Revi