From patchwork Tue Apr 18 09:53:42 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Cristian Ciocaltea X-Patchwork-Id: 675363 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 2D579C77B76 for ; Tue, 18 Apr 2023 09:53:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231162AbjDRJx4 (ORCPT ); Tue, 18 Apr 2023 05:53:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51734 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230035AbjDRJxz (ORCPT ); Tue, 18 Apr 2023 05:53:55 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 52D9F10D9; Tue, 18 Apr 2023 02:53:54 -0700 (PDT) Received: from localhost (unknown [188.27.34.213]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: cristicc) by madras.collabora.co.uk (Postfix) with ESMTPSA id F332C6603241; Tue, 18 Apr 2023 10:53:52 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1681811633; bh=OTHboIIVMiE40O35GcCnXwb3kSF6mCIQcyBQmGLk9M0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ekx5antfdIzaGKk2d7+FyS+jYl5tCnhm9wjv7h9qe9ZlQI9WKit2edBg7UcIvJWyQ Y/4I7Gp3DwMPxsHeYh9rBWBiNFI4J9asUCoP85JD/NZN7QcsGkZ8zWDZIpsKVyy3aG iIhJIYJpfclRwexcEt74KEAPrOIt2L+lB/QB9R6HGS2LeowIxmbdya6HKviiRHl3oJ uVTLBzMtd5nKXgNaZddzbcxrVxE9xAieqogYCMgkm/G+zrxRUl+ovENWiV+XQdQjMx DcDM0Wns+6iyik3DsUWuk4abJsrkHD9bPY6lCEH/eoF2OEOijmF2en7FMj8+d7xMgZ RI1anX5lOtt8Q== From: Cristian Ciocaltea To: Daniel Lezcano , Thomas Gleixner , Rob Herring , Krzysztof Kozlowski , Heiko Stuebner , Sebastian Reichel , Sugar Zhang , Shreeya Patel , Kever Yang Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, kernel@collabora.com Subject: [PATCH 1/3] dt-bindings: timer: rockchip: Drop superfluous rk3288 compatible Date: Tue, 18 Apr 2023 12:53:42 +0300 Message-Id: <20230418095344.274025-2-cristian.ciocaltea@collabora.com> X-Mailer: git-send-email 2.40.0 In-Reply-To: <20230418095344.274025-1-cristian.ciocaltea@collabora.com> References: <20230418095344.274025-1-cristian.ciocaltea@collabora.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org The compatible string for Rockchip RK3288 is provided in both the 'enum' and the subsequent 'const' item. Drop the unnecessary entry from the enum. Signed-off-by: Cristian Ciocaltea --- Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml b/Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml index 65e59836a660..2bdb6e6bdb21 100644 --- a/Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml +++ b/Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml @@ -23,7 +23,6 @@ properties: - rockchip,rk3188-timer - rockchip,rk3228-timer - rockchip,rk3229-timer - - rockchip,rk3288-timer - rockchip,rk3368-timer - rockchip,px30-timer - const: rockchip,rk3288-timer