From patchwork Thu Feb 24 23:19:46 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Heiko_St=C3=BCbner?= X-Patchwork-Id: 12759417 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 smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 CBDB3C433F5 for ; Thu, 24 Feb 2022 23:19:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 89917C340F3; Thu, 24 Feb 2022 23:19:49 +0000 (UTC) Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id 908BFC340EF; Thu, 24 Feb 2022 23:19:48 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 908BFC340EF Authentication-Results: smtp.kernel.org; dmarc=none (p=none dis=none) header.from=sntech.de Authentication-Results: smtp.kernel.org; spf=none smtp.mailfrom=sntech.de Received: from [185.156.123.69] (helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nNNOk-0004Fm-Oq; Fri, 25 Feb 2022 00:19:46 +0100 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.18 #1 Date: Fri, 25 Feb 2022 00:19:46 +0100 Message-ID: <19595245.eudUkVceaq@phil> MIME-Version: 1.0 The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07: Linux 5.17-rc1 (2022-01-23 10:12:53 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.18-rockchip-dts32-1 for you to fetch changes up to 5a68ce0a7b89a7005a71d406435a45a24c7e86da: ARM: dts: rockchip: remove status from rk3288 crypto node (2022-02-15 08:59:53 +0100) ---------------------------------------------------------------- Remove an unneeded status property from the crypto-node on rk3288. ---------------------------------------------------------------- Johan Jonker (1): ARM: dts: rockchip: remove status from rk3288 crypto node arch/arm/boot/dts/rk3288.dtsi | 1 - 1 file changed, 1 deletion(-)