From patchwork Sun Apr 9 10:33:12 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Heiko Stuebner X-Patchwork-Id: 13205917 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 19767C77B70 for ; Sun, 9 Apr 2023 10:34:06 +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=1376R7sGVW77hm9COOpn3TGa1Nca18Zyuzb6xTiTSh0=; b=jR16kOkdQjOrAX r42Zu/xf2MmgstC/hPZJGIY8mnQgMz0MBTCD/SOj/JWPmKtANXaJvu93TAd3MPPvDEWtIkl0X1Le4 75lKGLDMIGrrzuZDenbg+RSoka/Q4ZLDJY3+VThFK/AP5PB1sCnmXtWBs7xYTmVsf5YGcPfugd4fP BtNol+fYta7U4m9A27R1YY+HJy/RSfi9CkMgnsOqBWUZfrUoiYfFpqHYd+p+o2eUzg+5pRYT8JXzn gHgMJTtaQ7C0tc/EPac/4sBhsBiP0bXuZ528o9yyR1JlDmycRkxHVSfY2Fmf6mqw6lwN+ZiIL5HwW SiTOYfRBuNpFufSuGnBg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1plSML-00DPol-0Z; Sun, 09 Apr 2023 10:33:21 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1plSMF-00DPns-0F; Sun, 09 Apr 2023 10:33:19 +0000 Received: from p57b77242.dip0.t-ipconnect.de ([87.183.114.66] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1plSMD-0001Kj-Pf; Sun, 09 Apr 2023 12:33:13 +0200 From: Heiko Stuebner To: arm@kernel.org Cc: soc@kernel.org, linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL] Rockchip dts32 changes for 6.4 #1 Date: Sun, 09 Apr 2023 12:33:12 +0200 Message-ID: <9713202.NyiUUSuA9g@phil> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230409_033315_111731_E95BB0DF X-CRM114-Status: UNSURE ( 8.47 ) 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 The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6: Linux 6.3-rc1 (2023-03-05 14:52:03 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v6.4-rockchip-dts32-1 for you to fetch changes up to 95e2ac6ae9f2330557a6aef70bf15173e1dd9714: ARM: dts: rockchip: fix rk3288 dp node (2023-03-23 00:38:11 +0100) ---------------------------------------------------------------- MMC-aliases for rk3288-veyron devices and some dts node adaptions for yaml conversions recently merged into the drm tree. ---------------------------------------------------------------- Heiko Stuebner (1): ARM: dts: rockchip: Add mmc aliases for rk3288-veyron devices Johan Jonker (3): ARM: dts: rockchip: fix rk3288 dsi node ARM: dts: rockchip: fix rk3288 lvds node ARM: dts: rockchip: fix rk3288 dp node arch/arm/boot/dts/rk3288-veyron-sdmmc.dtsi | 6 ++++++ arch/arm/boot/dts/rk3288-veyron.dtsi | 4 ++++ arch/arm/boot/dts/rk3288.dtsi | 27 ++++++++++++++++++++++++--- 3 files changed, 34 insertions(+), 3 deletions(-)