commit | 7d4c773e66f37729d8a429fe25678b9a24094b1d | [log] [tgz] |
---|---|---|
author | Chen-Yu Tsai <wens@csie.org> | Mon Feb 12 21:51:04 2024 +0800 |
committer | Kever Yang <kever.yang@rock-chips.com> | Thu Mar 14 11:40:49 2024 +0800 |
tree | 07f45f4ca0717904cb483d33c2d4addcc7c354a3 | |
parent | aa321d49f7d5b9e6dd14cfdc7829d0bf5ea098cc [diff] |
rockchip: rk3328: Read cpuid and generate MAC address from efuse The rockchip-efuse driver supports the efuse found on RK3328. This hardware block is part of the SoC and contains the CPUID, which can be used to generate stable serial numbers and MAC addresses. Enable the driver and reading cpuid by default for RK3328. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Reviewed-by: Christopher Obbard <chris.obbard@collabora.com> Reviewed-by: Dragan Simic <dsimic@manjaro.org>