From: Rani Hod Date: Thu, 27 Nov 2025 23:43:13 +0000 (+0200) Subject: siflower: sf21 device tree fix X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=cdf187f1e789b5f192440e3ecb89439242d36a44;p=openwrt%2Fstaging%2Fstintel.git siflower: sf21 device tree fix `i2c1` node was missing `resets`, so even when enabled, the driver would not recognize it: ``` i2c_designware c101000.i2c: Unknown Synopsys component type: 0x00000000 ``` With this fix, I2C pins on BPi-RV2 26-pin GPIO header are usable. Signed-off-by: Rani Hod Link: https://github.com/openwrt/openwrt/pull/20969 Signed-off-by: Christian Marangi --- diff --git a/target/linux/siflower/dts/sf21.dtsi b/target/linux/siflower/dts/sf21.dtsi index 40d87ad2e5..1488200a46 100644 --- a/target/linux/siflower/dts/sf21.dtsi +++ b/target/linux/siflower/dts/sf21.dtsi @@ -655,6 +655,7 @@ #size-cells = <0>; pinctrl-names = "default"; pinctrl-0 = <&i2c1_pins>; + resets = <&i2crst 1>; status = "disabled"; };