Skip to content

Commit 4ca4a63

Browse files
xdarklightsuperna9999
authored andcommitted
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: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://lore.kernel.org/r/20230321171213.2808460-2-martin.blumenstingl@googlemail.com Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
1 parent 0c187cc commit 4ca4a63

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

arch/arm/boot/dts/meson8.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,14 @@
568568
bias-disable;
569569
};
570570
};
571+
572+
xtal_32k_out_pins: xtal-32k-out {
573+
mux {
574+
groups = "xtal_32k_out";
575+
function = "xtal";
576+
bias-disable;
577+
};
578+
};
571579
};
572580
};
573581

0 commit comments

Comments
 (0)