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,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham 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 0322DC2BBD0 for ; Tue, 8 Sep 2020 12:49:50 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 985C622225 for ; Tue, 8 Sep 2020 12:49:49 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="oJkwMhkK" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 985C622225 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:MIME-Version:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:References:In-Reply-To:Message-Id:Date:Subject:To: From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=3yMIiggPeuyjf36uF2tQCdKtdatVz33AC3ynKO/rcEk=; b=oJkwMhkKix2UT+YojfuWxeAjsB EwCjRN2ZKpN+6qM554LnknoN7S+ZJIwoeuePXvb/HU/BMAnn8vngWLld78V41qsBgDvvp6YF8odUv jbnZYafyIFp3EtZS6fgQ8z8sq35vKD1j5OUYHRxx6PCPTtyhRL6fLqJC1RxFBvCcgH+o6KYE4okyT AJLqLLPZid4HphEmg0mORQsrlhdXVJ8UqcExmG50VkwD9JnFVS0wwZQo1WrrplxR1pJW7LOaLefqC R/rw0EMbOYqfrAWdCAGQ1uEUNw0Dek9DvoUr3eVcjoCl5RYZVcYIB9nlgmj67MwTn7OPBw+5/UoHJ 8yiejlmw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kFd2x-0006mG-7R; Tue, 08 Sep 2020 12:48:27 +0000 Received: from foss.arm.com ([217.140.110.172]) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kFd2t-0006la-T1 for linux-arm-kernel@lists.infradead.org; Tue, 08 Sep 2020 12:48:24 +0000 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 247A731B; Tue, 8 Sep 2020 05:48:22 -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 032873F73C; Tue, 8 Sep 2020 05:48:19 -0700 (PDT) From: Sudeep Holla To: devicetree@vger.kernel.org, Rob Herring , Andre Przywara Subject: Re: [PATCH v2 0/6] dt-bindings: Convert SP804 to Json-schema (and fix users) Date: Tue, 8 Sep 2020 13:48:17 +0100 Message-Id: <159956909738.1981.16210146390528870384.b4-ty@arm.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200828142018.43298-1-andre.przywara@arm.com> References: <20200828142018.43298-1-andre.przywara@arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200908_084824_102106_680F8F96 X-CRM114-Status: GOOD ( 11.78 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Lorenzo Pieralisi , Scott Branden , Ray Jui , Chanho Min , Daniel Lezcano , Liviu Dudau , linux-kernel@vger.kernel.org, Wei Xu , Florian Fainelli , Haojian Zhuang , Sudeep Holla , Thomas Gleixner , Linus Walleij , linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, 28 Aug 2020 15:20:12 +0100, Andre Przywara wrote: > This is the second attempt at converting the SP804 timer binding to yaml. > Compared to v1, I forbid additional properties, and included the primecell > binding. Also the clock-names property is now listed, although without > further requirements on the names. Changelog below. > > -------------- > The yaml conversion is done in the first patch, the remaining five fix > some DT users. > > [...] I have picked one patch for Arm Ltd boards/models. Applied to sudeep.holla/linux (for-next/juno), thanks! [1/1] ARM: dts: arm: Fix SP804 users https://git.kernel.org/sudeep.holla/c/34a4591871 -- Regards, Sudeep _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel