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]