Commit 4ca4a633 authored by Martin Blumenstingl's avatar Martin Blumenstingl Committed by Neil Armstrong
Browse files

ARM: dts: meson8: add the xtal_32k_out pin



GPIOX_10 can generate a 32768Hz signal when enabling the "xtal_32k_out"
group with the xtal function. This is typically used as LPO clock for
the SDIO wifi chips.

Signed-off-by: default avatarMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20230321171213.2808460-2-martin.blumenstingl@googlemail.com


Signed-off-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
parent 0c187cca
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -568,6 +568,14 @@ mux {
				bias-disable;
			};
		};

		xtal_32k_out_pins: xtal-32k-out {
			mux {
				groups = "xtal_32k_out";
				function = "xtal";
				bias-disable;
			};
		};
	};
};