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 E54DCC4332F for ; Wed, 23 Mar 2022 14:39:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244856AbiCWOkz (ORCPT ); Wed, 23 Mar 2022 10:40:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36056 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240637AbiCWOkw (ORCPT ); Wed, 23 Mar 2022 10:40:52 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 427F77CDF8; Wed, 23 Mar 2022 07:39:23 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id F0CABB81F54; Wed, 23 Mar 2022 14:39:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BF31CC36AE7; Wed, 23 Mar 2022 14:39:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1648046360; bh=7hScU2wmlNgM/yQ8a4259GS5BdEa/xV6MFfLX6ni2K0=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=rGUjVHiwFih154F83bEJSn4pAvwlxs0HZ959xjNYb1dfz66dbs52/zIKe9ZkvOxSL ABB1VbMccyZ3DNukWHfVl31bXum+b650tADAiJowQ3l0/vjr9pf/pLhKQa2g938vc4 p6CJJr3LXDozl2Irqa02DW/bNdcWFdV2HG1yxoizOE0PtjldMlylhiePt3eohsMH1A 4RszRhFsCEfqHkaid7K8oVvNhMZLEAtd0I0OcezIbcbtTubaUK5XWnMYWvJeZWKVNH 4BbdlWIS12j7Lq4Mspq/RZyPXVSo/LZEgOIgDl1ojcM0kBtE70nVBXY2kPJLOqyqtW 7672ie+TjiiKA== Received: by mail-ej1-f51.google.com with SMTP id p15so3257740ejc.7; Wed, 23 Mar 2022 07:39:20 -0700 (PDT) X-Gm-Message-State: AOAM533iNqFw/QhkVTFWvSi+IjjSF/HDex3qd3NR8/lwO76A0YTpjjrQ aSugkG1dmsWWHof6bpMmqppiU/QUf6qjEmWeTA== X-Google-Smtp-Source: ABdhPJw2vEInYJhzD6Sf81xfPAK8TCv4R6vkavYp+uogbKSt/3KF5JGasr6aiXQ1YYxZKamMelaTIzKIIlvJ+HwzOfc= X-Received: by 2002:a17:906:58ce:b0:6da:b548:1bbb with SMTP id e14-20020a17090658ce00b006dab5481bbbmr307806ejs.14.1648046359044; Wed, 23 Mar 2022 07:39:19 -0700 (PDT) MIME-Version: 1.0 References: <20220308155735.54146-1-alexandre.belloni@bootlin.com> In-Reply-To: From: Rob Herring Date: Wed, 23 Mar 2022 09:39:07 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH] dt-bindings: rtc: at91: rename rtt bindings file To: Alexandre Belloni Cc: Alessandro Zummo , Nicolas Ferre , Ludovic Desroches , "open list:REAL TIME CLOCK (RTC) SUBSYSTEM" , "linux-kernel@vger.kernel.org" , devicetree@vger.kernel.org, linux-arm-kernel Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 9, 2022 at 3:05 PM Rob Herring wrote: > > On Tue, Mar 8, 2022 at 9:57 AM Alexandre Belloni > wrote: > > > > atmel,at91sam9-rtc is a confuing name for this file as it is documenting > > the RTT used as an RTC and not the other regular RTC (atmel,at91rm9200-rtc > > and atmel,at91sam9x5-rtc) > > > > Signed-off-by: Alexandre Belloni > > --- > > .../rtc/{atmel,at91sam9-rtc.yaml => atmel,at91sam9260-rtt.yaml} | 0 > > 1 file changed, 0 insertions(+), 0 deletions(-) > > rename Documentation/devicetree/bindings/rtc/{atmel,at91sam9-rtc.yaml => atmel,at91sam9260-rtt.yaml} (100%) > > > > diff --git a/Documentation/devicetree/bindings/rtc/atmel,at91sam9-rtc.yaml b/Documentation/devicetree/bindings/rtc/atmel,at91sam9260-rtt.yaml > > similarity index 100% > > rename from Documentation/devicetree/bindings/rtc/atmel,at91sam9-rtc.yaml > > rename to Documentation/devicetree/bindings/rtc/atmel,at91sam9260-rtt.yaml > > Now failing in -next: > > ./Documentation/devicetree/bindings/rtc/atmel,at91sam9260-rtt.yaml: > $id: relative path/filename doesn't match actual path or filename > expected: http://devicetree.org/schemas/rtc/atmel,at91sam9260-rtt.yaml# Still failing... Rob