Skip to content

Commit 60f7293

Browse files
yopemmind
authored andcommitted
arm64: dts: rockchip: Remove unused i2c2 node from rk3568-mecsbc
One of the pins of i2c2 is actually in use as chip select 0 for spi0. The chip select 0 is used for an FRAM chip, which will be added in the next patch. Remove the i2c2 node from the rk3568-mecsbc device tree. Signed-off-by: David Jander <[email protected]> Signed-off-by: Jonas Rebmann <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent e2ee8a4 commit 60f7293

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

arch/arm64/boot/dts/rockchip/rk3568-mecsbc.dts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -206,12 +206,6 @@
206206
};
207207
};
208208

209-
&i2c2 {
210-
status = "okay";
211-
pinctrl-names = "default";
212-
pinctrl-0 = <&i2c2m0_xfer>;
213-
};
214-
215209
&i2c3 {
216210
pinctrl-names = "default";
217211
pinctrl-0 = <&i2c3m0_xfer>;

0 commit comments

Comments
 (0)