]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: rockchip: drop reset from rk3576 i2c9 node
authorChukun Pan <amadeus@jmu.edu.cn>
Sat, 1 Nov 2025 14:01:01 +0000 (22:01 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 24 Nov 2025 09:37:39 +0000 (10:37 +0100)
[ Upstream commit 264152a97edf9f1b7ed5372e4033e46108e41422 ]

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: 57b1ce903966 ("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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/rockchip/rk3576.dtsi

index c3cdae8a54941a75821aa6a642c535ced66a116a..f236edcac37678a1a1d93979d3866e8222cfc484 100644 (file)
                        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";