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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 D50C3C4361B for ; Thu, 10 Dec 2020 14:05:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 962DD22BF5 for ; Thu, 10 Dec 2020 14:05:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389812AbgLJODb (ORCPT ); Thu, 10 Dec 2020 09:03:31 -0500 Received: from mail-oi1-f195.google.com ([209.85.167.195]:39943 "EHLO mail-oi1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389714AbgLJOD3 (ORCPT ); Thu, 10 Dec 2020 09:03:29 -0500 Received: by mail-oi1-f195.google.com with SMTP id p126so5796775oif.7; Thu, 10 Dec 2020 06:03:14 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=39LGye6padbJ1h7qO5yojPgi+E8q8E6FfLpRVUKm1mY=; b=uY1zmbyFsnh8qoP+jQ1gclNu5tTG4uC1iwzsMOX9Uk+/83WgSOHkaXuOnR7XIGCqoi /Wfhmzfg3rdLUWMpXG6gG536g8wJ7y+I6p5s3g2RA9UolTUEaCijHsQVKRWLIMMCnzg0 GFTKB7rhupm+wdyUbc43q4etMe5nbP3tedokhMS6Ohmr+FGqXp0/0AiqJeN0AAtaeUjV r1LoGkbgBw+SKQ/h1kDju4KpbgLHcQSHM2ZNYok12Nje4XkvKHNRrvtGVJ76Dbu4KWk9 I0IIcdmfBiDqwanDJDds3NY33A/0kfJfcj+SxyUk1iE3DWFWXMELU/aewp7V37PZ0yIp oCtg== X-Gm-Message-State: AOAM533vFx+pvrXKdehm7+3EN68c3urtdGiqdNp8qHp8c3Owgz3gZGTd /vWcXIHU4yjClduBO55WPA== X-Google-Smtp-Source: ABdhPJw5oIIwqgy0lXZKIoNURfttba4FSS7t7ggIjw5817ESI8NNtywOdNIpV1BM8ic55p68J6lw7A== X-Received: by 2002:aca:5dd7:: with SMTP id r206mr5399970oib.30.1607608968763; Thu, 10 Dec 2020 06:02:48 -0800 (PST) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id v207sm1013220oif.58.2020.12.10.06.02.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 10 Dec 2020 06:02:47 -0800 (PST) Received: (nullmailer pid 2424790 invoked by uid 1000); Thu, 10 Dec 2020 14:02:46 -0000 Date: Thu, 10 Dec 2020 08:02:46 -0600 From: Rob Herring To: Zhen Lei Cc: Philipp Zabel , Wei Xu , linux-kernel , Rob Herring , Zhangfei Gao , devicetree , Chen Feng , linux-arm-kernel , Manivannan Sadhasivam Subject: Re: [PATCH v3 4/4] dt-bindings: reset: convert Hisilicon reset controller bindings to json-schema Message-ID: <20201210140246.GA2424759@robh.at.kernel.org> References: <20201208124641.1787-1-thunder.leizhen@huawei.com> <20201208124641.1787-5-thunder.leizhen@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201208124641.1787-5-thunder.leizhen@huawei.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, 08 Dec 2020 20:46:41 +0800, Zhen Lei wrote: > Convert the Hisilicon reset controller binding to DT schema format using > json-schema. > > Signed-off-by: Zhen Lei > --- > .../bindings/reset/hisilicon,hi3660-reset.txt | 44 ------------- > .../bindings/reset/hisilicon,hi3660-reset.yaml | 77 ++++++++++++++++++++++ > 2 files changed, 77 insertions(+), 44 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/reset/hisilicon,hi3660-reset.txt > create mode 100644 Documentation/devicetree/bindings/reset/hisilicon,hi3660-reset.yaml > Reviewed-by: Rob Herring