On 2023/6/14 20:43, Peter Robinson wrote:
Enable the rockchip efuse driver on the Rock64 to
provide a stable ethernet address on the device.

Signed-off-by: Peter Robinson <pbrobin...@gmail.com>
Reviewed-by: Kever Yang <kever.y...@rock-chips.com>

Thanks,
- Kever
---

While the rockchip efuse driver currently has issues on rk3328 due to, I 
believe, it
not being properly initialised in ATF, enabling it at least provides a stable 
MAC
adress on the NIC which I think makes it worthwhile

  configs/rock64-rk3328_defconfig | 1 +
  1 file changed, 1 insertion(+)

diff --git a/configs/rock64-rk3328_defconfig b/configs/rock64-rk3328_defconfig
index 1da9b0545a5..97ac8734d1b 100644
--- a/configs/rock64-rk3328_defconfig
+++ b/configs/rock64-rk3328_defconfig
@@ -74,6 +74,7 @@ CONFIG_FASTBOOT_CMD_OEM_FORMAT=y
  CONFIG_ROCKCHIP_GPIO=y
  CONFIG_SYS_I2C_ROCKCHIP=y
  CONFIG_MISC=y
+CONFIG_ROCKCHIP_EFUSE=y
  CONFIG_MMC_DW=y
  CONFIG_MMC_DW_ROCKCHIP=y
  CONFIG_SPI_FLASH_GIGADEVICE=y

Reply via email to