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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2AB1EC4332F for ; Mon, 28 Nov 2022 17:49:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233842AbiK1Rtp (ORCPT ); Mon, 28 Nov 2022 12:49:45 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34522 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233568AbiK1Rqc (ORCPT ); Mon, 28 Nov 2022 12:46:32 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A83412D1E2; Mon, 28 Nov 2022 09:41:36 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id CBF55B80EA0; Mon, 28 Nov 2022 17:41:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A05C4C433C1; Mon, 28 Nov 2022 17:41:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1669657288; bh=rRGuzRWnhQmPmq8RxDtQ+OpMQdJkplrn06RXcEDYBPY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=PQxHigfUW5jpir8/jBFxNOYLSRAOmhN2RFBnkp/Q4TCdyRSuLV22tWVCeEcEITaiU ha/bwMCFP78OJqqb5gup1eKsENZ6fx6SfY1iMe7qurjfEqAltv82/79gmYfRKp1+74 pTD25kUPqy8qkcQND5VfNWYug82SF8LDqIys8/7wwsXGMlS3hJfzkotjTQpGhQ3LuO 4Nl/fLa9SoerJi87gIfxl6K04V1J7x8v6Ld7UvMed6P+kBv6L3SKLnbggf/eOXV4gO sG99RCuxRXXw2jbXT20vfQopviM8voQ+AEfrsvlh5RPjRNK08JBIaRkCIyUaq2owbG Bv/e+7eR9nuhw== From: Sasha Levin To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: Johan Jonker , Heiko Stuebner , Sasha Levin , robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org Subject: [PATCH AUTOSEL 5.10 04/19] arm64: dts: rockchip: fix ir-receiver node names Date: Mon, 28 Nov 2022 12:41:04 -0500 Message-Id: <20221128174120.1442235-4-sashal@kernel.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20221128174120.1442235-1-sashal@kernel.org> References: <20221128174120.1442235-1-sashal@kernel.org> MIME-Version: 1.0 X-stable: review X-Patchwork-Hint: Ignore Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Johan Jonker [ Upstream commit de0d04b9780a23eb928aedfb6f981285f78d58e5 ] Fix ir-receiver node names on Rockchip boards, so that they match with regex: '^ir(-receiver)?(@[a-f0-9]+)?$' Signed-off-by: Johan Jonker Link: https://lore.kernel.org/r/e9764253-8ce8-150b-4820-41f03f845469@gmail.com Signed-off-by: Heiko Stuebner Signed-off-by: Sasha Levin --- arch/arm64/boot/dts/rockchip/rk3308-roc-cc.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3308-roc-cc.dts b/arch/arm64/boot/dts/rockchip/rk3308-roc-cc.dts index fbcb9531cc70..213c0759c4b8 100644 --- a/arch/arm64/boot/dts/rockchip/rk3308-roc-cc.dts +++ b/arch/arm64/boot/dts/rockchip/rk3308-roc-cc.dts @@ -13,7 +13,7 @@ chosen { stdout-path = "serial2:1500000n8"; }; - ir_rx { + ir-receiver { compatible = "gpio-ir-receiver"; gpios = <&gpio0 RK_PC0 GPIO_ACTIVE_HIGH>; pinctrl-names = "default"; -- 2.35.1