From 38e544ef9421a1d9bc7509b7b92e4be32128931b Mon Sep 17 00:00:00 2001 From: Andrew LaMarche Date: Sun, 9 Aug 2026 20:34:49 +0000 Subject: [PATCH] realtek: dts: specify rtl9303 soc compatible on two Hasivo boards S1100W-8XGT-SE and S1100WP-8XGT-SE have realtek,rtl930x-soc in their compatibles. Specify realtek,rtl9303-soc to be explicit. Signed-off-by: Andrew LaMarche Link: https://github.com/openwrt/openwrt/pull/24648 Signed-off-by: Jonas Jelonek --- target/linux/realtek/dts/rtl9303_hasivo_s1100w-8xgt-se.dts | 2 +- target/linux/realtek/dts/rtl9303_hasivo_s1100wp-8xgt-se.dts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/realtek/dts/rtl9303_hasivo_s1100w-8xgt-se.dts b/target/linux/realtek/dts/rtl9303_hasivo_s1100w-8xgt-se.dts index 5483e262a1f..428e589ed55 100644 --- a/target/linux/realtek/dts/rtl9303_hasivo_s1100w-8xgt-se.dts +++ b/target/linux/realtek/dts/rtl9303_hasivo_s1100w-8xgt-se.dts @@ -4,6 +4,6 @@ #include "rtl9303_hasivo_s1100w-8xgt-se-common.dtsi" / { - compatible = "hasivo,s1100w-8xgt-se", "realtek,rtl930x-soc"; + compatible = "hasivo,s1100w-8xgt-se", "realtek,rtl9303-soc"; model = "Hasivo S1100W-8XGT-SE"; }; diff --git a/target/linux/realtek/dts/rtl9303_hasivo_s1100wp-8xgt-se.dts b/target/linux/realtek/dts/rtl9303_hasivo_s1100wp-8xgt-se.dts index d571d39d768..d24344838c2 100644 --- a/target/linux/realtek/dts/rtl9303_hasivo_s1100wp-8xgt-se.dts +++ b/target/linux/realtek/dts/rtl9303_hasivo_s1100wp-8xgt-se.dts @@ -4,7 +4,7 @@ #include "rtl9303_hasivo_s1100w-8xgt-se-common.dtsi" / { - compatible = "hasivo,s1100wp-8xgt-se", "realtek,rtl930x-soc"; + compatible = "hasivo,s1100wp-8xgt-se", "realtek,rtl9303-soc"; model = "Hasivo S1100WP-8XGT-SE"; aliases { -- 2.47.3