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=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS autolearn=no 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 6A064C4CEC9 for ; Fri, 20 Sep 2019 16:23:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3F8F8208C3 for ; Fri, 20 Sep 2019 16:23:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1568996603; bh=/gY3eyN/99Vwc+rE/mubQe3N1CXXiv7Fbgs2nWfoFDc=; h=References:In-Reply-To:From:Date:Subject:To:List-ID:From; b=ncM02c0LwQnAIaiWIPiBpKDtnO7KfseWk+p//mxwZophyUBHl/bMHQ/Hxvu41D4IM NJXDvWORS7PImZr0rjZ0sSNDfADGFzPMdTjpphnaQfBaiYJZylhnni8si3pHJhcmQh gCnCmkKdAoeCRNiFtMs2cK3BDaG+4cR66M0Btnw4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391390AbfITQXR (ORCPT ); Fri, 20 Sep 2019 12:23:17 -0400 Received: from mail.kernel.org ([198.145.29.99]:41892 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2390632AbfITQXO (ORCPT ); Fri, 20 Sep 2019 12:23:14 -0400 Received: from mail-ot1-f47.google.com (mail-ot1-f47.google.com [209.85.210.47]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 3AB1E208C3; Fri, 20 Sep 2019 16:23:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1568996594; bh=/gY3eyN/99Vwc+rE/mubQe3N1CXXiv7Fbgs2nWfoFDc=; h=References:In-Reply-To:From:Date:Subject:To:From; b=I5p+hmb6P8nedLs1fqxO6ODqniyBYw/gRUMEovWLLh1yw3O5O1q0GGiWUqwik8sOA J4KQSaEWgWFGD4nuUdpolKf4JfqyV5QNVcdSxNLyi13n+KU9g7P53wBElx8Z0Shnn5 5JMp4vX8nT/yLz1zQIn2jblCh2b9N7frBmft6TGU= Received: by mail-ot1-f47.google.com with SMTP id e11so6676220otl.5; Fri, 20 Sep 2019 09:23:14 -0700 (PDT) X-Gm-Message-State: APjAAAXqb6XFz9lc+qU4/zc2Umds29HKsDmsGoERllDVbq16GwjpCtOd rKemTjBEATEy+RWSLX+Yk+d3DeEZH6up/rXH63k= X-Google-Smtp-Source: APXvYqyo+eHqYY+wd1hJeskVQu73EQIp1tU7G1a9ZEYeGtJO8llZMStv0HcB/C9UjvxekPWe0ZjxxZedr3kEHQe+9Lc= X-Received: by 2002:a05:6830:10cc:: with SMTP id z12mr6558999oto.20.1568996593576; Fri, 20 Sep 2019 09:23:13 -0700 (PDT) MIME-Version: 1.0 References: <20190920162124.7036-1-krzk@kernel.org> In-Reply-To: <20190920162124.7036-1-krzk@kernel.org> From: Krzysztof Kozlowski Date: Fri, 20 Sep 2019 18:23:00 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2 1/3] dt-bindings: watchdog: Convert Samsung SoC watchdog bindings to json-schema To: Wim Van Sebroeck , Guenter Roeck , Rob Herring , Mark Rutland , Kevin Hilman , linux-watchdog@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-amlogic@lists.infradead.org, "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset="UTF-8" Sender: linux-watchdog-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-watchdog@vger.kernel.org On Fri, 20 Sep 2019 at 18:21, Krzysztof Kozlowski wrote: > > Convert Samsung S3C/S5P/Exynos watchdog bindings to DT schema format > using json-schema. > > Signed-off-by: Krzysztof Kozlowski > > --- > > Changes since v1: > 1. Indent example with four spaces (more readable), > 2. Remove unneeded timeout-sec description and include generic bindings. My bad, this is actually v3. Best regards, Krzysztof