Skip to content

Commit 72ec77d

Browse files
Linus Walleijffainelli
authored andcommitted
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>
1 parent 44ad820 commit 72ec77d

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm/boot/dts/broadcom/bcm47094-dlink-dir-885l.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
#size-cells = <1>;
3434

3535
partition@0 {
36+
compatible = "seama";
3637
label = "firmware";
3738
reg = <0x00000000 0x08000000>;
3839
};

arch/arm/boot/dts/broadcom/bcm47094-dlink-dir-890l.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@
149149
* partitions: this device uses SEAMA.
150150
*/
151151
firmware@0 {
152+
compatible = "seama";
152153
label = "firmware";
153154
reg = <0x00000000 0x08000000>;
154155
};

0 commit comments

Comments
 (0)