linux-watchdog.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 00/10] dt-bindings: arm: freescale: Switch fsl,scu from txt to yaml
@ 2022-06-09 14:34 Abel Vesa
  2022-06-09 14:34 ` [PATCH v3 01/10] dt-bindings: firmware: Add fsl,scu yaml file Abel Vesa
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Abel Vesa @ 2022-06-09 14:34 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Dmitry Torokhov,
	Srinivas Kandagatla, Dong Aisheng, Shawn Guo, Linus Walleij,
	Alexandre Belloni, Rafael J. Wysocki, Guenter Roeck,
	Stefan Agner
  Cc: Stephen Boyd, Pengutronix Kernel Team, devicetree,
	Linux Kernel Mailing List, NXP Linux Team, linux-clk,
	linux-input, linux-gpio, linux-rtc, linux-pm, linux-watchdog

Here is the v2:
https://lore.kernel.org/lkml/20220608164928.2706697-1-abel.vesa@nxp.com/

Changes since v2:
 * replaced all the maintainers with Aisheng Dong (from NXP)

Abel Vesa (10):
  dt-bindings: firmware: Add fsl,scu yaml file
  dt-bindings: clk: imx: Add fsl,scu-clk yaml file
  dt-bindings: pinctrl: imx: Add fsl,scu-iomux yaml file
  dt-bindings: input: Add fsl,scu-key yaml file
  dt-bindings: nvmem: Add fsl,scu-ocotp yaml file
  dt-bindings: power: Add fsl,scu-pd yaml file
  dt-bindings: rtc: Add fsl,scu-rtc yaml file
  dt-bindings: thermal: Add fsl,scu-thermal yaml file
  dt-bindings: watchdog: Add fsl,scu-wdt yaml file
  dt-bindings: arm: freescale: Remove fsl,scu txt file

 .../bindings/arm/freescale/fsl,scu.txt        | 271 ------------------
 .../bindings/clock/fsl,scu-clk.yaml           |  52 ++++
 .../devicetree/bindings/firmware/fsl,scu.yaml | 162 +++++++++++
 .../bindings/input/fsl,scu-key.yaml           |  30 ++
 .../bindings/nvmem/fsl,scu-ocotp.yaml         |  37 +++
 .../bindings/pinctrl/fsl,scu-pinctrl.yaml     |  32 +++
 .../devicetree/bindings/power/fsl,scu-pd.yaml |  34 +++
 .../devicetree/bindings/rtc/fsl,scu-rtc.yaml  |  22 ++
 .../bindings/thermal/fsl,scu-thermal.yaml     |  32 +++
 .../bindings/watchdog/fsl,scu-wdt.yaml        |  29 ++
 10 files changed, 430 insertions(+), 271 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt
 create mode 100644 Documentation/devicetree/bindings/clock/fsl,scu-clk.yaml
 create mode 100644 Documentation/devicetree/bindings/firmware/fsl,scu.yaml
 create mode 100644 Documentation/devicetree/bindings/input/fsl,scu-key.yaml
 create mode 100644 Documentation/devicetree/bindings/nvmem/fsl,scu-ocotp.yaml
 create mode 100644 Documentation/devicetree/bindings/pinctrl/fsl,scu-pinctrl.yaml
 create mode 100644 Documentation/devicetree/bindings/power/fsl,scu-pd.yaml
 create mode 100644 Documentation/devicetree/bindings/rtc/fsl,scu-rtc.yaml
 create mode 100644 Documentation/devicetree/bindings/thermal/fsl,scu-thermal.yaml
 create mode 100644 Documentation/devicetree/bindings/watchdog/fsl,scu-wdt.yaml

--
2.34.3


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [PATCH v3 01/10] dt-bindings: firmware: Add fsl,scu yaml file
  2022-06-09 14:34 [PATCH v3 00/10] dt-bindings: arm: freescale: Switch fsl,scu from txt to yaml Abel Vesa
@ 2022-06-09 14:34 ` Abel Vesa
  2022-06-09 14:34 ` [PATCH v3 02/10] dt-bindings: clk: imx: Add fsl,scu-clk " Abel Vesa
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Abel Vesa @ 2022-06-09 14:34 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Dmitry Torokhov,
	Srinivas Kandagatla, Dong Aisheng, Shawn Guo, Linus Walleij,
	Alexandre Belloni, Rafael J. Wysocki, Guenter Roeck,
	Stefan Agner
  Cc: Stephen Boyd, Pengutronix Kernel Team, devicetree,
	Linux Kernel Mailing List, NXP Linux Team, linux-clk,
	linux-input, linux-gpio, linux-rtc, linux-pm, linux-watchdog

In order to replace the fsl,scu txt file from bindings/arm/freescale,
we need to split it between the right subsystems. This patch adds the
fsl,scu.yaml in the firmware bindings folder. This one is only for
the main SCU node. The old txt file will be removed only after all
the child nodes have been properly switch to yaml.

Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
---
 .../devicetree/bindings/firmware/fsl,scu.yaml | 162 ++++++++++++++++++
 1 file changed, 162 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/firmware/fsl,scu.yaml

diff --git a/Documentation/devicetree/bindings/firmware/fsl,scu.yaml b/Documentation/devicetree/bindings/firmware/fsl,scu.yaml
new file mode 100644
index 000000000000..7dc6065a0703
--- /dev/null
+++ b/Documentation/devicetree/bindings/firmware/fsl,scu.yaml
@@ -0,0 +1,162 @@
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/firmware/fsl,scu.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: NXP i.MX System Controller Firmware (SCFW)
+
+maintainers:
+  - Dong Aisheng <aisheng.dong@nxp.com>
+
+description: System Controller Device Node
+  The System Controller Firmware (SCFW) is a low-level system function
+  which runs on a dedicated Cortex-M core to provide power, clock, and
+  resource management. It exists on some i.MX8 processors. e.g. i.MX8QM
+  (QM, QP), and i.MX8QX (QXP, DX).
+  The AP communicates with the SC using a multi-ported MU module found
+  in the LSIO subsystem. The current definition of this MU module provides
+  5 remote AP connections to the SC to support up to 5 execution environments
+  (TZ, HV, standard Linux, etc.). The SC side of this MU module interfaces
+  with the LSIO DSC IP bus. The SC firmware will communicate with this MU
+  using the MSI bus.
+
+properties:
+  $nodename:
+    const: 'scu'
+
+  compatible:
+    const: fsl,imx-scu
+
+  clock-controller:
+    description: |
+      Clock controller node that provides the clocks controlled by the SCU
+
+  imx8qx-ocotp:
+    description: |
+      OCOTP controller node provided by the SCU
+
+  keys:
+    description: |
+      Keys provided by the SCU
+
+  mboxes:
+    description: |
+      $ref: /schemas/mailbox/fsl,mu.yaml
+      List of phandle of 4 MU channels for tx, 4 MU channels for
+      rx, and 1 optional MU channel for general interrupt.
+      All MU channels must be in the same MU instance.
+      Cross instances are not allowed. The MU instance can only
+      be one of LSIO MU0~M4 for imx8qxp and imx8qm. Users need
+      to make sure use the one which is not conflict with other
+      execution environments. e.g. ATF.
+    minItems: 1
+    maxItems: 10
+
+  mbox-names:
+    description:
+      include "gip3" if want to support general MU interrupt.
+    minItems: 1
+    maxItems: 10
+
+  pinctrl:
+    description: |
+      Pin controller provided by the SCU
+
+  power-controller:
+    description: |
+      Power domains controller node that provides the power domains
+      controlled by the SCU
+
+  rtc:
+    description: |
+      RTC controller provided by the SCU
+
+  thermal-sensor:
+    description: |
+      Thermal sensor provided by the SCU
+
+  watchdog:
+    description: |
+      Watchdog controller provided by the SCU
+
+required:
+  - compatible
+  - mbox-names
+  - mboxes
+
+additionalProperties: false
+
+examples:
+  - |
+    #include <dt-bindings/firmware/imx/rsrc.h>
+    #include <dt-bindings/input/input.h>
+    #include <dt-bindings/pinctrl/pads-imx8qxp.h>
+
+    firmware {
+           scu {
+                   compatible = "fsl,imx-scu";
+                   mbox-names = "tx0", "tx1", "tx2", "tx3",
+                                "rx0", "rx1", "rx2", "rx3",
+                                "gip3";
+                   mboxes = <&lsio_mu1 0 0
+                            &lsio_mu1 0 1
+                            &lsio_mu1 0 2
+                            &lsio_mu1 0 3
+                            &lsio_mu1 1 0
+                            &lsio_mu1 1 1
+                            &lsio_mu1 1 2
+                            &lsio_mu1 1 3
+                            &lsio_mu1 3 3>;
+
+                   clock-controller {
+                            compatible = "fsl,imx8qxp-clk", "fsl,scu-clk";
+                            #clock-cells = <2>;
+                   };
+
+                   pinctrl {
+                            compatible = "fsl,imx8qxp-iomuxc";
+
+                            pinctrl_lpuart0: lpuart0grp {
+                                   fsl,pins = <
+                                           IMX8QXP_UART0_RX_ADMA_UART0_RX   0x06000020
+                                           IMX8QXP_UART0_TX_ADMA_UART0_TX   0x06000020
+                                   >;
+                            };
+                   };
+
+                   imx8qx-ocotp {
+                            compatible = "fsl,imx8qxp-scu-ocotp";
+                            #address-cells = <1>;
+                            #size-cells = <1>;
+
+                            fec_mac0: mac@2c4 {
+                                   reg = <0x2c4 6>;
+                            };
+                   };
+
+                   power-controller {
+                            compatible = "fsl,imx8qxp-scu-pd", "fsl,scu-pd";
+                            #power-domain-cells = <1>;
+                   };
+
+                   rtc {
+                            compatible = "fsl,imx8qxp-sc-rtc";
+                   };
+
+                   keys {
+                            compatible = "fsl,imx8qxp-sc-key", "fsl,imx-sc-key";
+                            linux,keycodes = <KEY_POWER>;
+                   };
+
+                   watchdog {
+                            compatible = "fsl,imx8qxp-sc-wdt", "fsl,imx-sc-wdt";
+                            timeout-sec = <60>;
+                   };
+
+                   thermal-sensor {
+                            compatible = "fsl,imx8qxp-sc-thermal", "fsl,imx-sc-thermal";
+                            #thermal-sensor-cells = <1>;
+                   };
+            };
+    };
-- 
2.34.3


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH v3 02/10] dt-bindings: clk: imx: Add fsl,scu-clk yaml file
  2022-06-09 14:34 [PATCH v3 00/10] dt-bindings: arm: freescale: Switch fsl,scu from txt to yaml Abel Vesa
  2022-06-09 14:34 ` [PATCH v3 01/10] dt-bindings: firmware: Add fsl,scu yaml file Abel Vesa
