[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230907182624.GA1977731-robh@kernel.org>
Date: Thu, 7 Sep 2023 13:26:24 -0500
From: Rob Herring <robh@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Frank Rowand <frowand.list@...il.com>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Conor Dooley <conor+dt@...nel.org>,
linux-kernel@...r.kernel.org, devicetree@...r.kernel.org
Subject: [GIT PULL] Devicetree fixes for v6.6, take 1
Linus,
Please pull. A couple of conversions which didn't get picked up by the
subsystems and 1 fix.
Rob
The following changes since commit 75cc186739805a5e8abe133be04692b36e7a5257:
dt-bindings: usb: Add V3s compatible string for OHCI (2023-08-28 16:36:52 -0500)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git tags/devicetree-fixes-for-6.6-1
for you to fetch changes up to 591b00cc4fcfcb4532e4b85b5b2e67bbcf4973a0:
dt-bindings: irqchip: convert st,stih407-irq-syscfg to DT schema (2023-09-05 16:15:09 -0500)
----------------------------------------------------------------
Devicetree fixes for v6.6, part 1:
- Convert st,stih407-irq-syscfg and Omnivision OV7251 bindings to DT
schema
- Merge Omnivision OV5695 into OV5693 binding
- Fix of_overlay_fdt_apply prototype when !CONFIG_OF_OVERLAY
----------------------------------------------------------------
Pavel Pisa (1):
of: overlay: Fix of_overlay_fdt_apply prototype when !CONFIG_OF_OVERLAY
Raphael Gallais-Pou (1):
dt-bindings: irqchip: convert st,stih407-irq-syscfg to DT schema
Rob Herring (2):
media: dt-bindings: Merge OV5695 into OV5693 binding
media: dt-bindings: Convert Omnivision OV7251 to DT schema
.../devicetree/bindings/i2c/qcom,i2c-cci.yaml | 1 +
.../interrupt-controller/st,sti-irq-syscfg.txt | 30 ------
.../st,stih407-irq-syscfg.yaml | 65 ++++++++++++
.../devicetree/bindings/media/i2c/ov5695.txt | 41 --------
.../devicetree/bindings/media/i2c/ov7251.txt | 52 ----------
.../devicetree/bindings/media/i2c/ovti,ov5693.yaml | 31 ++++--
.../devicetree/bindings/media/i2c/ovti,ov7251.yaml | 109 +++++++++++++++++++++
.../devicetree/bindings/media/rockchip-isp1.yaml | 1 +
include/linux/of.h | 4 +-
9 files changed, 202 insertions(+), 132 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/interrupt-controller/st,sti-irq-syscfg.txt
create mode 100644 Documentation/devicetree/bindings/interrupt-controller/st,stih407-irq-syscfg.yaml
delete mode 100644 Documentation/devicetree/bindings/media/i2c/ov5695.txt
delete mode 100644 Documentation/devicetree/bindings/media/i2c/ov7251.txt
create mode 100644 Documentation/devicetree/bindings/media/i2c/ovti,ov7251.yaml
Powered by blists - more mailing lists