mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-05-06 02:16:10 +02:00
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:
parent
0a6683e4ab
commit
2e30f1667b
@ -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";
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user