@ 2022-06-09 14:34 ` Abel Vesa
  2022-06-09 14:34 ` [PATCH v3 03/10] dt-bindings: pinctrl: imx: Add fsl,scu-iomux " Abel Vesa
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Abel Vesa @ 2022-06-09 14:34 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Dmitry Torokhov,
	Srinivas Kandagatla, Dong Aisheng, Shawn Guo, Linus Walleij,
	Alexandre Belloni, Rafael J. Wysocki, Guenter Roeck,
	Stefan Agner
  Cc: Stephen Boyd, Pengutronix Kernel Team, devicetree,
	Linux Kernel Mailing List, NXP Linux Team, linux-clk,
	linux-input, linux-gpio, linux-rtc, linux-pm, linux-watchdog

In order to replace the fsl,scu txt file from bindings/arm/freescale,
we need to split it between the right subsystems. This patch documents
separately the 'clock' child node of the SCU main node.

Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
---
 .../bindings/clock/fsl,scu-clk.yaml           | 52 +++++++++++++++++++
 1 file changed, 52 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/fsl,scu-clk.yaml

diff --git a/Documentation/devicetree/bindings/clock/fsl,scu-clk.yaml b/Documentation/devicetree/bindings/clock/fsl,scu-clk.yaml
new file mode 100644
index 000000000000..c5902733b7cc
--- /dev/null
+++ b/Documentation/devicetree/bindings/clock/fsl,scu-clk.yaml
@@ -0,0 +1,52 @@
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/clock/fsl,scu-clk.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: i.MX SCU Client Device Node - Clock bindings based on SCU Message Protocol
+
+maintainers:
+  - Abel Vesa <abel.vesa@nxp.com>
+
+description: i.MX SCU Client Device Node
+  Client nodes are maintained as children of the relevant IMX-SCU device node.
+  This binding uses the common clock binding.
+  (Documentation/devicetree/bindings/clock/clock-bindings.txt)
+  The clock consumer should specify the desired clock by having the clock
+  ID in its "clocks" phandle cell.
+  See the full list of clock IDs from
+  include/dt-bindings/clock/imx8qxp-clock.h
+
+properties:
+  compatible:
+    oneOf:
+      - items:
+          - enum:
+              - fsl,imx8dxl-clk
+              - fsl,imx8qm-clk
+              - fsl,imx8qxp-clk
+          - const: fsl,scu-clk
+
+  '#clock-cells':
+    const: 2
+
+  clocks:
+    items:
+      - description: XTAL 32KHz
+      - description: XTAL 24MHz
+    minItems: 1
+
+  clock-names:
+    items:
+      enum:
+        - xtal_32KHz
+        - xtal_24Mhz
+    minItems: 1
+    maxItems: 2
+
+required:
+  - compatible
+  - '#clock-cells'
+
+additionalProperties: false
-- 
2.34.3


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH v3 03/10] dt-bindings: pinctrl: imx: Add fsl,scu-iomux yaml file
  2022-06-09 14:34 [PATCH v3 00/10] dt-bindings: arm: freescale: Switch fsl,scu from txt to yaml Abel Vesa
  2022-06-09 14:34 ` [PATCH v3 01/10] dt-bindings: firmware: Add fsl,scu yaml file Abel Vesa
  2022-06-09 14:34 ` [PATCH v3 02/10] dt-bindings: clk: imx: Add fsl,scu-clk " Abel Vesa
