u-boot/arch/arm/dts/rv1126-u-boot.dtsi
.. .. @@ -15,10 +15,12 @@ 15 15 u-boot,spl-boot-order = &sdmmc, &spi_nand, &spi_nor, &nandc, &emmc; 16 16 }; 17 17 18 - secure_otp: secure_otp@0xff5d0000 {18 + secure-otp@ff5d0000 {19 19 compatible = "rockchip,rv1126-secure-otp"; 20 20 reg = <0xff5d0000 0x4000>; 21 21 secure_conf = <0xfe0a0008>; 22 + u-boot,dm-spl;23 + status = "okay";22 24 }; 23 25 }; 24 26 .. .. @@ -147,11 +149,6 @@ 147 149 }; 148 150 149 151 &hw_decompress { 150 - u-boot,dm-spl;151 - status = "okay";152 -};153 -154 -&secure_otp {155 152 u-boot,dm-spl; 156 153 status = "okay"; 157 154 };