* [PATCH] arm: dts: rockchip: Drop OTP nodes from u-boot.dtsi on RK3528/RK356x
@ 2026-07-30 12:09 Jonas Karlman
2026-07-30 13:58 ` Quentin Schulz
0 siblings, 1 reply; 2+ messages in thread
From: Jonas Karlman @ 2026-07-30 12:09 UTC (permalink / raw)
To: Quentin Schulz, Kever Yang, Tom Rini, Ilias Apalodimas,
Simon Glass
Cc: Jonas Karlman, u-boot
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 <jonas@kwiboo.se>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] arm: dts: rockchip: Drop OTP nodes from u-boot.dtsi on RK3528/RK356x
2026-07-30 12:09 [PATCH] arm: dts: rockchip: Drop OTP nodes from u-boot.dtsi on RK3528/RK356x Jonas Karlman
@ 2026-07-30 13:58 ` Quentin Schulz
0 siblings, 0 replies; 2+ messages in thread
From: Quentin Schulz @ 2026-07-30 13:58 UTC (permalink / raw)
To: Jonas Karlman, Kever Yang, Tom Rini, Ilias Apalodimas,
Simon Glass; +Cc: u-boot
Hi Jonas,
On 7/30/26 2:09 PM, Jonas Karlman wrote:
> 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").
>
I appreciate you followed-up so quickly, thanks!
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Thanks!
Quentin
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-07-30 13:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-30 12:09 [PATCH] arm: dts: rockchip: Drop OTP nodes from u-boot.dtsi on RK3528/RK356x Jonas Karlman
2026-07-30 13:58 ` Quentin Schulz
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.