ARM: dts: bcm5301x: Add SEAMA compatibles
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 12 Jul 2023 22:16:42 +0000 (00:16 +0200)
committerFlorian Fainelli <florian.fainelli@broadcom.com>
Fri, 21 Jul 2023 17:04:53 +0000 (10:04 -0700)
This adds SEAMA compatibles to the firmware partition of these
two D-Link devices.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20230713-seama-partitions-v4-2-69e577453d40@linaro.org
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
arch/arm/boot/dts/broadcom/bcm47094-dlink-dir-885l.dts
arch/arm/boot/dts/broadcom/bcm47094-dlink-dir-890l.dts

index 51ce510b3e3a0147ccd71bdcf47f350cdea02b15..c914569ddd5ecc1f30c38b3ab6cc57ec70de4522 100644 (file)
@@ -33,6 +33,7 @@
                                #size-cells = <1>;
 
                                partition@0 {
+                                       compatible = "seama";
                                        label = "firmware";
                                        reg = <0x00000000 0x08000000>;
                                };
index 60744f82c2b71a76a2d93e827347feb4fd001684..f050acbea0b2077b7655e9270f6c3d1614514413 100644 (file)
                 * partitions: this device uses SEAMA.
                 */
                firmware@0 {
+                       compatible = "seama";
                        label = "firmware";
                        reg = <0x00000000 0x08000000>;
                };