]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
airoha: correct node addresses for crypto and thermal-sensor
authorYaleiZang <yalei.zang@airoha.com>
Tue, 23 Jun 2026 03:02:22 +0000 (11:02 +0800)
committerJonas Jelonek <jelonek.jonas@gmail.com>
Fri, 26 Jun 2026 12:35:42 +0000 (14:35 +0200)
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 <yalei.zang@airoha.com>
Link: https://github.com/openwrt/openwrt/pull/23920
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
target/linux/airoha/dts/an7581.dtsi
target/linux/airoha/dts/an7583.dtsi

index efbb4ca54e42cda3268f3ad72359073469ad593c..e7bfd69165b3aaa8f1e6939e51cd17609a1f8fd6 100644 (file)
                        #phy-cells = <1>;
                };
 
-               crypto@1e004000 {
+               crypto@1fb70000 {
                        compatible = "inside-secure,safexcel-eip93ies";
                        reg = <0x0 0x1fb70000 0x0 0x1000>;
 
                        interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
                };
 
-               thermal: thermal-sensor@1efbd800 {
+               thermal: thermal-sensor@1efbd000 {
                        compatible = "airoha,en7581-thermal";
                        reg = <0x0 0x1efbd000 0x0 0xd5c>;
                        interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
index 743eeb7cec8de418200aae7a0c6061d7912da35e..98feaa13380657af954cef0f55e6b55d124066c7 100644 (file)
                        status = "disabled";
                };
 
-               crypto@1e004000 {
+               crypto@1fb70000 {
                        compatible = "inside-secure,safexcel-eip93ies";
                        reg = <0x0 0x1fb70000 0x0 0x1000>;