[PATCH 2/2] rockchip: rk3588: Implement checkboard() to print SoC variant
Jonas Karlman
jonas at kwiboo.se
Fri Oct 18 18:52:52 CEST 2024
On 2024-10-18 18:34, Jonas Karlman wrote:
[snip]
> +
> + /* specification: SoC variant, 0x2 for RK3588S and RK3588S2 */
Will fix this comment in a future v2, 0x2 should be replaced with 0x13.
> + ret = misc_read(dev, RK3588_OTP_SPECIFICATION_OFFSET, &specification, 1);
> + if (ret < 0) {
> + debug("%s: could not read specification, ret=%d\n", __func__, ret);
> + return 0;
> + }
[snip]
More information about the U-Boot
mailing list