@ 2022-06-09 14:34 ` Abel Vesa
  2022-06-09 14:34 ` [PATCH v3 04/10] dt-bindings: input: Add fsl,scu-key " Abel Vesa
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Abel Vesa @ 2022-06-09 14:34 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Dmitry Torokhov,
	Srinivas Kandagatla, Dong Aisheng, Shawn Guo, Linus Walleij,
	Alexandre Belloni, Rafael J. Wysocki, Guenter Roeck,
	Stefan Agner
  Cc: Stephen Boyd, Pengutronix Kernel Team, devicetree,
	Linux Kernel Mailing List, NXP Linux Team, linux-clk,
	linux-input, linux-gpio, linux-rtc, linux-pm, linux-watchdog

In order to replace the fsl,scu txt file from bindings/arm/freescale,
we need to split it between the right subsystems. This patch documents
separately the 'iomux/pinctrl' child node of the SCU main node.

Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
---
 .../bindings/pinctrl/fsl,scu-pinctrl.yaml     | 32 +++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/fsl,scu-pinctrl.yaml

diff --git a/Documentation/devicetree/bindings/pinctrl/fsl,scu-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/fsl,scu-pinctrl.yaml
new file mode 100644
index 000000000000..d325340403ef
--- /dev/null
+++ b/Documentation/devicetree/bindings/pinctrl/fsl,scu-pinctrl.yaml
@@ -0,0 +1,32 @@
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/pinctrl/fsl,scu-pinctrl.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: i.MX SCU Client Device Node - Pinctrl bindings based on SCU Message Protocol
+
+maintainers:
+  - Dong Aisheng <aisheng.dong@nxp.com>
+
+description: i.MX SCU Client Device Node
+  Client nodes are maintained as children of the relevant IMX-SCU device node.
+  This binding uses the i.MX common pinctrl binding.
+  (Documentation/devicetree/bindings/pinctrl/fsl,imx-pinctrl.txt)
+
+properties:
+  compatible:
+    items:
+      - enum:
+          - fsl,imx8qm-iomuxc
+          - fsl,imx8qxp-iomuxc
+          - fsl,imx8dxl-iomuxc
+
+patternProperties:
+  "grp$":
+    type: object
+
+required:
+  - compatible
+
+additionalProperties: false
-- 
2.34.3


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH v3 04/10] dt-bindings: input: Add fsl,scu-key yaml file
  2022-06-09 14:34 [PATCH v3 00/10] dt-bindings: arm: freescale: Switch fsl,scu from txt to yaml Abel Vesa
                   ` (2 preceding siblings ...)
  2022-06-09 14:34 ` [PATCH v3 03/10] dt-bindings: pinctrl: imx: Add fsl,scu-iomux " Abel Vesa
