From patchwork Mon Jul 20 14:09:15 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Ripard X-Patchwork-Id: 11674055 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 2F221913 for ; Mon, 20 Jul 2020 14:09:18 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 2ACFB22CB1; Mon, 20 Jul 2020 14:09:18 +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 9467B22C9C; Mon, 20 Jul 2020 14:09:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595254158; bh=izGdIbA73i5Gr9VohdeD7iCeMnl+7+35HKA/TnCh9TA=; h=Date:From:List-Id:To:Cc:Subject:From; b=lFnQO2VxTPb6v1n3oujAGgrsTxfE8rWAbTTwQS1Xsu0hw9PVrwH5b8L6VBTZRuMDU 4X9Llp8j5sFyUBYJt+WIv0g2+FvD8twG4Fq2T+hUZOanjdm7xCN23nxF04FCgi//s6 5XXLLYmREj9sNojLEenTExxPNlogvmaBS9jBC6Ao= Date: Mon, 20 Jul 2020 16:09:15 +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.9 Message-ID: MIME-Version: 1.0 Content-Disposition: inline Hi, Please pull the following changes for the next release. Thanks! Maxime The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407: Linux 5.8-rc1 (2020-06-14 12:45:04 -0700) 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.9-1 for you to fetch changes up to bc6b31c53ce895977841598721f8daeabc070ced: arm64: dts: allwinner: h5: bananapi-m2-plus-v1.2: Tie in CPU OPPs (2020-07-20 15:32:04 +0200) ---------------------------------------------------------------- Our usual number of patches to improve the Allwinner Device Tree support, including: - CPUFreq / Thermal throttling support for the H5 - Touchscreen support for the Pinephone - New boards: PinePhone v1.2 -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCXxWlZAAKCRDj7w1vZxhR xft/AQCaR2CkyOVyK32yPUX0ZF2nS+LYzalJIUpOuLhy37GQVwEA+vlQTa7fKdtW 4IX58peBkRD8FwTszrwR/tImDPd8Rwg= =z8pA -----END PGP SIGNATURE----- ---------------------------------------------------------------- Chen-Yu Tsai (8): ARM: dts: sunxi: libretech-all-h3-cc: Add regulator supply to all CPU cores ARM: dts: sunxi: bananapi-m2-plus-v1.2: Add regulator supply to all CPU cores ARM: dts: sunxi: bananapi-m2-plus-v1.2: Fix CPU supply voltages arm64: dts: allwinner: h5: Add clock to CPU cores arm64: dts: allwinner: h5: Add trip and cooling maps to CPU thermal zones arm64: dts: allwinner: h5: Add CPU Operating Performance Points table arm64: dts: allwinner: h5: libretech-all-h3-cc: Tie in CPU OPPs arm64: dts: allwinner: h5: bananapi-m2-plus-v1.2: Tie in CPU OPPs Diego Rondini (2): ARM: dts: orange-pi-zero-plus2: enable USB OTG port ARM: dts: orange-pi-zero-plus2: add leds configuration Icenowy Zheng (1): arm64: dts: sun50i-a64-pinephone: Enable LCD support on PinePhone Ondrej Jirman (4): arm64: dts: sun50i-a64-pinephone: Add touchscreen support dt-bindings: arm: sunxi: Add PinePhone 1.2 bindings arm64: dts: allwinner: Add support for PinePhone revision 1.2 arm64: dts: sun50i-pinephone: dldo4 must not be >= 1.8V Documentation/devicetree/bindings/arm/sunxi.yaml | 5 +- arch/arm/boot/dts/sun8i-h3-orangepi-zero-plus2.dts | 38 ++++- arch/arm/boot/dts/sunxi-bananapi-m2-plus-v1.2.dtsi | 18 +- arch/arm/boot/dts/sunxi-libretech-all-h3-cc.dtsi | 12 +- arch/arm64/boot/dts/allwinner/Makefile | 1 +- arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone-1.1.dts | 19 ++- arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone-1.2.dts | 40 ++++- arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi | 54 ++++- arch/arm64/boot/dts/allwinner/sun50i-h5-bananapi-m2-plus-v1.2.dts | 1 +- arch/arm64/boot/dts/allwinner/sun50i-h5-cpu-opp.dtsi | 79 ++++++++- arch/arm64/boot/dts/allwinner/sun50i-h5-libretech-all-h3-cc.dts | 1 +- arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-zero-plus2.dts | 38 ++++- arch/arm64/boot/dts/allwinner/sun50i-h5.dtsi | 38 ++++- 13 files changed, 339 insertions(+), 5 deletions(-) create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone-1.2.dts create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-h5-cpu-opp.dtsi