From patchwork Fri Feb 4 07:33:29 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 12734861 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 D037EC433EF for ; Fri, 4 Feb 2022 07:33:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1352163AbiBDHdn (ORCPT ); Fri, 4 Feb 2022 02:33:43 -0500 Received: from muru.com ([72.249.23.125]:46368 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236214AbiBDHdm (ORCPT ); Fri, 4 Feb 2022 02:33:42 -0500 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 0434580F0; Fri, 4 Feb 2022 07:33:24 +0000 (UTC) From: Tony Lindgren To: linux-omap@vger.kernel.org Cc: =?utf-8?q?Beno=C3=AEt_Cousson?= , devicetree@vger.kernel.org, Stephen Boyd , Tero Kristo Subject: [PATCH 0/4] Use clksel and clock-output-names for am3 Date: Fri, 4 Feb 2022 09:33:29 +0200 Message-Id: <20220204073333.18175-1-tony@atomide.com> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org Hi, These changes update am3 to use the clksel binding and clock-output-names. This is to fix the am3 related devicetree warnings. This series depends on the related clock changes posted as: [PATCH 0/8] Clock changes for TI dts reg and node name issues Regards, Tony Tony Lindgren (4): ARM: dts: Add clksel node for am3 ehrpwm ARM: dts: Add clksel node for am3 gfx ARM: dts: Add clksel node for am3 clkout ARM: dts: Use clock-output-names for am3 arch/arm/boot/dts/am33xx-clocks.dtsi | 373 +++++++++++++++++---------- 1 file changed, 238 insertions(+), 135 deletions(-)