From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8F3BBC04AAF for ; Mon, 20 May 2019 08:03:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 64F69206BA for ; Mon, 20 May 2019 08:03:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730556AbfETIDy (ORCPT ); Mon, 20 May 2019 04:03:54 -0400 Received: from mail-ed1-f67.google.com ([209.85.208.67]:39178 "EHLO mail-ed1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725772AbfETIDy (ORCPT ); Mon, 20 May 2019 04:03:54 -0400 Received: by mail-ed1-f67.google.com with SMTP id e24so22444456edq.6; Mon, 20 May 2019 01:03:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=jiVgtLJVaSK+kBnj7Ae+LR1x0hOyccWrwqfEKZcrZlk=; b=RIxtaAxaQX/+uUdcE71QpfR2HyBgnK5Mr0bj5/7vyq8NLekFSaOPwrcTQldOmx/wvm 6q5Xny9vkB05dxlOlFeXfU+3+kvbCdXE1BB5GGdC2gm0UpSnbFKvNU74gj+Q0f0DnzyZ hHwXreebaNncBrruaT5y8SNJpPihArrYb2NTiz5W0qSR7EkDcT17ue5Wi58KifO7GSdi SDPBeDJs8t/8ka3PsZyDmJscsiOMM8OJfblH+ZgPfWJNJXxIc4scIvDdNWS6NJnAb6If GUsoZa66JVr5Pvb28hoJ7yh1GLUogY8JTupPs9PVXSt/PLRkO24k9cyNixUVMZjTK2ke KKoA== X-Gm-Message-State: APjAAAWlPPHtuEjFARkyQqv+IPWFxnpugrq0uKjJm2VY7+GkD6+jjVWO NoCGj/Oy9BFKK40EOUEL+5/RkDmHScM= X-Google-Smtp-Source: APXvYqxRFI05G003Nokm9VLzZDqyjqdh9m4BaMvaGzc2GgDxferoMzid2vsay8Sc8EUyvV3qlHSP7g== X-Received: by 2002:a50:87b5:: with SMTP id a50mr71788047eda.118.1558339432080; Mon, 20 May 2019 01:03:52 -0700 (PDT) Received: from mail-wr1-f49.google.com (mail-wr1-f49.google.com. [209.85.221.49]) by smtp.gmail.com with ESMTPSA id r14sm3019734eja.77.2019.05.20.01.03.51 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 20 May 2019 01:03:51 -0700 (PDT) Received: by mail-wr1-f49.google.com with SMTP id w8so13424030wrl.6; Mon, 20 May 2019 01:03:51 -0700 (PDT) X-Received: by 2002:adf:dfc4:: with SMTP id q4mr41065855wrn.201.1558338984633; Mon, 20 May 2019 00:56:24 -0700 (PDT) MIME-Version: 1.0 References: <20190516154943.239E668B05@newverein.lst.de> <20190516155139.E6EE568C65@newverein.lst.de> In-Reply-To: <20190516155139.E6EE568C65@newverein.lst.de> From: Chen-Yu Tsai Date: Mon, 20 May 2019 15:56:13 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2 3/4] arm64: DTS: allwinner: a64: Enable audio on Teres-I To: Torsten Duwe Cc: David Airlie , Daniel Vetter , Rob Herring , Mark Rutland , Thierry Reding , Maxime Ripard , Archit Taneja , Andrzej Hajda , Laurent Pinchart , Icenowy Zheng , Sean Paul , Vasily Khoruzhick , Harald Geyer , dri-devel , devicetree , linux-arm-kernel , linux-kernel Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 16, 2019 at 11:52 PM Torsten Duwe wrote: > > From: Harald Geyer > > The TERES-I has internal speakers (left, right), internal microphone > and a headset combo jack (headphones + mic), "CTIA" (android) pinout. > > The headphone and mic detect lines of the A64 are connected properly, > but AFAIK currently unsupported by the driver. > > Signed-off-by: Harald Geyer > Signed-off-by: Torsten Duwe Looks good to me. Reviewed-by: Chen-Yu Tsai