Commit ce759829 authored by Amjad Ouled-Ameur's avatar Amjad Ouled-Ameur Committed by Neil Armstrong
Browse files

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

parent 2ba370bb
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -427,6 +427,20 @@
			};
		};

		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";