Re: [PATCH v2 2/2] ARM: dts: am335x: add am335x-sancloud-bbe board support

From: Tony Lindgren
Date: Wed Jul 11 2018 - 09:31:42 EST


* Koen Kooi <koen@xxxxxxxxxxxxxxxxxxxxx> [180711 07:36]:
> +&cpu0_opp_table {
> + /*
> + * All PG 2.0 silicon may not support 1GHz but some of the early
> + * BeagleBone Blacks have PG 2.0 silicon which is guaranteed
> + * to support 1GHz OPP so enable it for PG 2.0 on this board.
> + */
> + oppnitro-1000000000 {
> + opp-supported-hw = <0x06 0x0100>;
> + };
> +};

Is the above valid for new boards or should it be just
dropped? Or is the comment just out of date?

Regards,

Tony