Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a05f1e36 authored by Rafał Miłecki's avatar Rafał Miłecki Committed by Florian Fainelli
Browse files

ARM: dts: BCM5301X: Switch D-Link DIR-885L to the new partitions syntax



This new syntax is slightly better designed & uses "compatible" string.
For details see Documentation/devicetree/bindings/mtd/partition.txt .

Signed-off-by: default avatarRafał Miłecki <rafal@milecki.pl>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 9c281b5e
Loading
Loading
Loading
Loading
+9 −3
Original line number Diff line number Diff line
@@ -26,12 +26,18 @@

	nand: nand@18028000 {
		nandcs@0 {
			partitions {
				compatible = "fixed-partitions";
				#address-cells = <1>;
				#size-cells = <1>;

				partition@0 {
					label = "firmware";
					reg = <0x00000000 0x08000000>;
				};
			};
		};
	};

	leds {
		compatible = "gpio-leds";