Skip to content

Commit 264152a

Browse files
aiamadeusmmind
authored andcommitted
arm64: dts: rockchip: drop reset from rk3576 i2c9 node
The reset property is not part of the binding, so drop it. It is also not used by the driver, so it was likely copied from some vendor-kernel node. Fixes: 57b1ce9 ("arm64: dts: rockchip: Add rk3576 SoC base DT") Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn> Link: https://patch.msgid.link/20251101140101.302229-1-amadeus@jmu.edu.cn Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent a59e927 commit 264152a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3576.dtsi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2549,8 +2549,6 @@
25492549
interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
25502550
pinctrl-names = "default";
25512551
pinctrl-0 = <&i2c9m0_xfer>;
2552-
resets = <&cru SRST_I2C9>, <&cru SRST_P_I2C9>;
2553-
reset-names = "i2c", "apb";
25542552
#address-cells = <1>;
25552553
#size-cells = <0>;
25562554
status = "disabled";

0 commit comments

Comments
 (0)