@ 2022-06-09 14:34 ` Abel Vesa
  2022-06-09 14:34 ` [PATCH v3 05/10] dt-bindings: nvmem: Add fsl,scu-ocotp " Abel Vesa
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Abel Vesa @ 2022-06-09 14:34 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Dmitry Torokhov,
	Srinivas Kandagatla, Dong Aisheng, Shawn Guo, Linus Walleij,
	Alexandre Belloni, Rafael J. Wysocki, Guenter Roeck,
	Stefan Agner
  Cc: Stephen Boyd, Pengutronix Kernel Team, devicetree,
	Linux Kernel Mailing List, NXP Linux Team, linux-clk,
	linux-input, linux-gpio, linux-rtc, linux-pm, linux-watchdog

In order to replace the fsl,scu txt file from bindings/arm/freescale,
we need to split it between the right subsystems. This patch documents
separately the 'keys' child node of the SCU main node.

Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
---
 .../bindings/input/fsl,scu-key.yaml           | 30 +++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/input/fsl,scu-key.yaml

diff --git a/Documentation/devicetree/bindings/input/fsl,scu-key.yaml b/Documentation/devicetree/bindings/input/fsl,scu-key.yaml
new file mode 100644
index 000000000000..e89b4b998076
--- /dev/null
+++ b/Documentation/devicetree/bindings/input/fsl,scu-key.yaml
@@ -0,0 +1,30 @@
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/input/fsl,scu-key.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: i.MX SCU Client Device Node - SCU key bindings based on SCU Message Protocol
+
+maintainers:
+  - Dong Aisheng <aisheng.dong@nxp.com>
+
+description: i.MX SCU Client Device Node
+  Client nodes are maintained as children of the relevant IMX-SCU device node.
+
+allOf:
+  - $ref: /schemas/input/input.yaml#
+
+properties:
+  compatible:
+    items:
+      - const: fsl,imx8qxp-sc-key
+      - const: fsl,imx-sc-key
+
+  linux,keycodes: true
+
+required:
+  - compatible
+  - linux,keycodes
+
+additionalProperties: false
-- 
2.34.3


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH v3 05/10] dt-bindings: nvmem: Add fsl,scu-ocotp yaml file
  2022-06-09 14:34 [PATCH v3 00/10] dt-bindings: arm: freescale: Switch fsl,scu from txt to yaml Abel Vesa
                   ` (3 preceding siblings ...)
  2022-06-09 14:34 ` [PATCH v3 04/10] dt-bindings: input: Add fsl,scu-key " Abel Vesa
@ 2022-06-09 14:34 ` Abel Vesa
  2022-06-09 14:34 ` [PATCH v3 06/10] dt-bindings: power: Add fsl,scu-pd " Abel Vesa
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Abel Vesa @ 2022-06-09 14:34 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Dmitry Torokhov,
	Srinivas Kandagatla, Dong Aisheng, Shawn Guo, Linus Walleij,
	Alexandre Belloni, Rafael J. Wysocki, Guenter Roeck,
	Stefan Agner
  Cc: Stephen Boyd, Pengutronix Kernel Team, devicetree,
	Linux Kernel Mailing List, NXP Linux Team, linux-clk,
	linux-input, linux-gpio, linux-rtc, linux-pm, linux-watchdog

In order to replace the fsl,scu txt file from bindings/arm/freescale,
we need to split it between the right subsystems. This patch documents
separately the 'ocotp' child node of the SCU main node.

Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
---
 .../bindings/nvmem/fsl,scu-ocotp.yaml         | 37 +++++++++++++++++++
 1 file changed, 37 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/nvmem/fsl,scu-ocotp.yaml

diff --git a/Documentation/devicetree/bindings/nvmem/fsl,scu-ocotp.yaml b/Documentation/devicetree/bindings/nvmem/fsl,scu-ocotp.yaml
new file mode 100644
index 000000000000..136ffd074511
--- /dev/null
+++ b/Documentation/devicetree/bindings/nvmem/fsl,scu-ocotp.yaml
@@ -0,0 +1,37 @@
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/nvmem/fsl,scu-ocotp.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: i.MX SCU Client Device Node - OCOTP bindings based on SCU Message Protocol
+
+maintainers:
+  - Dong Aisheng <aisheng.dong@nxp.com>
+
+description: i.MX SCU Client Device Node
+  Client nodes are maintained as children of the relevant IMX-SCU device node.
+  Detailed bindings are described in bindings/nvmem/nvmem.txt
+
+properties:
+  compatible:
+    enum:
+      - fsl,imx8qm-scu-ocotp
+      - fsl,imx8qxp-scu-ocotp
+
+  '#address-cells':
+    const: 1
+
+  '#size-cells':
+    const: 1
+
+patternProperties:
+  "^mac@[0-9a-f]*$":
+    type: object
+
+required:
+  - compatible
+  - '#address-cells'
+  - '#size-cells'
+
+additionalProperties: false
-- 
2.34.3


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH v3 06/10] dt-bindings: power: Add fsl,scu-pd yaml file
  2022-06-09 14:34 [PATCH v3 00/10] dt-bindings: arm: freescale: Switch fsl,scu from txt to yaml Abel Vesa
                   ` (4 preceding siblings ...)
  2022-06-09 14:34 ` [PATCH v3 05/10] dt-bindings: nvmem: Add fsl,scu-ocotp " Abel Vesa
@ 2022-06-09 14:34 ` Abel Vesa
  2022-06-09 14:34 ` [PATCH v3 07/10] dt-bindings: rtc: Add fsl,scu-rtc " Abel Vesa
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Abel Vesa @ 2022-06-09 14:34 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Dmitry Torokhov,
	Srinivas Kandagatla, Dong Aisheng, Shawn Guo, Linus Walleij,
	Alexandre Belloni, Rafael J. Wysocki, Guenter Roeck,
	Stefan Agner
  Cc: Stephen Boyd, Pengutronix Kernel Team, devicetree,
	Linux Kernel Mailing List, NXP Linux Team, linux-clk,
	linux-input, linux-gpio, linux-rtc, linux-pm, linux-watchdog

