Commit 72ec77d7 authored by Linus Walleij's avatar Linus Walleij Committed by Florian Fainelli
Browse files

ARM: dts: bcm5301x: Add SEAMA compatibles



This adds SEAMA compatibles to the firmware partition of these
two D-Link devices.

Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20230713-seama-partitions-v4-2-69e577453d40@linaro.org


Signed-off-by: default avatarFlorian Fainelli <florian.fainelli@broadcom.com>
parent 44ad8207
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@ partitions {
				#size-cells = <1>;

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