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=-3.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_GIT 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 02400C0650F for ; Thu, 8 Aug 2019 08:51:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BF9ED2184E for ; Thu, 8 Aug 2019 08:51:45 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=baylibre-com.20150623.gappssmtp.com header.i=@baylibre-com.20150623.gappssmtp.com header.b="OFvZDM2G" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731432AbfHHIvp (ORCPT ); Thu, 8 Aug 2019 04:51:45 -0400 Received: from mail-wr1-f65.google.com ([209.85.221.65]:46485 "EHLO mail-wr1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730747AbfHHIvp (ORCPT ); Thu, 8 Aug 2019 04:51:45 -0400 Received: by mail-wr1-f65.google.com with SMTP id z1so94075407wru.13 for ; Thu, 08 Aug 2019 01:51:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=vifwZCE4bnskih8jmiWXXxluQMEl4VWESPVBYYZw1Fc=; b=OFvZDM2GMu+vNEzqszF7ge0Swd1VEF//llkq14iazVY4eYdAX7SfvBw71e1ROskeQs eTdH3onFMmimiTDbMHf9wtIEsKETqkpp9/znyHWDzs4GlVAbIKA4jTEuba2fzW4QST1U lC/c7vcgt016PN9/xE2xfZFIbHDkJTzNiXKECIoIYkZu8EE6PnEc7MjW4/qi4JsSqy8R tgs4Fojid604Eo4/9TjdzfeFrnVyBUwCZalwvqCe/36SLypMwp2C4Qi75ZuL0y2vWqG5 SAkAo9ITL5rrygXMNmYZbRWkvOECmyI/ILT6X84dtMcZffLwNvZs0Dga6Pw11fLaKwqR fPsg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=vifwZCE4bnskih8jmiWXXxluQMEl4VWESPVBYYZw1Fc=; b=C/TjTRQnUVYipOpU+sHVaAXwIkKV10NmLHLrc3KPOuC32dxWyz+DUpaqRr2fFSO5rY 08344lQd76ZCzsEteZTB9InWugjCHdPyVb2P3j7XY2xSX6q0CwJjWFq9tV2GY5wRmK0g wGteT7MZeSXngnPBMqT+FyKipKoBKa1PiR6xsrAhnNDAsY4Io7P9iWmcuE+MEYBVUn77 wS0sMS7vRsK+DJOwqXpL4e5pkNGoYDC0Nesnw2Kl8b9Pc35rDkYW7VQnrCSv6XKzaZ28 6XahQ8JZrcZOtF+B9TyPYD9viN2ZzFEaolTGLx8T9aB+jSIio8tB0AjuOaq/w5m14aJU gydw== X-Gm-Message-State: APjAAAUI2rx1FP/mF2MPbXRf1tQu5bhyWXJwEJ+Z/nhQcl//euwjassO mM7wKNdeQE5HwZ8gb4Q+Rs3Clg== X-Google-Smtp-Source: APXvYqwYEgl9MohCcq4LViUU9lWOpsLOwFkb7HqqBUCOa+plL4VwngfAF9IVJpka4nRbg/TwRZbMuQ== X-Received: by 2002:adf:f088:: with SMTP id n8mr15584283wro.58.1565254301982; Thu, 08 Aug 2019 01:51:41 -0700 (PDT) Received: from bender.baylibre.local (lmontsouris-657-1-212-31.w90-63.abo.wanadoo.fr. [90.63.244.31]) by smtp.gmail.com with ESMTPSA id i66sm3360031wmi.11.2019.08.08.01.51.40 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Thu, 08 Aug 2019 01:51:41 -0700 (PDT) From: Neil Armstrong To: robh+dt@kernel.org Cc: Neil Armstrong , linux-amlogic@lists.infradead.org, linux-crypto@vger.kernel.org, linux-serial@vger.kernel.org, linux-spi@vger.kernel.org, linux-watchdog@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, jassisinghbrar@gmail.com, kishon@ti.com, p.zabel@pengutronix.de Subject: [PATCH 0/9] dt-bindings: first tentative of conversion to yaml format Date: Thu, 8 Aug 2019 10:51:30 +0200 Message-Id: <20190808085139.21438-1-narmstrong@baylibre.com> X-Mailer: git-send-email 2.22.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-watchdog-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-watchdog@vger.kernel.org This is a first tentative to convert some of the simplest Amlogic dt-bindings to the yaml format. All have been tested using : $ make ARCH=arm64 dtbs_check Issues with the amlogic arm64 DTs has already been identified thanks to the validation scripts. The DT fixes will be pushed once these yaml bindings are acked. Changes since rfc v2: - Collected Rob's, Martin's, Philipp's and Guenter's tags - Removed mhu maxItems: 3 to leave only minItems - Fixed flash@0 in spifc example Changes since rfc v1: - Fixed bindings according to Rob's comments - Added commit log - renamed yaml files using amlogic prefix Neil Armstrong (9): dt-bindings: mailbox: meson-mhu: convert to yaml dt-bindings: rng: amlogic,meson-rng: convert to yaml dt-bindings: spi: meson: convert to yaml dt-bindings: reset: amlogic,meson-reset: convert to yaml dt-bindings: arm: amlogic: amlogic,meson-gx-ao-secure: convert to yaml dt-bindings: phy: meson-g12a-usb2-phy: convert to yaml dt-bindings: phy: meson-g12a-usb3-pcie-phy: convert to yaml dt-bindings: serial: meson-uart: convert to yaml dt-bindings: watchdog: meson-gxbb-wdt: convert to yaml .../amlogic/amlogic,meson-gx-ao-secure.txt | 28 ------- .../amlogic/amlogic,meson-gx-ao-secure.yaml | 52 +++++++++++++ .../mailbox/amlogic,meson-gxbb-mhu.yaml | 52 +++++++++++++ .../devicetree/bindings/mailbox/meson-mhu.txt | 34 --------- .../phy/amlogic,meson-g12a-usb2-phy.yaml | 63 ++++++++++++++++ .../phy/amlogic,meson-g12a-usb3-pcie-phy.yaml | 57 +++++++++++++++ .../bindings/phy/meson-g12a-usb2-phy.txt | 22 ------ .../bindings/phy/meson-g12a-usb3-pcie-phy.txt | 22 ------ .../bindings/reset/amlogic,meson-reset.txt | 19 ----- .../bindings/reset/amlogic,meson-reset.yaml | 37 ++++++++++ .../bindings/rng/amlogic,meson-rng.txt | 21 ------ .../bindings/rng/amlogic,meson-rng.yaml | 37 ++++++++++ .../bindings/serial/amlogic,meson-uart.txt | 38 ---------- .../bindings/serial/amlogic,meson-uart.yaml | 73 +++++++++++++++++++ .../bindings/spi/amlogic,meson-gx-spicc.yaml | 67 +++++++++++++++++ .../bindings/spi/amlogic,meson6-spifc.yaml | 53 ++++++++++++++ .../devicetree/bindings/spi/spi-meson.txt | 55 -------------- .../watchdog/amlogic,meson-gxbb-wdt.yaml | 37 ++++++++++ .../bindings/watchdog/meson-gxbb-wdt.txt | 16 ---- 19 files changed, 528 insertions(+), 255 deletions(-) delete mode 100644 Documentation/devicetree/bindings/arm/amlogic/amlogic,meson-gx-ao-secure.txt create mode 100644 Documentation/devicetree/bindings/arm/amlogic/amlogic,meson-gx-ao-secure.yaml create mode 100644 Documentation/devicetree/bindings/mailbox/amlogic,meson-gxbb-mhu.yaml delete mode 100644 Documentation/devicetree/bindings/mailbox/meson-mhu.txt create mode 100644 Documentation/devicetree/bindings/phy/amlogic,meson-g12a-usb2-phy.yaml create mode 100644 Documentation/devicetree/bindings/phy/amlogic,meson-g12a-usb3-pcie-phy.yaml delete mode 100644 Documentation/devicetree/bindings/phy/meson-g12a-usb2-phy.txt delete mode 100644 Documentation/devicetree/bindings/phy/meson-g12a-usb3-pcie-phy.txt delete mode 100644 Documentation/devicetree/bindings/reset/amlogic,meson-reset.txt create mode 100644 Documentation/devicetree/bindings/reset/amlogic,meson-reset.yaml delete mode 100644 Documentation/devicetree/bindings/rng/amlogic,meson-rng.txt create mode 100644 Documentation/devicetree/bindings/rng/amlogic,meson-rng.yaml delete mode 100644 Documentation/devicetree/bindings/serial/amlogic,meson-uart.txt create mode 100644 Documentation/devicetree/bindings/serial/amlogic,meson-uart.yaml create mode 100644 Documentation/devicetree/bindings/spi/amlogic,meson-gx-spicc.yaml create mode 100644 Documentation/devicetree/bindings/spi/amlogic,meson6-spifc.yaml delete mode 100644 Documentation/devicetree/bindings/spi/spi-meson.txt create mode 100644 Documentation/devicetree/bindings/watchdog/amlogic,meson-gxbb-wdt.yaml delete mode 100644 Documentation/devicetree/bindings/watchdog/meson-gxbb-wdt.txt -- 2.22.0