[PATCH v2 3/3] ARM: i.MX6: add Technexion Pico Hobbit support
Sascha Hauer
s.hauer at pengutronix.de
Mon Jun 5 23:18:40 PDT 2017
On Fri, Jun 02, 2017 at 03:18:08PM +0200, Michael Grzeschik wrote:
> This adds support support for the i.MX6UL Technexion Pico Hobbit.
> The board comes with different amounts of RAM. We create one image
> for the 256MB and one for the 512MB variant.
>
> Signed-off-by: Michael Grzeschik <m.grzeschik at pengutronix.de>
> ---
> v1 -> v2: - removed already prepared clock setup
>
> +
> +&usdhc1 {
> + #address-cells = <1>;
> + #size-cells = <1>;
> +
> + partition at 0 {
> + label = "barebox";
> + reg = <0x0 0xc0000>;
> + };
> +
> + environment_usdhc1: partition at c0000 {
> + label = "barebox-environment";
> + reg = <0xc0000 0x40000>;
> + };
> +};
> +
> +&fec2 {
> + /*
> + There are two possible ways to start the phy. Let the hardware
> + reset it properly or reset it a second time in software.
> + Unfortunetly the phy needs some microseconds after reset to
> + settle down. As there is no property like
> + phy-post-reset-delay, we better leave the reset to the
> + hardware.
> + */
> + /delete-property/ phy-reset-gpios;
> + /delete-property/ phy-reset-duration;
Recent Kernels support phy-reset-post-delay. Can we just add support for
it in barebox aswell?
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
More information about the barebox
mailing list