Skip to content

Commit a95e1d8

Browse files
robherringffainelli
authored andcommitted
arm64: dts: broadcom: bcm4906-netgear-r8000p: Drop unnecessary "ranges" in partition node
"ranges" is only valid for MMIO addresses as it is used for translating addresses to CPU address. Even if a partial translation was supported, the DT is incorrect here as the nvmem-layout node would also need "ranges". So drop "ranges" and the associated cell size properties. Signed-off-by: Rob Herring (Arm) <robh@kernel.org> Link: https://lore.kernel.org/r/20260108231558.1422454-2-robh@kernel.org Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
1 parent 9a19a2c commit a95e1d8

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

arch/arm64/boot/dts/broadcom/bcmbca/bcm4906-netgear-r8000p.dts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,6 @@
146146
partition@0 {
147147
label = "cferom";
148148
reg = <0x0 0x100000>;
149-
#address-cells = <1>;
150-
#size-cells = <1>;
151-
ranges = <0 0x0 0x100000>;
152149

153150
nvmem-layout {
154151
compatible = "fixed-layout";

0 commit comments

Comments
 (0)