[PATCH 3/3] rockchip: dts: rk3288: enable efuse node
Jonas Karlman
jonas at kwiboo.se
Tue Oct 13 22:21:20 CEST 2020
Enable efuse node so that boards can use cpu id in efuse as a source for
serial# and ethaddr.
Signed-off-by: Jonas Karlman <jonas at kwiboo.se>
---
arch/arm/dts/rk3288.dtsi | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/arch/arm/dts/rk3288.dtsi b/arch/arm/dts/rk3288.dtsi
index 22bb06cec5..381391360c 100644
--- a/arch/arm/dts/rk3288.dtsi
+++ b/arch/arm/dts/rk3288.dtsi
@@ -919,8 +919,7 @@
efuse: efuse at ffb40000 {
compatible = "rockchip,rk3288-efuse";
- reg = <0xffb40000 0x10000>;
- status = "disabled";
+ reg = <0xffb40000 0x20>;
};
gic: interrupt-controller at ffc01000 {
--
2.17.1
More information about the U-Boot
mailing list