From patchwork Fri Oct 2 19:22:27 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hilman X-Patchwork-Id: 11814483 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 251A6112C for ; Fri, 2 Oct 2020 19:22:30 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 1FD25206DB; Fri, 2 Oct 2020 19:22:30 +0000 (UTC) Delivered-To: soc@kernel.org Received: from mail-pf1-f195.google.com (mail-pf1-f195.google.com [209.85.210.195]) (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 7D3D4206DD for ; Fri, 2 Oct 2020 19:22:29 +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="VnwfJ4yw" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7D3D4206DD 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-pf1-f195.google.com with SMTP id k8so1969790pfk.2 for ; Fri, 02 Oct 2020 12:22:29 -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=i7AAFggjVDCD/yhT2kO8R1V/GFrnlOiKpopAeKAARPs=; b=VnwfJ4ywT+jgR8U9m2/pjOyMHX7JwsNwi5UDttT/YtPYNDzh47QgawZCJZyt4J56dz GHlmjTrFzQO4tX1efrHr0K+AN0D7i+ehROOIS5WqSHxrliGzzZ8bcnhi4HKezzWC+6/d pLd0+J3xNv6R+v7n+WdzDfTrQV6ErtDZ8QS9KPj8Nudjiuw+V9gezRmybtO10CZCT7Y2 T83Uo7Lzj06ZgnkE9/G0nLAHTutv/ZCHfGasAplejkexeUxzpk/TyeTUvvVfJ3JpWqZI xM+0+fwVAD4FG076sQvu20B8TnJMZG/U0/+hI0C+wMsSKnyBcUAVXB/uaUQqxMQFsU4W UanQ== 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=i7AAFggjVDCD/yhT2kO8R1V/GFrnlOiKpopAeKAARPs=; b=rmiI9VtalPjESacgH8BhJxF33lgx54ScIEelmGVMgWuC3CzvDL+j1TWVx37zalHcC1 +pNwamym3hkreiIMQvi6wdfNzui9c4tvp2HQ3ScI6vNhzRJVpQLY4pgqLpWZ6TA+J/5N ma9Zm5BmpQnCk5XXEF21wx7x2gTg536iAf6EUu9me6/FvG3DE8S7wlY2KAagJkTnSC+4 LqjfU94nDDxx0wmkIdtWZabtjKLEMcO4OycEsop+vOXi7qTNbnV0h78j8Vmi7eCD1hBG D+9p8k/8i/5RHyKnwHJM4nUTB+GGd/6Pex+W+IDLbowbb+QJ+VhPZJ5auwerRO3P1aVZ OpgQ== X-Gm-Message-State: AOAM533hHekbIryH/GXHe3p0C0iuf6Ma4CpujnpW/vQGsTUlHMNACwiq 75Aicq5ZwEj0BcHVNXJ+s5vCp8m/e+3T6hvV X-Google-Smtp-Source: ABdhPJy93spsnt+/Zbivd8Ik31mGKKBcSQ7BjueRa/x1jrvPq2aje9fSW7dcv5xvwf45DRZD/Z+XGA== X-Received: by 2002:a63:c052:: with SMTP id z18mr3679656pgi.103.1601666548705; Fri, 02 Oct 2020 12:22:28 -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 k28sm2853825pfh.196.2020.10.02.12.22.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 02 Oct 2020 12:22:28 -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.10 (round 2) Date: Fri, 02 Oct 2020 12:22:27 -0700 Message-ID: <7ho8lkl9fw.fsf@baylibre.com> MIME-Version: 1.0 The following changes since commit 63fafc5a046b1e21756de691b48f0c70c25e1426: arm64: dts: meson: initial support for aml-s905x-cc v2 (2020-09-18 13:35:27 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-dt64-2 for you to fetch changes up to c0c6f8e527a652d4785cb38ac82be0c95913349d: arm64: dts: amlogic: meson-g12: use the G12A specific dwmac compatible (2020-10-02 11:32:17 -0700) ---------------------------------------------------------------- arm64: dts: amlogic: updates for v5.10 (round 2) - add/enable USB on AXG SoCs - misc cleanups ---------------------------------------------------------------- Martin Blumenstingl (1): arm64: dts: amlogic: meson-g12: use the G12A specific dwmac compatible Neil Armstrong (2): arm64: dts: meson-axg: add USB nodes arm64: dts: meson-axg-s400: enable USB OTG Scott K Logan (1): arm64: dts: meson: add missing g12 rng clock arch/arm64/boot/dts/amlogic/meson-axg-s400.dts | 6 ++++++ arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi | 4 +++- 3 files changed, 59 insertions(+), 1 deletion(-)