Commit 264152a9 authored by Chukun Pan's avatar Chukun Pan Committed by Heiko Stuebner
Browse files

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: 57b1ce90 ("arm64: dts: rockchip: Add rk3576 SoC base DT")
Signed-off-by: default avatarChukun Pan <amadeus@jmu.edu.cn>
Link: https://patch.msgid.link/20251101140101.302229-1-amadeus@jmu.edu.cn


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent a59e927f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2549,8 +2549,6 @@ i2c9: i2c@2ae80000 {
			interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
			pinctrl-names = "default";
			pinctrl-0 = <&i2c9m0_xfer>;
			resets = <&cru SRST_I2C9>, <&cru SRST_P_I2C9>;
			reset-names = "i2c", "apb";
			#address-cells = <1>;
			#size-cells = <0>;
			status = "disabled";