This series adds initial sound support to Acer Aspire 1. The following sound devices are enabled: - External stereo speakers - Headphone jack - Headset microphone - DisplayPort sound* [*] The DisplayPort itself is not yet enabled as it depends on the embedded controller, which will be added later. The stereo DMIC in the device lid is omitted from this series as it requires introduction of the in-soc audio codec, which will be done later. While at it, also enable the PMIC RTC that, while is locked by the firmware as read-only, still allows userspace to track time with extra tools to save the offset. Signed-off-by: Nikita Travkin <nikita@xxxxxxx> --- Changes in v2: - No changes, picked up tags. - Link to v1: https://lore.kernel.org/r/20231027-aspire1-sound-v1-0-5ff3cf8b5701@xxxxxxx --- Nikita Travkin (3): arm64: dts: qcom: acer-aspire1: Enable RTC arm64: dts: qcom: acer-aspire1: Correct audio codec definition arm64: dts: qcom: acer-aspire1: Add sound arch/arm64/boot/dts/qcom/sc7180-acer-aspire1.dts | 174 ++++++++++++++++++++++- 1 file changed, 172 insertions(+), 2 deletions(-) --- base-commit: 0f5f12ac05f36f117e793656c3f560625e927f1b change-id: 20231027-aspire1-sound-53a4c06ac9fd Best regards, -- Nikita Travkin <nikita@xxxxxxx>