Skip to content

Commit

Permalink
arm64: dts: bcm4908: nvmem-layout conversion
Browse files Browse the repository at this point in the history
nvmem-layout is a more flexible replacement for nvmem-cells.

Signed-off-by: Rosen Penev <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Florian Fainelli <[email protected]>
  • Loading branch information
neheb authored and ffainelli committed Dec 17, 2024
1 parent 5c1ae77 commit f5ce990
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions arch/arm64/boot/dts/broadcom/bcmbca/bcm4906-netgear-r8000p.dts
Original file line number Diff line number Diff line change
Expand Up @@ -144,16 +144,20 @@
#size-cells = <1>;

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

#address-cells = <1>;
#size-cells = <1>;
ranges = <0 0x0 0x100000>;

base_mac_addr: mac@106a0 {
reg = <0x106a0 0x6>;
nvmem-layout {
compatible = "fixed-layout";
#address-cells = <1>;
#size-cells = <1>;

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

Expand Down

0 comments on commit f5ce990

Please sign in to comment.