arm64: dts: medaitek: mt8395-nio-12l: Set i2c6 pins to bias-disable
authorAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Tue, 9 Apr 2024 11:42:08 +0000 (13:42 +0200)
committerAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Thu, 27 Jun 2024 08:10:20 +0000 (10:10 +0200)
GPIOs 25 and 26 do not support pull-up/pull-down when those are muxed
as I2C6's SDA6/SCL6 lines: set those to bias-disable to avoid warning
messages from the pinctrl driver.

Fixes: 96564b1e2ea4 ("arm64: dts: mediatek: Introduce the MT8395 Radxa NIO 12L board")
Link: https://lore.kernel.org/r/20240409114211.310462-3-angelogioacchino.delregno@collabora.com
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
arch/arm64/boot/dts/mediatek/mt8395-radxa-nio-12l.dts

index e5d9b67..97634cc 100644 (file)
                pins {
                        pinmux = <PINMUX_GPIO25__FUNC_SDA6>,
                                 <PINMUX_GPIO26__FUNC_SCL6>;
-                       bias-pull-up = <MTK_PULL_SET_RSEL_111>;
+                       bias-disable;
                };
        };