Received: by 2002:a25:868d:0:0:0:0:0 with SMTP id z13csp2379652ybk; Sun, 17 May 2020 19:46:00 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzUVY4OGiw5u1YRsP5mIWhpw+C52d5PtSOsm7FzIgk2oldi0LO0cww67JSY02cXNWUcgkES X-Received: by 2002:a17:906:1857:: with SMTP id w23mr13760380eje.273.1589769960324; Sun, 17 May 2020 19:46:00 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1589769960; cv=none; d=google.com; s=arc-20160816; b=yD13rWrCeGjtgr8WxQWBr/qhhJS4lnDvQ8wd7Z/Wv3wSKBLzuxVRf2+2JX8yahQSIf P4tNxsPk6I+GluTm1wXJFdwzezriuH8Tj5fTMEDu+y+wmXnXmVOfm91r9uOPnLJLSjqj TeW2g4N9EKQivi+6jjqYS9OvfOtuMZBbqU94Gp8W2bAsJyaasU0a9kTdN4sVrWcKfzGO VzAfPabcQqBdgRRyoONw0oRdH2LP7WeyRU4dKcnVSJ44DAX9T5WVAKlyEAjVVtnBjvlf 53mkzoA48m6uvCIzp2cY/8e2KXufprHGr5O0N7hxfz4d2g91f9SxOpeu8svosY8xmShA CuKw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=fhohxAvTErVrQ+mq+Vmk41/EyccEKQVHy/zjza9NIek=; b=THUYsqk0tPkj9lnJeArwQbtY6t4GyVP2/EHax9sHXyw50ac1Mr2xOvd4i9iMA8G9dW GME8xOiQOFvZf9pGoDtLCi89UDKv1eMm6Ht0rXmo2UYbNKbi5Teg7+GF+GWwQZYfc06b 6+xZW3/47Os5zOYQ4uVY4KMTyUhusT4uHMoJ/TI/kdHUx6vqJfScdU0CJ4128VTXjqq3 SD3HiFM3JCPlDBOOBIwGv7faMsvIwgxduw0ZVj5154XpJ9PEfMvpU6leiaqW8Zn+pHvl l6+pUT9Osq9Em0iava5yRpX8IQYwO2r4VgQFWBW6CY3to9EnJtpE2jYjo+dbR3fJM/m5 2zVg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nxp.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id w5si5959033ejq.420.2020.05.17.19.45.36; Sun, 17 May 2020 19:46:00 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nxp.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726721AbgERCUZ (ORCPT + 99 others); Sun, 17 May 2020 22:20:25 -0400 Received: from inva020.nxp.com ([92.121.34.13]:50154 "EHLO inva020.nxp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726680AbgERCUY (ORCPT ); Sun, 17 May 2020 22:20:24 -0400 Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 438601A0040; Mon, 18 May 2020 04:20:22 +0200 (CEST) Received: from invc005.ap-rdc01.nxp.com (invc005.ap-rdc01.nxp.com [165.114.16.14]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 9C5421A00EC; Mon, 18 May 2020 04:20:18 +0200 (CEST) Received: from localhost.localdomain (shlinux2.ap.freescale.net [10.192.224.44]) by invc005.ap-rdc01.nxp.com (Postfix) with ESMTP id C1B57402A8; Mon, 18 May 2020 10:20:13 +0800 (SGT) From: Anson Huang To: tglx@linutronix.de, jason@lakedaemon.net, maz@kernel.org, robh+dt@kernel.org, l.stach@pengutronix.de, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Cc: Linux-imx@nxp.com Subject: [PATCH] dt-bindings: interrupt-controller: Convert imx irqsteer to json-schema Date: Mon, 18 May 2020 10:10:41 +0800 Message-Id: <1589767841-4213-1-git-send-email-Anson.Huang@nxp.com> X-Mailer: git-send-email 2.7.4 X-Virus-Scanned: ClamAV using ClamSMTP Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Convert the i.MX IRQSTEER binding to DT schema format using json-schema. Signed-off-by: Anson Huang --- .../bindings/interrupt-controller/fsl,irqsteer.txt | 35 --------- .../interrupt-controller/fsl,irqsteer.yaml | 87 ++++++++++++++++++++++ 2 files changed, 87 insertions(+), 35 deletions(-) delete mode 100644 Documentation/devicetree/bindings/interrupt-controller/fsl,irqsteer.txt create mode 100644 Documentation/devicetree/bindings/interrupt-controller/fsl,irqsteer.yaml diff --git a/Documentation/devicetree/bindings/interrupt-controller/fsl,irqsteer.txt b/Documentation/devicetree/bindings/interrupt-controller/fsl,irqsteer.txt deleted file mode 100644 index 582991c..0000000 --- a/Documentation/devicetree/bindings/interrupt-controller/fsl,irqsteer.txt +++ /dev/null @@ -1,35 +0,0 @@ -Freescale IRQSTEER Interrupt multiplexer - -Required properties: - -- compatible: should be: - - "fsl,imx8m-irqsteer" - - "fsl,imx-irqsteer" -- reg: Physical base address and size of registers. -- interrupts: Should contain the up to 8 parent interrupt lines used to - multiplex the input interrupts. They should be specified sequentially - from output 0 to 7. -- clocks: Should contain one clock for entry in clock-names - see Documentation/devicetree/bindings/clock/clock-bindings.txt -- clock-names: - - "ipg": main logic clock -- interrupt-controller: Identifies the node as an interrupt controller. -- #interrupt-cells: Specifies the number of cells needed to encode an - interrupt source. The value must be 1. -- fsl,channel: The output channel that all input IRQs should be steered into. -- fsl,num-irqs: Number of input interrupts of this channel. - Should be multiple of 32 input interrupts and up to 512 interrupts. - -Example: - - interrupt-controller@32e2d000 { - compatible = "fsl,imx8m-irqsteer", "fsl,imx-irqsteer"; - reg = <0x32e2d000 0x1000>; - interrupts = ; - clocks = <&clk IMX8MQ_CLK_DISP_APB_ROOT>; - clock-names = "ipg"; - fsl,channel = <0>; - fsl,num-irqs = <64>; - interrupt-controller; - #interrupt-cells = <1>; - }; diff --git a/Documentation/devicetree/bindings/interrupt-controller/fsl,irqsteer.yaml b/Documentation/devicetree/bindings/interrupt-controller/fsl,irqsteer.yaml new file mode 100644 index 0000000..a2bc723 --- /dev/null +++ b/Documentation/devicetree/bindings/interrupt-controller/fsl,irqsteer.yaml @@ -0,0 +1,87 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/interrupt-controller/fsl,irqsteer.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Freescale IRQSTEER Interrupt multiplexer + +maintainers: + - Lucas Stach + +properties: + compatible: + const: fsl,imx-irqsteer + + reg: + maxItems: 1 + + interrupts: + description: | + should contain the up to 8 parent interrupt lines used to multiplex + the input interrupts. They should be specified sequentially from + output 0 to 7. + items: + - description: irqsteer channel 0 + - description: irqsteer channel 1 + - description: irqsteer channel 2 + - description: irqsteer channel 3 + - description: irqsteer channel 4 + - description: irqsteer channel 5 + - description: irqsteer channel 6 + - description: irqsteer channel 7 + minItems: 1 + maxItems: 8 + + clocks: + maxItems: 1 + + clock-names: + const: ipg + + interrupt-controller: true + + "#interrupt-cells": + const: 1 + + fsl,channel: + $ref: '/schemas/types.yaml#/definitions/uint32' + description: | + u32 value representing the output channel that all input IRQs should be + steered into. + + fsl,num-irqs: + $ref: '/schemas/types.yaml#/definitions/uint32' + description: | + u32 value representing the number of input interrupts of this channel, + should be multiple of 32 input interrupts and up to 512 interrupts. + +required: + - compatible + - reg + - interrupts + - clocks + - clock-names + - interrupt-controller + - "#interrupt-cells" + - fsl,channel + - fsl,num-irqs + +additionalProperties: false + +examples: + - | + #include + #include + + interrupt-controller@32e2d000 { + compatible = "fsl,imx-irqsteer"; + reg = <0x32e2d000 0x1000>; + interrupts = ; + clocks = <&clk IMX8MQ_CLK_DISP_APB_ROOT>; + clock-names = "ipg"; + fsl,channel = <0>; + fsl,num-irqs = <64>; + interrupt-controller; + #interrupt-cells = <1>; + }; -- 2.7.4