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 7C383EB64DA for ; Fri, 16 Jun 2023 18:59:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345627AbjFPS7X (ORCPT ); Fri, 16 Jun 2023 14:59:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37760 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345737AbjFPS7K (ORCPT ); Fri, 16 Jun 2023 14:59:10 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9C4D64499; Fri, 16 Jun 2023 11:58:39 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 0E13862938; Fri, 16 Jun 2023 18:58:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 61203C433C9; Fri, 16 Jun 2023 18:58:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1686941906; bh=VOHpLEDV+8BIkjZXHrBZZ2UFV+UD+LSshDuMiTLdS7Q=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=uihH+15p+0SPbRXmsa71eHDnZ5DTQCRJwbgIyt0sjtl814HoG/mCiriEoQoeZYjCw HUYVZ/jfuCvWU3WjIQjse6wo4tyU1YXuB/Scf32+Q+LJhLgPU+9qQmj6+As1B39Ryu /+Y+JOk3pKyS4qbJwWTgiKHHtl9V6XbAqXAA/PMpXaoPQU7RT8yR19wGGACoAWus69 jZ8EFZeCjdMWRlxzJeTqmUEK2+VoxrIhuomitLJI/zZBDMAnYbk/KFKPqFPpkZfVwi bbstIAu8XkbAtWURr3ljGpNJ2G/E06u3wb5NjZmxfTr4BR6paf9gnB6HpFpjJoeunK UMJ92FZDcC0Kg== Message-ID: <0ea8308998c8ceffd1b0564d25579077.sboyd@kernel.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20230516184626.154892-2-afd@ti.com> References: <20230516184626.154892-1-afd@ti.com> <20230516184626.154892-2-afd@ti.com> Subject: Re: [PATCH 2/2] dt-bindings: clock: ehrpwm: Remove unneeded syscon compatible From: Stephen Boyd Cc: linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Andrew Davis To: Andrew Davis , Krzysztof Kozlowski , Michael Turquette , Rob Herring , Vignesh Raghavendra Date: Fri, 16 Jun 2023 11:58:24 -0700 User-Agent: alot/0.10 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Quoting Andrew Davis (2023-05-16 11:46:26) > This node's register space is not accessed by any other node, which > is the traditional use for the "syscon" hint. It looks to have been > added here to make use of a Linux kernel helper syscon_node_to_regmap(). > The Linux driver now uses a more appropriate helper that does not > require the hint, so let's remove it from the binding. >=20 > Signed-off-by: Andrew Davis > --- Applied to clk-next