Skip to content

Commit 72ec77d

Browse files
linuswffainelli
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Florian Fainelli <[email protected]>
1 parent 44ad820 commit 72ec77d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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)