Commit 2ba370bb authored by Amjad Ouled-Ameur's avatar Amjad Ouled-Ameur Committed by Neil Armstrong

arm64: dts: meson-gxl: add SPI pinctrl nodes for CLK

Add SPICC Controller pin nodes for CLK line when idle for Amlogic GXL
SoCs.
Signed-off-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
Signed-off-by: default avatarAmjad Ouled-Ameur <aouledameur@baylibre.com>
Reviewed-by: default avatarMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Link: https://lore.kernel.org/r/20221004-up-aml-fix-spi-v4-3-0342d8e10c49@baylibre.comSigned-off-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
parent 9abf2313
......@@ -429,6 +429,20 @@ mux {
};
};
spi_idle_high_pins: spi-idle-high-pins {
mux {
groups = "spi_sclk";
bias-pull-up;
};
};
spi_idle_low_pins: spi-idle-low-pins {
mux {
groups = "spi_sclk";
bias-pull-down;
};
};
spi_ss0_pins: spi-ss0 {
mux {
groups = "spi_ss0";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment