ARM: dts: imx6qdl-mba6b: remove doubled entry for I2C1 pinmux

Since the muxing is described already in imx6qdl-tqma6 can be reused
by this variant. No functional change.

Signed-off-by: Markus Niebel <Markus.Niebel@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Markus Niebel 2024-08-28 14:19:59 +02:00 committed by Shawn Guo
parent 0bfef93bd6
commit 968a549cca

View File

@ -50,12 +50,3 @@ rtc0: rtc@68 {
reg = <0x68>;
};
};
&iomuxc {
pinctrl_i2c1: i2c1grp {
fsl,pins = <
MX6QDL_PAD_CSI0_DAT8__I2C1_SDA 0x4001b899
MX6QDL_PAD_CSI0_DAT9__I2C1_SCL 0x4001b899
>;
};
};