ARM: dts: bcm5301x: Add SEAMA compatibles

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>
This commit is contained in:
Linus Walleij 2023-07-13 00:16:42 +02:00 committed by Florian Fainelli
parent 44ad820780
commit 72ec77d74d
2 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,7 @@
#size-cells = <1>;
partition@0 {
compatible = "seama";
label = "firmware";
reg = <0x00000000 0x08000000>;
};

View File

@ -149,6 +149,7 @@
* partitions: this device uses SEAMA.
*/
firmware@0 {
compatible = "seama";
label = "firmware";
reg = <0x00000000 0x08000000>;
};