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 47177C4CEC9 for ; Fri, 20 Sep 2019 16:23:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 15573208C0 for ; Fri, 20 Sep 2019 16:23:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1568996637; bh=SDWrzZuVG71v0J2X6nPbnKE1kFEZUtHXnpXPTYAQdcM=; h=References:In-Reply-To:From:Date:Subject:To:List-ID:From; b=fF/4Cf6qFUXJzLHxXcD/TKZRAOkWYLl0o/52Nl5pR1sn0pFcM/rJ+4JJbgWAWZkTr 1ZKnjustTAI0hL2lLnkcjff7Ntm+nyheU1YCgxSmMxOOJ8x/16GJDLO9gSok5YjFU2 7atdkoZaQD2DL252fkzTwvdKC2wxvipfF+AgXEzI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390704AbfITQX4 (ORCPT ); Fri, 20 Sep 2019 12:23:56 -0400 Received: from mail.kernel.org ([198.145.29.99]:42530 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388479AbfITQX4 (ORCPT ); Fri, 20 Sep 2019 12:23:56 -0400 Received: from mail-ot1-f52.google.com (mail-ot1-f52.google.com [209.85.210.52]) (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 E6B5721882; Fri, 20 Sep 2019 16:23:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1568996635; bh=SDWrzZuVG71v0J2X6nPbnKE1kFEZUtHXnpXPTYAQdcM=; h=References:In-Reply-To:From:Date:Subject:To:From; b=Y0NPYxXS5lxvCc5BrOJBS+38DHx4Vw4tGLuccuPjWhQHZjLN1+SP2QJbwffe6Fo6R SGaBxYr0YFTOcZZ74KP24FDLyP9h6k+pQ2VXu9tF4gCqFBfBD4s3DyPTPENUcLZ1/t wlNhYEZpL/2F2pyw54AFDUqkleli+20BjzwXfEhY= Received: by mail-ot1-f52.google.com with SMTP id g13so6665160otp.8; Fri, 20 Sep 2019 09:23:54 -0700 (PDT) X-Gm-Message-State: APjAAAUCuy/u1YNhM7UeufgJOQkz3xHxAarqU3FarpNdvQ8qgvTl0NPW aJJ0pKtxXvVhqUHS4LjkIkKkYoDrCP9QP9RJFjQ= X-Google-Smtp-Source: APXvYqzVXOyysg9607AyFbe3o2oRNE6mFVRauJhZAfa1N2RVl6I/Rt2f5iakVGo4VwLzm014Px6jKLwO2nAgy6rn4nA= X-Received: by 2002:a9d:6c9a:: with SMTP id c26mr12313571otr.241.1568996634274; Fri, 20 Sep 2019 09:23:54 -0700 (PDT) MIME-Version: 1.0 References: <20190918173141.4314-1-krzk@kernel.org> <20190918173141.4314-5-krzk@kernel.org> In-Reply-To: <20190918173141.4314-5-krzk@kernel.org> From: Krzysztof Kozlowski Date: Fri, 20 Sep 2019 18:23:41 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2 5/8] dt-bindings: watchdog: Convert Samsung SoC watchdog bindings to json-schema To: Rob Herring , Mark Rutland , Thierry Reding , Matt Mackall , Herbert Xu , Wim Van Sebroeck , Guenter Roeck , linux-clk@vger.kernel.org, devicetree@vger.kernel.org, "linux-kernel@vger.kernel.org" , dri-devel@lists.freedesktop.org, linux-leds@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "linux-samsung-soc@vger.kernel.org" , linux-pwm@vger.kernel.org, linux-tegra@vger.kernel.org, bcm-kernel-feedback-list@broadcom.com, linux-rpi-kernel@lists.infradead.org, linux-amlogic@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-riscv@lists.infradead.org, linux-stm32@st-md-mailman.stormreply.com, linux-crypto@vger.kernel.org, linux-watchdog@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Sender: linux-leds-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-leds@vger.kernel.org On Wed, 18 Sep 2019 at 19:32, 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. Superseded by v3 (although named v2...). Best regards, Krzysztof