The OTP nodes for RK3528/RK356x was merged in Linux v7.1. Remove the
obsolete OTP nodes from <soc>-u-boot.dtsi now that dts/upstream have
been updated in commit d0a838bdc629 ("Subtree merge tag 'v7.1-dts' of
dts repo [1] into dts/upstream").Signed-off-by: Jonas Karlman <[email protected]> --- arch/arm/dts/rk3528-u-boot.dtsi | 5 ----- arch/arm/dts/rk356x-u-boot.dtsi | 5 ----- 2 files changed, 10 deletions(-) diff --git a/arch/arm/dts/rk3528-u-boot.dtsi b/arch/arm/dts/rk3528-u-boot.dtsi index 31345df62959..3126fb4cc8fd 100644 --- a/arch/arm/dts/rk3528-u-boot.dtsi +++ b/arch/arm/dts/rk3528-u-boot.dtsi @@ -22,11 +22,6 @@ compatible = "rockchip,rkrng"; reg = <0x0 0xffc50000 0x0 0x200>; }; - - otp: efuse@ffce0000 { - compatible = "rockchip,rk3528-otp"; - reg = <0x0 0xffce0000 0x0 0x4000>; - }; }; }; diff --git a/arch/arm/dts/rk356x-u-boot.dtsi b/arch/arm/dts/rk356x-u-boot.dtsi index d09dab35b31a..4fd297cc02d0 100644 --- a/arch/arm/dts/rk356x-u-boot.dtsi +++ b/arch/arm/dts/rk356x-u-boot.dtsi @@ -20,11 +20,6 @@ compatible = "rockchip,rk3568-dmc"; bootph-all; }; - - otp: efuse@fe38c000 { - compatible = "rockchip,rk3568-otp"; - reg = <0x0 0xfe38c000 0x0 0x4000>; - }; }; #ifdef CONFIG_ROCKCHIP_SPI_IMAGE -- 2.54.0
