hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
u-boot/arch/arm/dts/rv1126-u-boot.dtsi
....@@ -15,10 +15,12 @@
1515 u-boot,spl-boot-order = &sdmmc, &spi_nand, &spi_nor, &nandc, &emmc;
1616 };
1717
18
- secure_otp: secure_otp@0xff5d0000 {
18
+ secure-otp@ff5d0000 {
1919 compatible = "rockchip,rv1126-secure-otp";
2020 reg = <0xff5d0000 0x4000>;
2121 secure_conf = <0xfe0a0008>;
22
+ u-boot,dm-spl;
23
+ status = "okay";
2224 };
2325 };
2426
....@@ -147,11 +149,6 @@
147149 };
148150
149151 &hw_decompress {
150
- u-boot,dm-spl;
151
- status = "okay";
152
-};
153
-
154
-&secure_otp {
155152 u-boot,dm-spl;
156153 status = "okay";
157154 };