From mboxrd@z Thu Jan 1 00:00:00 1970 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7E21BC433F5 for ; Wed, 20 Oct 2021 09:28:55 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id E28C960EE9 for ; Wed, 20 Oct 2021 09:28:54 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org E28C960EE9 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=sntech.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org 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=iC2MB5IkxLNRlVXOqU7TLkCLJiIMiNTStNshk6QqW30=; b=4ZZIWpPdz0Yc1b KGDiq05hP6Cn5vixQiS4lyzPkkRzZGFaF07l6U9sX/d8VVz5a7qCzfCdaFo5w9tPGV44yIkEsqlJT ZyS71oGTcZ8FCv3v4EQ6NlH8aYAQoQwM3LRbIch75Cgr349cTc9nc8nL3RXbFMU23Nk5zu7aJhBB+ I+TM/VHBCZg+wlJr6NB/BixdXZZ0gGhXldYdpoA87uuCthjqXWkE2HsOEH/iRljO7DefRRSR7/SMS 48o6rpACXjV3DAoGIUSUyHfPWQW/3x62trOZi8NUDbFjE+j3YVwjXysI0FJNEMmgUvH+H4zA6Ksdf pPSPLGoXlpWsE7uDLDjw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1md7sj-003z6H-3D; Wed, 20 Oct 2021 09:27:33 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1md7sf-003z5B-8n; Wed, 20 Oct 2021 09:27:30 +0000 Received: from [213.208.157.36] (helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1md7sd-0002Zf-UB; Wed, 20 Oct 2021 11:27:28 +0200 From: Heiko Stuebner To: arm@kernel.org List-Id: Cc: soc@kernel.org, linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL] Rockchip dts32 changes for 5.16 #2 Date: Wed, 20 Oct 2021 11:27:22 +0200 Message-ID: <3630369.N7QejLDta5@phil> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211020_022729_339250_3894C578 X-CRM114-Status: UNSURE ( 7.93 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org The following changes since commit 3e6f8124a78840d074fab36853ee1f5a2e7cffe5: ARM: dts: rockchip: swap timer clock-names (2021-09-20 15:22:48 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.16-rockchip-dts32-2 for you to fetch changes up to 97ef6931208f7ab09f52dd291320aa53878aaa53: ARM: dts: rockchip: remove usb-phy fallback string from rk3066a/rk3188 (2021-10-20 09:39:26 +0200) ---------------------------------------------------------------- Adapt gpio subnode names to match the yaml binding and removal of the actually non-matching fallback-string for usb-phys on rk3066/rk3188 (most-specific compatible is and must always be used). ---------------------------------------------------------------- Johan Jonker (2): ARM: dts: rockchip: change gpio nodenames ARM: dts: rockchip: remove usb-phy fallback string from rk3066a/rk3188 arch/arm/boot/dts/rk3036.dtsi | 6 +++--- arch/arm/boot/dts/rk3066a.dtsi | 15 +++++++-------- arch/arm/boot/dts/rk3188.dtsi | 11 +++++------ arch/arm/boot/dts/rk322x.dtsi | 8 ++++---- arch/arm/boot/dts/rk3288.dtsi | 18 +++++++++--------- arch/arm/boot/dts/rv1108.dtsi | 8 ++++---- 6 files changed, 32 insertions(+), 34 deletions(-) _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel