From patchwork Fri Apr 15 10:49:48 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frank Wunderlich X-Patchwork-Id: 12814784 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 81A1FC433F5 for ; Fri, 15 Apr 2022 10:51:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=V9xUeOKLvBAIdTzNh50Z3vUiA4XmS37xM1lOzIc8HBk=; b=DWSB+4Xr7Q6ceh yJPwxnb1vEMM6sgFnX2il/5ZCJqC9BOeGMUa5kkMwujm53ePswozfZ0dKH/EEwrPtXBoBU4dv62z0 cK1wqu4GxLip6PHQGQGBvU9OvC235RvIntR84AmVTC2TyImlaC4kV8vvJDvqVg1Pu4tzH0Ebbfa4Z 2BHFaQgS9nEtr1h48Oa/tJuVTeeqDphZEMN7/h072hrCzcba09dbGrVjawO83EB6LnN4tRO+8hExi guQvilieNi0vrqeVEU7DAmJibve0YyBWK6/L/heHmz0Wom/8WylFHsrRX/TnketpVQr1J7Rd0FI/D PeDVKIymgAzwiu4lU3ig==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nfJX9-009hnV-Ul; Fri, 15 Apr 2022 10:50:36 +0000 Received: from mxout4.routing.net ([2a03:2900:1:a::9]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nfJWq-009hfE-Ll; Fri, 15 Apr 2022 10:50:18 +0000 Received: from mxbox2.masterlogin.de (unknown [192.168.10.89]) by mxout4.routing.net (Postfix) with ESMTP id 90FCB10081B; Fri, 15 Apr 2022 10:50:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailerdienst.de; s=20200217; t=1650019807; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=rWSR2rltVSUqvyGXpreg4LKaYlPdzHCHZKQnQuzQnac=; b=xUd3kNr59wxtB4msvT494ZDjLtPGFK2Eao5k2wCfFkX797f0ZGnEx7MqIRLZRGsNmeoq/W HwUfWTLtSNjBicxyr4ZSq0QYmBhKX7lVsQkxLxOBpH7TAtpV4lw0IDwN+xALSspcFa/WeV bLFQvXcg0Su6INsAnWX9cg51/g3bJew= Received: from localhost.localdomain (fttx-pool-217.61.153.244.bambit.de [217.61.153.244]) by mxbox2.masterlogin.de (Postfix) with ESMTPSA id 641E3100501; Fri, 15 Apr 2022 10:50:06 +0000 (UTC) From: Frank Wunderlich To: Heiko Stuebner Cc: Frank Wunderlich , Rob Herring , Krzysztof Kozlowski , Peter Geis , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/3] Add hdmi Support for BPI-R2-Pro Date: Fri, 15 Apr 2022 12:49:48 +0200 Message-Id: <20220415104951.27104-1-linux@fw-web.de> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Mail-ID: 56e09033-23d0-4d9f-9f04-5ff42bb46aaa X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220415_035016_932164_7AAD35A7 X-CRM114-Status: UNSURE ( 6.60 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: Frank Wunderlich This Series adds changes to Device tree for Bananapi-R2-Pro to support HDMI output. It is based on "drm/rockchip: RK356x VOP2 support" v10: https://patchwork.kernel.org/project/linux-rockchip/list/?series=630407 Frank Wunderlich (3): arm64: dts: rockchip: set display regulators to always-on on BPI-R2-Pro arm64: dts: rockchip: enable vop2 and hdmi tx on BPI-R2-Pro arm64: dts: rockchip: enable the gpu on BPI-R2-Pro .../boot/dts/rockchip/rk3568-bpi-r2-pro.dts | 57 +++++++++++++++++++ 1 file changed, 57 insertions(+)