]> Git Repo - J-linux.git/commitdiff
Merge tag 'devicetree-fixes-for-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <[email protected]>
Thu, 15 Feb 2024 18:19:55 +0000 (10:19 -0800)
committerLinus Torvalds <[email protected]>
Thu, 15 Feb 2024 18:19:55 +0000 (10:19 -0800)
Pull devicetree fixes from Rob Herring:

 - Improve devlink dependency parsing for DT graphs

 - Fix devlink handling of io-channels dependencies

 - Fix PCI addressing in marvell,prestera example

 - A few schema fixes for property constraints

 - Improve performance of DT unprobed devices kselftest

 - Fix regression in DT_SCHEMA_FILES handling

 - Fix compile error in unittest for !OF_DYNAMIC

* tag 'devicetree-fixes-for-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux:
  dt-bindings: ufs: samsung,exynos-ufs: Add size constraints on "samsung,sysreg"
  of: property: Add in-ports/out-ports support to of_graph_get_port_parent()
  of: property: Improve finding the supplier of a remote-endpoint property
  of: property: Improve finding the consumer of a remote-endpoint property
  net: marvell,prestera: Fix example PCI bus addressing
  of: unittest: Fix compile in the non-dynamic case
  of: property: fix typo in io-channels
  dt-bindings: tpm: Drop type from "resets"
  dt-bindings: display: nxp,tda998x: Fix 'audio-ports' constraints
  dt-bindings: xilinx: replace Piyush Mehta maintainership
  kselftest: dt: Stop relying on dirname to improve performance
  dt-bindings: don't anchor DT_SCHEMA_FILES to bindings directory

1  2 
Documentation/devicetree/bindings/gpio/xlnx,zynqmp-gpio-modepin.yaml
Documentation/devicetree/bindings/usb/microchip,usb5744.yaml

index b1fd632718d49659483fd7e6773377adeb66d938,501771c672a62feeafa01c13bcd4b85a4534631c..bb93baa888794b83d1613cecca79a383b528914a
@@@ -12,7 -12,8 +12,8 @@@ description
    PS_MODE). Every pin can be configured as input/output.
  
  maintainers:
-   - Piyush Mehta <[email protected]>
+   - Mubin Sayyed <[email protected]>
+   - Radhey Shyam Pandey <[email protected]>
  
  properties:
    compatible:
@@@ -23,8 -24,6 +24,8 @@@
    "#gpio-cells":
      const: 2
  
 +  label: true
 +
  required:
    - compatible
    - gpio-controller
@@@ -39,7 -38,6 +40,7 @@@ examples
              compatible = "xlnx,zynqmp-gpio-modepin";
              gpio-controller;
              #gpio-cells = <2>;
 +            label = "modepin";
          };
      };
  
index 6d4cfd943f5847ff43cbccd13e5f210a95448c1c,dfaf3ddde1051603a073adaa6f9aaa0b064fe9fc..445183d9d6db1adaa1ab9d04cb4271eadbe22ffc
@@@ -16,8 -16,9 +16,9 @@@ description
    USB 2.0 traffic.
  
  maintainers:
-   - Piyush Mehta <[email protected]>
    - Michal Simek <[email protected]>
+   - Mubin Sayyed <[email protected]>
+   - Radhey Shyam Pandey <[email protected]>
  
  properties:
    compatible:
  
    vdd-supply:
      description:
 -      VDD power supply to the hub
 +      3V3 power supply to the hub
 +
 +  vdd2-supply:
 +    description:
 +      1V2 power supply to the hub
  
    peer-hub:
      $ref: /schemas/types.yaml#/definitions/phandle
@@@ -66,7 -63,6 +67,7 @@@ allOf
        properties:
          reset-gpios: false
          vdd-supply: false
 +        vdd2-supply: false
          peer-hub: false
          i2c-bus: false
      else:
This page took 0.058828 seconds and 4 git commands to generate.