mediatek: filogic: fix MT7987 dtsi spi nodes

Upstream devicetree bindings marks address-cells and
size-cells "required". (mediatek,spi-mt65xx.yaml)

This change will fix some dtc warnings.

Signed-off-by: Yanase Yuki <dev@zpc.st>
Link: https://github.com/openwrt/openwrt/pull/22513
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Yanase Yuki 2026-03-20 14:51:37 +09:00 committed by Hauke Mehrtens
parent 0a6683e4ab
commit 2e30f1667b

View File

@ -750,6 +750,8 @@
<&topckgen CLK_TOP_SPI_SEL>;
clock-names = "parent-clk", "sel-clk", "spi-clk",
"hclk";
#address-cells = <1>;
#size-cells = <0>;
status = "disabled";
};
@ -769,6 +771,8 @@
CLK_TOP_SPIM_MST_SEL>;
clock-names = "parent-clk", "sel-clk", "spi-clk",
"hclk";
#address-cells = <1>;
#size-cells = <0>;
status = "disabled";
};
@ -788,6 +792,8 @@
<&topckgen CLK_TOP_SPI_SEL>;
clock-names = "parent-clk", "sel-clk", "spi-clk",
"hclk";
#address-cells = <1>;
#size-cells = <0>;
status = "disabled";
};