]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
rockchip: rk3308: Remove OTP device node from soc u-boot dtsi
authorJonas Karlman <jonas@kwiboo.se>
Tue, 30 Jul 2024 14:27:50 +0000 (14:27 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Fri, 9 Aug 2024 10:35:23 +0000 (18:35 +0800)
The merged upstream DT node for OTP differs in nodename and will cause
following build errors once rk3308.dtsi in dts/upstream is updated:

  ERROR (duplicate_label): /nvmem@ff210000: Duplicate label 'otp' on /nvmem@ff210000 and /efuse@ff210000
  ERROR (duplicate_label): /nvmem@ff210000/id@7: Duplicate label 'cpu_id' on /nvmem@ff210000/id@7 and /efuse@ff210000/id@7

Remove the OTP device node from soc u-boot dtsi in preparation for
replacing it with the merged upstream DT node in dts/upstream.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/dts/rk3308-u-boot.dtsi

index 684fa7abddb12a5fd0cc15165f779a52d281454c..b7964e2756f3c6c733383e23f829ba2503137007 100644 (file)
                bootph-all;
        };
 
-       otp: nvmem@ff210000 {
-               compatible = "rockchip,rk3308-otp";
-               reg = <0x0 0xff210000 0x0 0x4000>;
-               clocks = <&cru SCLK_OTP_USR>, <&cru PCLK_OTP_NS>,
-                        <&cru PCLK_OTP_PHY>;
-               clock-names = "otp", "apb_pclk", "phy";
-               resets = <&cru SRST_OTP_PHY>;
-               reset-names = "phy";
-               #address-cells = <1>;
-               #size-cells = <1>;
-
-               cpu_id: id@7 {
-                       reg = <0x07 0x10>;
-               };
-       };
-
        rng: rng@ff2f0000 {
                compatible = "rockchip,cryptov2-rng";
                reg = <0x0 0xff2f0000 0x0 0x4000>;