Hi Linus, It's my first pull for you, so let me introduce myself. With Rob Herring and recently also Conor Dooley, I co-maintain the Devicetree bindings [1]. I also maintain few other subsystems, but all my other pull requests are going to SoC folks (Arnd and Olof). The git tag for pull is signed with my usual key which you can get from kernel.org pgp keys repo: keys/1B93437D3B41629B.asc Rob is currently away from keyboard and he also mentioned in last pull to you that something might be coming from me [2]. So here it goes - few fixes for current cycle. [1] https://www.kernel.org/doc/html/latest/process/maintainers.html#open-firmware-and-flattened-device-tree-bindings [2] https://lore.kernel.org/all/20230505192951.GA3409270-robh@xxxxxxxxxx/ Best regards, Krzysztof The following changes since commit ac9a78681b921877518763ba0e89202254349d1b: Linux 6.4-rc1 (2023-05-07 13:34:35 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-dt.git tags/dt-fixes-6.4 for you to fetch changes up to 8bbec86ce6d66fb33530c679f7bb3a123fc9e7da: dt-bindings: PCI: fsl,imx6q: fix assigned-clocks warning (2023-05-09 08:01:49 +0200) ---------------------------------------------------------------- Devicetree binding fixes for v6.4 Few fixes for Devicetree bindings and related docs, all for issues introduced in v6.4-rc1 commits: 1. media/ov2685: fix number of possible data lanes, as old binding explicitly mentioned one data lane. This fixes dt_binding_check warnings like: Documentation/devicetree/bindings/media/rockchip-isp1.example.dtb: camera@3c: port:endpoint:data-lanes: [[1]] is too short From schema: Documentation/devicetree/bindings/media/i2c/ovti,ov2685.yaml 2. Maintainers: correct path of Apple PWM binding. This fixes refcheckdocs warning. 3. PCI/fsl,imx6q: correct parsing of assigned-clocks and related properties and make the clocks more specific per PCI device (host or endpoint). This fixes dtschema limitation and dt_binding_check warnings like: Documentation/devicetree/bindings/pci/fsl,imx6q-pcie-ep.example.dtb: pcie-ep@33800000: Unevaluated properties are not allowed From schema: Documentation/devicetree/bindings/pci/fsl,imx6q-pcie-ep.yaml ---------------------------------------------------------------- Krzysztof Kozlowski (1): dt-bindings: PCI: fsl,imx6q: fix assigned-clocks warning Luca Weiss (1): media: dt-bindings: ov2685: Correct data-lanes attribute Lukas Bulwahn (1): MAINTAINERS: adjust file entry for ARM/APPLE MACHINE SUPPORT .../devicetree/bindings/media/i2c/ovti,ov2685.yaml | 1 + .../bindings/pci/fsl,imx6q-pcie-common.yaml | 13 +--- .../devicetree/bindings/pci/fsl,imx6q-pcie-ep.yaml | 38 +++++++++++ .../devicetree/bindings/pci/fsl,imx6q-pcie.yaml | 77 ++++++++++++++++++++++ MAINTAINERS | 2 +- 5 files changed, 119 insertions(+), 12 deletions(-)