From: YaleiZang Date: Tue, 23 Jun 2026 03:02:22 +0000 (+0800) Subject: airoha: correct node addresses for crypto and thermal-sensor X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f7864649ce601d0c1fb8f78366a0f0aaca7f4af2;p=thirdparty%2Fopenwrt.git airoha: correct node addresses for crypto and thermal-sensor Update the @ address suffix of crypto and thermal-sensor nodes in the device tree to match the reg properties for consistency. Signed-off-by: YaleiZang Link: https://github.com/openwrt/openwrt/pull/23920 Signed-off-by: Jonas Jelonek --- diff --git a/target/linux/airoha/dts/an7581.dtsi b/target/linux/airoha/dts/an7581.dtsi index efbb4ca54e4..e7bfd69165b 100644 --- a/target/linux/airoha/dts/an7581.dtsi +++ b/target/linux/airoha/dts/an7581.dtsi @@ -632,14 +632,14 @@ #phy-cells = <1>; }; - crypto@1e004000 { + crypto@1fb70000 { compatible = "inside-secure,safexcel-eip93ies"; reg = <0x0 0x1fb70000 0x0 0x1000>; interrupts = ; }; - thermal: thermal-sensor@1efbd800 { + thermal: thermal-sensor@1efbd000 { compatible = "airoha,en7581-thermal"; reg = <0x0 0x1efbd000 0x0 0xd5c>; interrupts = ; diff --git a/target/linux/airoha/dts/an7583.dtsi b/target/linux/airoha/dts/an7583.dtsi index 743eeb7cec8..98feaa13380 100644 --- a/target/linux/airoha/dts/an7583.dtsi +++ b/target/linux/airoha/dts/an7583.dtsi @@ -539,7 +539,7 @@ status = "disabled"; }; - crypto@1e004000 { + crypto@1fb70000 { compatible = "inside-secure,safexcel-eip93ies"; reg = <0x0 0x1fb70000 0x0 0x1000>;