In order to replace the fsl,scu txt file from bindings/arm/freescale,
we need to split it between the right subsystems. This patch documents
separately the 'power controller' child node of the SCU main node.

Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
---
 .../devicetree/bindings/power/fsl,scu-pd.yaml | 34 +++++++++++++++++++
 1 file changed, 34 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/power/fsl,scu-pd.yaml

diff --git a/Documentation/devicetree/bindings/power/fsl,scu-pd.yaml b/Documentation/devicetree/bindings/power/fsl,scu-pd.yaml
new file mode 100644
index 000000000000..b7d76bb25016
--- /dev/null
+++ b/Documentation/devicetree/bindings/power/fsl,scu-pd.yaml
@@ -0,0 +1,34 @@
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/power/fsl,scu-pd.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: i.MX SCU Client Device Node - Power domain bindings based on SCU Message Protocol
+
+maintainers:
+  - Dong Aisheng <aisheng.dong@nxp.com>
+
+description: i.MX SCU Client Device Node
+  Client nodes are maintained as children of the relevant IMX-SCU device node.
+  Power domain bindings based on SCU Message Protocol
+
+allOf:
+  - $ref: /schemas/power/power-domain.yaml
+
+properties:
+  compatible:
+    items:
+      - enum:
+          - fsl,imx8qm-scu-pd
+          - fsl,imx8qxp-scu-pd
+      - const: fsl,scu-pd
+
+  '#power-domain-cells':
+    const: 1
+
+required:
+  - compatible
+  - '#power-domain-cells'
+
+additionalProperties: false
-- 
2.34.3


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH v3 07/10] dt-bindings: rtc: Add fsl,scu-rtc yaml file
  2022-06-09 14:34 [PATCH v3 00/10] dt-bindings: arm: freescale: Switch fsl,scu from txt to yaml Abel Vesa
                   ` (5 preceding siblings ...)
  2022-06-09 14:34 ` [PATCH v3 06/10] dt-bindings: power: Add fsl,scu-pd " Abel Vesa
@ 2022-06-09 14:34 ` Abel Vesa
  2022-06-09 14:34 ` [PATCH v3 08/10] dt-bindings: thermal: Add fsl,scu-thermal " Abel Vesa
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Abel Vesa @ 2022-06-09 14:34 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Dmitry Torokhov,
	Srinivas Kandagatla, Dong Aisheng, Shawn Guo, Linus Walleij,
	Alexandre Belloni, Rafael J. Wysocki, Guenter Roeck,
	Stefan Agner
  Cc: Stephen Boyd, Pengutronix Kernel Team, devicetree,
	Linux Kernel Mailing List, NXP Linux Team, linux-clk,
	linux-input, linux-gpio, linux-rtc, linux-pm, linux-watchdog

In order to replace the fsl,scu txt file from bindings/arm/freescale,
we need to split it between the right subsystems. This patch documents
separately the 'rtc' child node of the SCU main node.

Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
---
 .../devicetree/bindings/rtc/fsl,scu-rtc.yaml  | 22 +++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/rtc/fsl,scu-rtc.yaml

diff --git a/Documentation/devicetree/bindings/rtc/fsl,scu-rtc.yaml b/Documentation/devicetree/bindings/rtc/fsl,scu-rtc.yaml
new file mode 100644
index 000000000000..c97c970a381c
--- /dev/null
+++ b/Documentation/devicetree/bindings/rtc/fsl,scu-rtc.yaml
@@ -0,0 +1,22 @@
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/rtc/fsl,scu-rtc.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: i.MX SCU Client Device Node - RTC bindings based on SCU Message Protocol
+
+maintainers:
+  - Dong Aisheng <aisheng.dong@nxp.com>
+
+description: i.MX SCU Client Device Node
+  Client nodes are maintained as children of the relevant IMX-SCU device node.
+
+properties:
+  compatible:
+    const: fsl,imx8qxp-sc-rtc
+
+required:
+  - compatible
+
+additionalProperties: false
-- 
2.34.3


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH v3 08/10] dt-bindings: thermal: Add fsl,scu-thermal yaml file
  2022-06-09 14:34 [PATCH v3 00/10] dt-bindings: arm: freescale: Switch fsl,scu from txt to yaml Abel Vesa
                   ` (6 preceding siblings ...)
  2022-06-09 14:34 ` [PATCH v3 07/10] dt-bindings: rtc: Add fsl,scu-rtc " Abel Vesa
