From patchwork Fri Sep 4 15:23:50 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 1357645 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=linux-pwm-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=default header.b=sV58pfGm; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4BjhPG5pcmz9sVB for ; Sat, 5 Sep 2020 01:27:14 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730913AbgIDPYV (ORCPT ); Fri, 4 Sep 2020 11:24:21 -0400 Received: from mail.kernel.org ([198.145.29.99]:33060 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730829AbgIDPYU (ORCPT ); Fri, 4 Sep 2020 11:24:20 -0400 Received: from kozik-lap.mshome.net (unknown [194.230.155.106]) (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 AB3F420770; Fri, 4 Sep 2020 15:24:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599233059; bh=sKvZCsZobU7Bh4Xu+fGf9ZJCYmD7SquliyFmgqG50Oo=; h=From:To:Cc:Subject:Date:From; b=sV58pfGmmWQn8uohb/hknW48UOzALop3pIk3iQCR4uyFQ0gZyZbkeRJ5Qu8MEqccx Mkiwo6Wf3oJFhnVa4ToV7+vibP0Ihhvq3O5bvcBpigvWvC8sLMGLbJFQuBKgZhExcg M/98mPuaOqB0LDnKCPaiqseidOtLyrZLK/gWkZYU= From: Krzysztof Kozlowski To: Rob Herring , linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org, linux-pwm@vger.kernel.org, linux-serial@vger.kernel.org, linux-pm@vger.kernel.org, linux-watchdog@vger.kernel.org Cc: Michael Turquette , Stephen Boyd , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Guenter Roeck , Krzysztof Kozlowski Subject: [PATCH v3 00/14] dt-bindings: Cleanup of i.MX 8 Date: Fri, 4 Sep 2020 17:23:50 +0200 Message-Id: <20200904152404.20636-1-krzk@kernel.org> X-Mailer: git-send-email 2.17.1 Sender: linux-pwm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pwm@vger.kernel.org Hi Rob, I am resending the series (v3) without actual changes. You already reviewed many of them. I think that subsystem maintainers are hesitant to pick them up, so maybe this could go via your tree (all of them)? Changes against previous revisions are in individual patches. Best regards, Krzysztof Krzysztof Kozlowski (14): dt-bindings: perf: fsl-imx-ddr: Add i.MX 8M compatibles dt-bindings: pwm: imx-pwm: Add i.MX 8M compatibles dt-bindings: serial: fsl-imx-uart: Add i.MX 8M compatibles dt-bindings: serial: fsl-lpuart: Fix compatible matching dt-bindings: watchdog: fsl-imx-wdt: Add i.MX 8M compatibles dt-bindings: reset: fsl,imx7-src: Add i.MX 8M compatibles dt-bindings: thermal: imx8mm-thermal: Add i.MX 8M Nano compatible dt-bindings: nvmem: imx-ocotp: Update i.MX 8M compatibles dt-bindings: mfd: rohm,bd71847-pmic: Correct clock properties requirements dt-bindings: interrupt-controller: fsl,irqsteer: Fix compatible matching dt-bindings: mtd: gpmi-nand: Add i.MX 8M compatibles dt-bindings: mtd: gpmi-nand: Fix matching of clocks on different SoCs dt-bindings: mtd: nand-controller: Fix matching with size-cells==1 dt-bindings: clock: imx8m: Integrate duplicated i.MX 8M schemas .../bindings/clock/imx8m-clock.yaml | 125 ++++++++++++++++++ .../bindings/clock/imx8mm-clock.yaml | 68 ---------- .../bindings/clock/imx8mn-clock.yaml | 70 ---------- .../bindings/clock/imx8mp-clock.yaml | 70 ---------- .../bindings/clock/imx8mq-clock.yaml | 72 ---------- .../interrupt-controller/fsl,irqsteer.yaml | 8 +- .../bindings/mfd/rohm,bd71847-pmic.yaml | 9 +- .../devicetree/bindings/mtd/gpmi-nand.yaml | 94 ++++++++++--- .../bindings/mtd/nand-controller.yaml | 5 +- .../devicetree/bindings/nvmem/imx-ocotp.yaml | 38 +++--- .../devicetree/bindings/perf/fsl-imx-ddr.yaml | 16 ++- .../devicetree/bindings/pwm/imx-pwm.yaml | 14 +- .../bindings/reset/fsl,imx7-src.yaml | 19 ++- .../bindings/serial/fsl-imx-uart.yaml | 4 + .../bindings/serial/fsl-lpuart.yaml | 17 ++- .../bindings/thermal/imx8mm-thermal.yaml | 10 +- .../bindings/watchdog/fsl-imx-wdt.yaml | 11 +- 17 files changed, 303 insertions(+), 347 deletions(-) create mode 100644 Documentation/devicetree/bindings/clock/imx8m-clock.yaml delete mode 100644 Documentation/devicetree/bindings/clock/imx8mm-clock.yaml delete mode 100644 Documentation/devicetree/bindings/clock/imx8mn-clock.yaml delete mode 100644 Documentation/devicetree/bindings/clock/imx8mp-clock.yaml delete mode 100644 Documentation/devicetree/bindings/clock/imx8mq-clock.yaml