]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
mediatek: filogic: fix MT7987 dtsi spi nodes 22513/head
authorYanase Yuki <dev@zpc.st>
Fri, 20 Mar 2026 05:51:37 +0000 (14:51 +0900)
committerHauke Mehrtens <hauke@hauke-m.de>
Wed, 25 Mar 2026 19:48:26 +0000 (20:48 +0100)
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>
target/linux/mediatek/dts/mt7987.dtsi

index 6a905603fe912f909cdf806fd5412448823372fc..e5a534903e702172936f2187a62c4b3e423fad80 100644 (file)
                                                 <&topckgen CLK_TOP_SPI_SEL>;
                        clock-names = "parent-clk", "sel-clk", "spi-clk",
                                      "hclk";
+                       #address-cells = <1>;
+                       #size-cells = <0>;
                        status = "disabled";
                };
 
                                                  CLK_TOP_SPIM_MST_SEL>;
                        clock-names = "parent-clk", "sel-clk", "spi-clk",
                                      "hclk";
+                       #address-cells = <1>;
+                       #size-cells = <0>;
                        status = "disabled";
                };
 
                                                 <&topckgen CLK_TOP_SPI_SEL>;
                        clock-names = "parent-clk", "sel-clk", "spi-clk",
                                      "hclk";
+                       #address-cells = <1>;
+                       #size-cells = <0>;
                        status = "disabled";
                };