Commit 9da134e2 authored by Linus Walleij's avatar Linus Walleij
Browse files

Merge tag 'qcom-pinctrl-6.3' of...

Merge tag 'qcom-pinctrl-6.3' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-dt into devel

Qualcomm pinctrl Devicetree bindings changes for v6.3

Set of cleanups and fixes for Qualcomm pin controller bindings, to match
existing DTS and correct the schema.
parents 91da7032 5b8c304c
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -19,7 +19,9 @@ properties:
  reg:
    maxItems: 1

  interrupts: true
  interrupts:
    maxItems: 1

  interrupt-controller: true
  "#interrupt-cells": true
  gpio-controller: true
+3 −1
Original line number Diff line number Diff line
@@ -20,7 +20,9 @@ properties:
  reg:
    maxItems: 1

  interrupts: true
  interrupts:
    maxItems: 1

  interrupt-controller: true
  "#interrupt-cells": true
  gpio-controller: true
+3 −1
Original line number Diff line number Diff line
@@ -22,7 +22,9 @@ properties:
  reg:
    maxItems: 1

  interrupts: true
  interrupts:
    maxItems: 1

  interrupt-controller: true
  "#interrupt-cells": true
  gpio-controller: true
+3 −1
Original line number Diff line number Diff line
@@ -20,7 +20,9 @@ properties:
  reg:
    maxItems: 1

  interrupts: true
  interrupts:
    maxItems: 1

  interrupt-controller: true
  '#interrupt-cells': true
  gpio-controller: true
+3 −1
Original line number Diff line number Diff line
@@ -20,7 +20,9 @@ properties:
    description: Specifies the base address and size of the TLMM register space
    maxItems: 1

  interrupts: true
  interrupts:
    maxItems: 1

  interrupt-controller: true
  "#interrupt-cells": true
  gpio-controller: true
Loading