diff options
author | Kevin Jilissen <info@kevinjilissen.nl> | 2023-10-08 16:56:40 +0200 |
---|---|---|
committer | Sander Vanheule <sander@svanheule.net> | 2023-10-09 19:27:50 +0200 |
commit | 987c96e88927094ff61e83870f872f0560d8e5c1 (patch) | |
tree | c587529615191b3f8ddb51d103fedef1e7680bfc /target/linux/realtek/dts-5.15 | |
parent | 666c80d33f2ec3998e8c7877e9c3c1af5f4a59f0 (diff) |
realtek: rename hpe,1920-8g-poe to match hardware
There are two hardware models of the HPE 1920-8g-poe switch. The version
currently in the repository is the model with a PoE budget of 180W. In
preparation of the addition of the 65W model, the existing model is
renamed to clarify the hardware version it targets.
As suggested by Pawel, the 'SUPPORTED_DEVICES' includes the old target
name to enable an upgrade path of builds with the old name.
Suggested-by: Pawel Dembicki <paweldembicki@gmail.com>
Signed-off-by: Kevin Jilissen <info@kevinjilissen.nl>
Diffstat (limited to 'target/linux/realtek/dts-5.15')
-rw-r--r-- | target/linux/realtek/dts-5.15/rtl8380_hpe_1920-8g-poe-180w.dts (renamed from target/linux/realtek/dts-5.15/rtl8380_hpe_1920-8g-poe.dts) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/realtek/dts-5.15/rtl8380_hpe_1920-8g-poe.dts b/target/linux/realtek/dts-5.15/rtl8380_hpe_1920-8g-poe-180w.dts index 3b00c31411..6398e6d034 100644 --- a/target/linux/realtek/dts-5.15/rtl8380_hpe_1920-8g-poe.dts +++ b/target/linux/realtek/dts-5.15/rtl8380_hpe_1920-8g-poe-180w.dts @@ -3,8 +3,8 @@ #include "rtl8380_hpe_1920-8g.dtsi" / { - compatible = "hpe,1920-8g-poe", "realtek,rtl838x-soc"; - model = "HPE 1920-8G-PoE+ (JG922A)"; + compatible = "hpe,1920-8g-poe-180w", "realtek,rtl838x-soc"; + model = "HPE 1920-8G-PoE+ 180W (JG922A)"; }; &uart1 { |