rockchip: dts: px30: correct the secure_otp's compatible
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> Change-Id: I77080f8cb05571b9ac6501a3226a680de0d3c35c
This commit is contained in:
parent
26cf79001d
commit
b341628592
|
|
@ -288,8 +288,8 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
secure_otp: secure_otp@0xff110000 {
|
||||
compatible = "rockchip,rk3308-secure-otp";
|
||||
secure_otp: secure_otp@ff110000 {
|
||||
compatible = "rockchip,px30-secure-otp";
|
||||
reg = <0x0 0xff110000 0x0 0x4000>;
|
||||
secure_conf = <0xff11C008>;
|
||||
mask_addr = <0xff2d0000>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue