From patchwork Thu Jul 30 17:00:34 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hilman X-Patchwork-Id: 11693443 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 8E4D3138A for ; Thu, 30 Jul 2020 17:00:37 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 8899820829; Thu, 30 Jul 2020 17:00:37 +0000 (UTC) Delivered-To: soc@kernel.org Received: from mail-pl1-f193.google.com (mail-pl1-f193.google.com [209.85.214.193]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6687820838 for ; Thu, 30 Jul 2020 17:00:37 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=baylibre-com.20150623.gappssmtp.com header.i=@baylibre-com.20150623.gappssmtp.com header.b="RDHfRQ+N" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6687820838 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=baylibre.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=khilman@baylibre.com Received: by mail-pl1-f193.google.com with SMTP id b9so14703212plx.6 for ; Thu, 30 Jul 2020 10:00:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:mime-version; bh=oWQlZuTH8qNoVRooepfaddVhXRQnNQVnGxqOaUS+4A8=; b=RDHfRQ+NaQfHoZtTlFR9iY4RmQrPSLVv2h1mkA22Jwvv6+XVdbhr4MMkQdDzXtzqU6 pmZeK69Tv41OuJ8A+CBLwqGMe6efcGhc9xcGUG8eiPr91zKJxy2YLnN8AigRkMK6AWNs fwd6bBl0U/GfbWtigWdo25iwB8Ai6PEjbnL3UhefZIlXML+KtuQsuHJ8FWnlELLpzSbI JU1NcAHg/jPViQAGvfiNsvceWgJ75xqxS3e2msoU0PyrQITOVsAr4Kyax3sl4DmDqecn nxMciy4dh4m9kaAcmYtJttFQtXzoddV7X8WBIT6mJKZ2HTvhy/Zq7s4uEXBGM3OGpHMz /y2w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version; bh=oWQlZuTH8qNoVRooepfaddVhXRQnNQVnGxqOaUS+4A8=; b=kYWLlDkmgxDnLKD1rIRwLOdceWXR4EAm0u6fKEGkMwSk2yFUiRlzrK2t4hSIIaMemF mOLkJ3ROGCKuN5ItzZwyJLkgSU6RnWLiVV2bVXNWYK+iEK3KbOep/o7ijJK9cy44Cx6e CYUWWz3uSvxtJFbN1RJqZz5QsWZKemK3LsGkVsyBH1dgAVOjVsHtKNeefxcK+HpECnkh FxbJ4AcEis48rXlm9Dm3LTPnoYctfBU+VL//a0MYZRDNxax1FjSDMqKpeMm8bJK22tjw pQIAv65/sQgmho6bdpiw9wGdY5chmDJvH4PRqZ8LjVJAleZjZHDbrOR2dPN3vasFF0vZ sOsg== X-Gm-Message-State: AOAM5304OP2RxGbirOgd149ALlOGrjlNIiOLNUQa5sNETi/zgHbH0aXq urpZc4JecYDP3PW3fxj8lFTuQXTF9GPOOQ== X-Google-Smtp-Source: ABdhPJw/ZXzd+3ys3RMA2jfdQSzMxtYDeGaeDs/yqFaq9Jb+BCI/jlFAEBY6XjSOR6pboMvEESfMcA== X-Received: by 2002:a63:df01:: with SMTP id u1mr32387261pgg.401.1596128436184; Thu, 30 Jul 2020 10:00:36 -0700 (PDT) Received: from localhost (c-71-197-186-152.hsd1.wa.comcast.net. [71.197.186.152]) by smtp.gmail.com with ESMTPSA id h6sm6351304pjt.53.2020.07.30.10.00.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Jul 2020 10:00:35 -0700 (PDT) From: Kevin Hilman List-Id: To: soc@kernel.org, arm@kernel.org Cc: linux-amlogic@lists.infradead.org, "linux-arm-kernel\@lists.infradead.org" Subject: [GIT PULL] arm64: dts: Amlogic updates for v5.9 (round 4) Date: Thu, 30 Jul 2020 10:00:34 -0700 Message-ID: <7ho8nx2b0t.fsf@baylibre.com> MIME-Version: 1.0 Arnd, Olof, Sorry for another small round, but it appears I missed a couple patches in my last PR that I thought I had included, so here's a couple more. Kevin The following changes since commit f1bb924e8f5b50752a80fa5b48c43003680a7b64: arm64: dts: meson: fix mmc0 tuning error on Khadas VIM3 (2020-07-27 11:53:47 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-dt64-4 for you to fetch changes up to 67d141c1f8e604a9c02d6a60f7827443d7f44762: arm64: dts: meson: odroid-n2: add jack audio output support (2020-07-29 12:18:32 -0700) ---------------------------------------------------------------- arm64: dts: Amlogic updates for v5.9 (round 4) - odroid-n2: add audio output ---------------------------------------------------------------- Jerome Brunet (2): arm64: dts: meson: odroid-n2: enable audio loopback arm64: dts: meson: odroid-n2: add jack audio output support arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dts | 136 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 131 insertions(+), 5 deletions(-)