@ 2022-06-09 14:34 ` Abel Vesa
  2022-06-09 14:34 ` [PATCH v3 09/10] dt-bindings: watchdog: Add fsl,scu-wdt " Abel Vesa
  2022-06-09 14:34 ` [PATCH v3 10/10] dt-bindings: arm: freescale: Remove fsl,scu txt file Abel Vesa
  9 siblings, 0 replies; 11+ messages in thread
From: Abel Vesa @ 2022-06-09 14:34 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Dmitry Torokhov,
	Srinivas Kandagatla, Dong Aisheng, Shawn Guo, Linus Walleij,
	Alexandre Belloni, Rafael J. Wysocki, Guenter Roeck,
	Stefan Agner
  Cc: Stephen Boyd, Pengutronix Kernel Team, devicetree,
	Linux Kernel Mailing List, NXP Linux Team, linux-clk,
	linux-input, linux-gpio, linux-rtc, linux-pm, linux-watchdog

In order to replace the fsl,scu txt file from bindings/arm/freescale,
we need to split it between the right subsystems. This patch documents
separately the 'thermal' child node of the SCU main node.

Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
---
 .../bindings/thermal/fsl,scu-thermal.yaml     | 32 +++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/thermal/fsl,scu-thermal.yaml

diff --git a/Documentation/devicetree/bindings/thermal/fsl,scu-thermal.yaml b/Documentation/devicetree/bindings/thermal/fsl,scu-thermal.yaml
new file mode 100644
index 000000000000..4e9a5209ae2a
--- /dev/null
+++ b/Documentation/devicetree/bindings/thermal/fsl,scu-thermal.yaml
@@ -0,0 +1,32 @@
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/thermal/fsl,scu-thermal.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: i.MX SCU Client Device Node - Thermal bindings based on SCU Message Protocol
+
+maintainers:
+  - Dong Aisheng <aisheng.dong@nxp.com>
+
+description: i.MX SCU Client Device Node
+  Client nodes are maintained as children of the relevant IMX-SCU device node.
+
+allOf:
+  - $ref: /schemas/thermal/thermal-sensor.yaml#
+
+properties:
+  compatible:
+    oneOf:
+      - items:
+          - const: fsl,imx8qxp-sc-thermal
+          - const: fsl,imx-sc-thermal
+
+  '#thermal-sensor-cells':
+    const: 1
+
+required:
+  - compatible
+  - '#thermal-sensor-cells'
+
+additionalProperties: false
-- 
2.34.3


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH v3 09/10] dt-bindings: watchdog: Add fsl,scu-wdt yaml file
  2022-06-09 14:34 [PATCH v3 00/10] dt-bindings: arm: freescale: Switch fsl,scu from txt to yaml Abel Vesa
                   ` (7 preceding siblings ...)
  2022-06-09 14:34 ` [PATCH v3 08/10] dt-bindings: thermal: Add fsl,scu-thermal " Abel Vesa
@ 2022-06-09 14:34 ` Abel Vesa
  2022-06-09 14:34 ` [PATCH v3 10/10] dt-bindings: arm: freescale: Remove fsl,scu txt file Abel Vesa
  9 siblings, 0 replies; 11+ messages in thread
From: Abel Vesa @ 2022-06-09 14:34 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Dmitry Torokhov,
	Srinivas Kandagatla, Dong Aisheng, Shawn Guo, Linus Walleij,
	Alexandre Belloni, Rafael J. Wysocki, Guenter Roeck,
	Stefan Agner
  Cc: Stephen Boyd, Pengutronix Kernel Team, devicetree,
	Linux Kernel Mailing List, NXP Linux Team, linux-clk,
	linux-input, linux-gpio, linux-rtc, linux-pm, linux-watchdog

In order to replace the fsl,scu txt file from bindings/arm/freescale,
we need to split it between the right subsystems. This patch documents
separately the 'watchdog' child node of the SCU main node.

Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
---
 .../bindings/watchdog/fsl,scu-wdt.yaml        | 29 +++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/watchdog/fsl,scu-wdt.yaml

diff --git a/Documentation/devicetree/bindings/watchdog/fsl,scu-wdt.yaml b/Documentation/devicetree/bindings/watchdog/fsl,scu-wdt.yaml
new file mode 100644
index 000000000000..daf27af2865d
--- /dev/null
+++ b/Documentation/devicetree/bindings/watchdog/fsl,scu-wdt.yaml
@@ -0,0 +1,29 @@
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/watchdog/fsl,scu-wdt.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: i.MX SCU Client Device Node - Watchdog bindings based on SCU Message Protocol
+
+maintainers:
+  - Dong Aisheng <aisheng.dong@nxp.com>
+
+description: i.MX SCU Client Device Node
+  Client nodes are maintained as children of the relevant IMX-SCU device node.
+
+allOf:
+  - $ref: /schemas/watchdog/watchdog.yaml
+properties:
+  compatible:
+    oneOf:
+      - items:
+          - const: fsl,imx8qxp-sc-wdt
+          - const: fsl,imx-sc-wdt
+
+  timeout-sec: true
+
+required:
+  - compatible
+
+additionalProperties: false
-- 
2.34.3


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH v3 10/10] dt-bindings: arm: freescale: Remove fsl,scu txt file
  2022-06-09 14:34 [PATCH v3 00/10] dt-bindings: arm: freescale: Switch fsl,scu from txt to yaml Abel Vesa
                   ` (8 preceding siblings ...)
  2022-06-09 14:34 ` [PATCH v3 09/10] dt-bindings: watchdog: Add fsl,scu-wdt " Abel Vesa
@ 2022-06-09 14:34 ` Abel Vesa
  9 siblings, 0 replies; 11+ messages in thread
From: Abel Vesa @ 2022-06-09 14:34 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Dmitry Torokhov,
	Srinivas Kandagatla, Dong Aisheng, Shawn Guo, Linus Walleij,
	Alexandre Belloni, Rafael J. Wysocki, Guenter Roeck,
	Stefan Agner
  Cc: Stephen Boyd, Pengutronix Kernel Team, devicetree,
	Linux Kernel Mailing List, NXP Linux Team, linux-clk,
	linux-input, linux-gpio, linux-rtc, linux-pm, linux-watchdog

Now that all the child nodes have been properly documented in the
yaml files, within their proper subystems, we can drop the fsl,scu.txt.

Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
---
 .../bindings/arm/freescale/fsl,scu.txt        | 271 ------------------
 1 file changed, 271 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt

