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 X-Spam-Level: X-Spam-Status: No, score=-11.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 329E6C433E2 for ; Tue, 8 Sep 2020 14:36:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E5E1B2087D for ; Tue, 8 Sep 2020 14:36:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730175AbgIHOem (ORCPT ); Tue, 8 Sep 2020 10:34:42 -0400 Received: from foss.arm.com ([217.140.110.172]:54244 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729691AbgIHO1J (ORCPT ); Tue, 8 Sep 2020 10:27:09 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 64D1D106F; Tue, 8 Sep 2020 05:48:37 -0700 (PDT) Received: from usa.arm.com (e103737-lin.cambridge.arm.com [10.1.197.49]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id E995F3F73C; Tue, 8 Sep 2020 05:48:34 -0700 (PDT) From: Sudeep Holla To: devicetree@vger.kernel.org, Andre Przywara , Rob Herring Cc: Sudeep Holla , linux-watchdog@vger.kernel.org, Linus Walleij , Guenter Roeck , Ray Jui , Wei Xu , Li Yang , linux-kernel@vger.kernel.org, Lorenzo Pieralisi , Chanho Min , bcm-kernel-feedback-list@broadcom.com, Liviu Dudau , Scott Branden , Wim Van Sebroeck , Florian Fainelli , Shawn Guo , Viresh Kumar Subject: Re: [PATCH 00/10] dt-bindings: Convert SP805 to Json-schema (and fix users) Date: Tue, 8 Sep 2020 13:48:33 +0100 Message-Id: <159956909739.1981.1445009961790432291.b4-ty@arm.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200828130602.42203-1-andre.przywara@arm.com> References: <20200828130602.42203-1-andre.przywara@arm.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 28 Aug 2020 14:05:52 +0100, Andre Przywara wrote: > This is an attempt to convert the SP805 watchdog DT binding to yaml. > This is done in the first patch, the remaining nine fix some DT users. > > I couldn't test any of those DT files on actual machines, but tried > to make the changes in a way that would be transparent to at least the > Linux driver. The only other SP805 DT user I could find is U-Boot, which > seems to only use a very minimal subset of the binding (just the first > clock). > I only tried to fix those DTs that were easily and reliably fixable. > AFAICT, a missing primecell compatible string, for instance, would > prevent the Linux driver from probing the device at all, so I didn't > dare to touch those DTs at all. Missing clocks are equally fatal. > > [...] I have picked 2 patches for Arm Ltd boards/models. Applied to sudeep.holla/linux (for-next/juno), thanks! [1/2] (korg_sudeep/for-next/juno, for-next/juno) arm64: dts: arm: Fix SP805 clock-names https://git.kernel.org/sudeep.holla/c/b83ded8a31 [2/2] ARM: dts: arm: Fix SP805 clocks https://git.kernel.org/sudeep.holla/c/a894c6dd56 -- Regards, Sudeep