From patchwork Mon Sep 28 11:34:33 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Ripard X-Patchwork-Id: 11803477 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 2FEA71580 for ; Mon, 28 Sep 2020 11:34:36 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 278BA2100A; Mon, 28 Sep 2020 11:34:36 +0000 (UTC) Delivered-To: soc@kernel.org Received: from localhost (lfbn-tou-1-1502-76.w90-89.abo.wanadoo.fr [90.89.68.76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 8EEEE2080C; Mon, 28 Sep 2020 11:34:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601292876; bh=/Z/qM/M4BFORxVkfTP/YyBPwli1dI4ZjUeHwRrOYIRE=; h=Date:From:List-Id:To:Cc:Subject:From; b=Qy0MLDqdttz0omuldykcmn0hGkyxua/GOAqOTxwI0sHl55ySiG6AxryjyABcYcWPx II9efSx2qo4nGdArlRHa8vpBu/QfoNefQ3PzrVKHxDRqFnaQXOzOSQL3U6r8vxlies Oijoih0mbg16FS0HwkeGRTPTger/D3+F4simC9kI= Date: Mon, 28 Sep 2020 13:34:33 +0200 From: Maxime Ripard List-Id: To: arm@kernel.org, soc@kernel.org Cc: Maxime Ripard , linux-arm-kernel@lists.infradead.org, Chen-Yu Tsai Subject: [GIT PULL] Allwinner Device Tree Changes for 5.10, take 2 Message-ID: MIME-Version: 1.0 Content-Disposition: inline Hi, Since we get a little extra delay, here's a few extra patches for 5.10 Thanks! Maxime The following changes since commit 96820e359e25c7a61c4c8b994745aaa9d9db6a5e: ARM: dts: sun8i: v3s: Enable crypto engine (2020-09-17 18:37:32 +0200) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git refs/tags/sunxi-dt-for-5.10-2 for you to fetch changes up to 2bd5298af55cfd725f13ff853adcee4d117532cd: ARM: dts: sun8i: v3s: Add simple-framebuffer (2020-09-28 13:25:27 +0200) ---------------------------------------------------------------- A few more DT patches for 5.10, to support simple-framebuffer on the v3s and the pinecube board -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCX3HKAwAKCRDj7w1vZxhR xc3bAQCcnys+hZ4XtwA/GIT10zcvpBVkUrjU56zZPG9WiEA9AgD/S9PN5m6J0R7O F8dU+0Xx8O+3KNwIhuqEw2Mj7WHpcwE= =6hIV -----END PGP SIGNATURE----- ---------------------------------------------------------------- Icenowy Zheng (7): ARM: dts: sun8i: V3/V3s/S3/S3L: add Ethernet support ARM: dts: sun8i: V3/V3s/S3/S3L: add pinctrl for UART2 RX/TX ARM: dts: sun8i: V3/V3s/S3/S3L: add CSI1 device node ARM: dts: sun8i: V3/V3s/S3/S3L: add pinctrl for 8-bit parallel CSI ARM: dts: sun8i: V3/V3s/S3/S3L: add pinctrl for I2C1 at PE bank dt-bindings: arm: sunxi: add Pine64 PineCube binding ARM: dts: sun8i: s3l: add support for Pine64 PineCube IP camera Martin Cerveny (1): ARM: dts: sun8i: v3s: Add simple-framebuffer Documentation/devicetree/bindings/arm/sunxi.yaml | 5 +- arch/arm/boot/dts/Makefile | 1 +- arch/arm/boot/dts/sun8i-s3-pinecube.dts | 235 ++++++++++++++++++++++++- arch/arm/boot/dts/sun8i-v3.dtsi | 13 +- arch/arm/boot/dts/sun8i-v3s.dtsi | 107 +++++++++++- 5 files changed, 361 insertions(+) create mode 100644 arch/arm/boot/dts/sun8i-s3-pinecube.dts