diff --git a/Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt b/Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt
deleted file mode 100644
index a87ec15e28d2..000000000000
--- a/Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt
+++ /dev/null
@@ -1,271 +0,0 @@
-NXP i.MX System Controller Firmware (SCFW)
---------------------------------------------------------------------
-
-The System Controller Firmware (SCFW) is a low-level system function
-which runs on a dedicated Cortex-M core to provide power, clock, and
-resource management. It exists on some i.MX8 processors. e.g. i.MX8QM
-(QM, QP), and i.MX8QX (QXP, DX).
-
-The AP communicates with the SC using a multi-ported MU module found
-in the LSIO subsystem. The current definition of this MU module provides
-5 remote AP connections to the SC to support up to 5 execution environments
-(TZ, HV, standard Linux, etc.). The SC side of this MU module interfaces
-with the LSIO DSC IP bus. The SC firmware will communicate with this MU
-using the MSI bus.
-
-System Controller Device Node:
-============================================================
-
-The scu node with the following properties shall be under the /firmware/ node.
-
-Required properties:
--------------------
-- compatible:	should be "fsl,imx-scu".
-- mbox-names:	should include "tx0", "tx1", "tx2", "tx3",
-			       "rx0", "rx1", "rx2", "rx3";
-		include "gip3" if want to support general MU interrupt.
-- mboxes:	List of phandle of 4 MU channels for tx, 4 MU channels for
-		rx, and 1 optional MU channel for general interrupt.
-		All MU channels must be in the same MU instance.
-		Cross instances are not allowed. The MU instance can only
-		be one of LSIO MU0~M4 for imx8qxp and imx8qm. Users need
-		to make sure use the one which is not conflict with other
-		execution environments. e.g. ATF.
-		Note:
-		Channel 0 must be "tx0" or "rx0".
-		Channel 1 must be "tx1" or "rx1".
-		Channel 2 must be "tx2" or "rx2".
-		Channel 3 must be "tx3" or "rx3".
-		General interrupt rx channel must be "gip3".
-		e.g.
-		mboxes = <&lsio_mu1 0 0
-			  &lsio_mu1 0 1
-			  &lsio_mu1 0 2
-			  &lsio_mu1 0 3
-			  &lsio_mu1 1 0
-			  &lsio_mu1 1 1
-			  &lsio_mu1 1 2
-			  &lsio_mu1 1 3
-			  &lsio_mu1 3 3>;
-		See Documentation/devicetree/bindings/mailbox/fsl,mu.yaml
-		for detailed mailbox binding.
-
-Note: Each mu which supports general interrupt should have an alias correctly
-numbered in "aliases" node.
-e.g.
-aliases {
-	mu1 = &lsio_mu1;
-};
-
-i.MX SCU Client Device Node:
-============================================================
-
-Client nodes are maintained as children of the relevant IMX-SCU device node.
-
-Power domain bindings based on SCU Message Protocol
-------------------------------------------------------------
-
-This binding for the SCU power domain providers uses the generic power
-domain binding[2].
-
-Required properties:
-- compatible:		Should be one of:
-			  "fsl,imx8qm-scu-pd",
-			  "fsl,imx8qxp-scu-pd"
-			followed by "fsl,scu-pd"
-
-- #power-domain-cells:	Must be 1. Contains the Resource ID used by
-			SCU commands.
-			See detailed Resource ID list from:
-			include/dt-bindings/firmware/imx/rsrc.h
-
-Clock bindings based on SCU Message Protocol
-------------------------------------------------------------
-
-This binding uses the common clock binding[1].
-
-Required properties:
-- compatible:		Should be one of:
-			  "fsl,imx8dxl-clk"
-			  "fsl,imx8qm-clk"
-			  "fsl,imx8qxp-clk"
-			followed by "fsl,scu-clk"
-- #clock-cells:		Should be 2.
-			Contains the Resource and Clock ID value.
-- clocks:		List of clock specifiers, must contain an entry for
-			each required entry in clock-names
-- clock-names:		Should include entries "xtal_32KHz", "xtal_24MHz"
-
-The clock consumer should specify the desired clock by having the clock
-ID in its "clocks" phandle cell.
-
-See the full list of clock IDs from:
-include/dt-bindings/clock/imx8qxp-clock.h
-
-Pinctrl bindings based on SCU Message Protocol
-------------------------------------------------------------
-
-This binding uses the i.MX common pinctrl binding[3].
-
-Required properties:
-- compatible:		Should be one of:
-			"fsl,imx8qm-iomuxc",
-			"fsl,imx8qxp-iomuxc",
-			"fsl,imx8dxl-iomuxc".
-
-Required properties for Pinctrl sub nodes:
-- fsl,pins:		Each entry consists of 3 integers which represents
-			the mux and config setting for one pin. The first 2
-			integers <pin_id mux_mode> are specified using a
-			PIN_FUNC_ID macro, which can be found in
-			<dt-bindings/pinctrl/pads-imx8qm.h>,
-			<dt-bindings/pinctrl/pads-imx8qxp.h>,
-			<dt-bindings/pinctrl/pads-imx8dxl.h>.
-			The last integer CONFIG is the pad setting value like
-			pull-up on this pin.
-
-			Please refer to i.MX8QXP Reference Manual for detailed
-			CONFIG settings.
-
-[1] Documentation/devicetree/bindings/clock/clock-bindings.txt
-[2] Documentation/devicetree/bindings/power/power-domain.yaml
-[3] Documentation/devicetree/bindings/pinctrl/fsl,imx-pinctrl.txt
-
-RTC bindings based on SCU Message Protocol
-------------------------------------------------------------
-
-Required properties:
-- compatible: should be "fsl,imx8qxp-sc-rtc";
-
-OCOTP bindings based on SCU Message Protocol
-------------------------------------------------------------
-Required properties:
-- compatible:		Should be one of:
-			"fsl,imx8qm-scu-ocotp",
-			"fsl,imx8qxp-scu-ocotp".
-- #address-cells:	Must be 1. Contains byte index
-- #size-cells:		Must be 1. Contains byte length
-
-Optional Child nodes:
-
-- Data cells of ocotp:
-  Detailed bindings are described in bindings/nvmem/nvmem.txt
-
-Watchdog bindings based on SCU Message Protocol
-------------------------------------------------------------
-
-Required properties:
-- compatible: should be:
-              "fsl,imx8qxp-sc-wdt"
-              followed by "fsl,imx-sc-wdt";
-Optional properties:
-- timeout-sec: contains the watchdog timeout in seconds.
-
-SCU key bindings based on SCU Message Protocol
-------------------------------------------------------------
-
-Required properties:
-- compatible: should be:
-              "fsl,imx8qxp-sc-key"
-              followed by "fsl,imx-sc-key";
-- linux,keycodes: See Documentation/devicetree/bindings/input/input.yaml
-
-Thermal bindings based on SCU Message Protocol
-------------------------------------------------------------
-
-Required properties:
-- compatible:			Should be :
-				  "fsl,imx8qxp-sc-thermal"
-				followed by "fsl,imx-sc-thermal";
-
-- #thermal-sensor-cells:	See Documentation/devicetree/bindings/thermal/thermal-sensor.yaml
-				for a description.
-
-Example (imx8qxp):
--------------
-aliases {
-	mu1 = &lsio_mu1;
-};
-
-lsio_mu1: mailbox@5d1c0000 {
-	...
-	#mbox-cells = <2>;
-};
-
-firmware {
-	scu {
-		compatible = "fsl,imx-scu";
-		mbox-names = "tx0", "tx1", "tx2", "tx3",
-			     "rx0", "rx1", "rx2", "rx3",
-			     "gip3";
-		mboxes = <&lsio_mu1 0 0
-			  &lsio_mu1 0 1
-			  &lsio_mu1 0 2
-			  &lsio_mu1 0 3
-			  &lsio_mu1 1 0
-			  &lsio_mu1 1 1
-			  &lsio_mu1 1 2
-			  &lsio_mu1 1 3
-			  &lsio_mu1 3 3>;
-
-		clk: clk {
-			compatible = "fsl,imx8qxp-clk", "fsl,scu-clk";
-			#clock-cells = <2>;
-		};
-
-		iomuxc {
-			compatible = "fsl,imx8qxp-iomuxc";
-
-			pinctrl_lpuart0: lpuart0grp {
-				fsl,pins = <
-					SC_P_UART0_RX_ADMA_UART0_RX	0x06000020
-					SC_P_UART0_TX_ADMA_UART0_TX	0x06000020
-				>;
-			};
-			...
-		};
-
-		ocotp: imx8qx-ocotp {
-			compatible = "fsl,imx8qxp-scu-ocotp";
-			#address-cells = <1>;
-			#size-cells = <1>;
-
-			fec_mac0: mac@2c4 {
-				reg = <0x2c4 8>;
-			};
-		};
-
-		pd: imx8qx-pd {
-			compatible = "fsl,imx8qxp-scu-pd", "fsl,scu-pd";
-			#power-domain-cells = <1>;
-		};
-
-		rtc: rtc {
-			compatible = "fsl,imx8qxp-sc-rtc";
-		};
-
-		scu_key: scu-key {
-			compatible = "fsl,imx8qxp-sc-key", "fsl,imx-sc-key";
-			linux,keycodes = <KEY_POWER>;
-		};
-
-		watchdog {
-			compatible = "fsl,imx8qxp-sc-wdt", "fsl,imx-sc-wdt";
-			timeout-sec = <60>;
-		};
-
-		tsens: thermal-sensor {
-			compatible = "fsl,imx8qxp-sc-thermal", "fsl,imx-sc-thermal";
-			#thermal-sensor-cells = <1>;
-		};
-	};
-};
-
-serial@5a060000 {
-	...
-	pinctrl-names = "default";
-	pinctrl-0 = <&pinctrl_lpuart0>;
-	clocks = <&uart0_clk IMX_SC_R_UART_0 IMX_SC_PM_CLK_PER>;
-	clock-names = "ipg";
-	power-domains = <&pd IMX_SC_R_UART_0>;
-};
-- 
2.34.3


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2022-06-09 14:36 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-09 14:34 [PATCH v3 00/10] dt-bindings: arm: freescale: Switch fsl,scu from txt to yaml Abel Vesa
2022-06-09 14:34 ` [PATCH v3 01/10] dt-bindings: firmware: Add fsl,scu yaml file Abel Vesa
2022-06-09 14:34 ` [PATCH v3 02/10] dt-bindings: clk: imx: Add fsl,scu-clk " Abel Vesa
2022-06-09 14:34 ` [PATCH v3 03/10] dt-bindings: pinctrl: imx: Add fsl,scu-iomux " Abel Vesa
2022-06-09 14:34 ` [PATCH v3 04/10] dt-bindings: input: Add fsl,scu-key " Abel Vesa
2022-06-09 14:34 ` [PATCH v3 05/10] dt-bindings: nvmem: Add fsl,scu-ocotp " Abel Vesa
2022-06-09 14:34 ` [PATCH v3 06/10] dt-bindings: power: Add fsl,scu-pd " Abel Vesa
2022-06-09 14:34 ` [PATCH v3 07/10] dt-bindings: rtc: Add fsl,scu-rtc " Abel Vesa
2022-06-09 14:34 ` [PATCH v3 08/10] dt-bindings: thermal: Add fsl,scu-thermal " Abel Vesa
2022-06-09 14:34 ` [PATCH v3 09/10] dt-bindings: watchdog: Add fsl,scu-wdt " Abel Vesa
2022-06-09 14:34 ` [PATCH v3 10/10] dt-bindings: arm: freescale: Remove fsl,scu txt file Abel Vesa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).