Skip to content

Commit 55828e4

Browse files
author
AngeloGioacchino Del Regno
committed
arm64: dts: mediatek: mt7981b-openwrt-one: Remove useless cells from flash@0
In spi2's flash@0 there is only one `partitions` subnode: this alone makes specifying address and size cells useless, but then this subnode has no address and no size, which even makes the currently declared address/size cells wrong. Fixes: 869b3bb ("arm64: dts: mediatek: mt7981b-openwrt-one: Enable SPI NOR") Reviewed-by: Chen-Yu Tsai <wenst@chromium.org> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
1 parent 846348a commit 55828e4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

arch/arm64/boot/dts/mediatek/mt7981b-openwrt-one.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,6 @@
213213
compatible = "jedec,spi-nor";
214214
reg = <0>;
215215
spi-max-frequency = <40000000>;
216-
#address-cells = <1>;
217-
#size-cells = <1>;
218216

219217
partitions {
220218
compatible = "fixed-partitions";

0 commit comments

Comments
 (0)