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

arm64: dts: broadcom: bcmbca: bcm4908: use NVMEM layout for Asus GT-AC5300



Defining NVMEM cells as direct subnodes is deprecated since commit
bd912c99 ("dt-bindings: nvmem: layouts: add fixed-layout"). Use new
syntax based on NVMEM layout.

Signed-off-by: default avatarRafał Miłecki <rafal@milecki.pl>
Link: https://lore.kernel.org/r/20240111115617.12072-1-zajec5@gmail.com


Signed-off-by: default avatarFlorian Fainelli <florian.fainelli@broadcom.com>
parent 6613476e
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
@@ -181,18 +181,19 @@ partitions {
		#size-cells = <1>;

		partition@0 {
			compatible = "nvmem-cells";
			label = "cferom";
			reg = <0x0 0x100000>;

			nvmem-layout {
				compatible = "fixed-layout";
				#address-cells = <1>;
				#size-cells = <1>;
			ranges = <0 0x0 0x100000>;

				base_mac_addr: mac@106a0 {
					reg = <0x106a0 0x6>;
				};
			};
		};

		partition@100000 {
			compatible = "brcm,bcm4908-firmware";