]> Git Repo - J-linux.git/commitdiff
Merge tag 'i3c/for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux
authorLinus Torvalds <[email protected]>
Sun, 17 Mar 2024 23:59:33 +0000 (16:59 -0700)
committerLinus Torvalds <[email protected]>
Sun, 17 Mar 2024 23:59:33 +0000 (16:59 -0700)
Pull i3c updates from Alexandre Belloni:
 "Not much this cycle with only three patches.

  Core:
   - i3c_bus_type is now const

  Drivers:
   - dw: disabling IBI is only allowed when hot join and SIR are disabled"

* tag 'i3c/for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux:
  i3c: Make i3c_bus_type const
  i3c: dw: Disable IBI IRQ depends on hot-join and SIR enabling
  dt-bindings: i3c: drop "master" node name suffix

1  2 
Documentation/devicetree/bindings/i3c/i3c.yaml

index 87cadbcdc61c796c3a3be5606e248398f3909c39,c7900a1da8d9320cd58d535a16e1e4c77d76040d..113957ebe9f1df4a12928d66c04bbb1cf3defc78
@@@ -17,7 -17,7 +17,7 @@@ description: 
  
  properties:
    $nodename:
-     pattern: "^i3c-master@[0-9a-f]+$"
+     pattern: "^i3c@[0-9a-f]+$"
  
    "#address-cells":
      const: 3
@@@ -71,7 -71,7 +71,7 @@@ patternProperties
      description: |
        I2C child, should be named: <device-type>@<i2c-address>
  
 -      All properties described in Documentation/devicetree/bindings/i2c/i2c.txt
 +      All properties described in dtschema schemas/i2c/i2c-controller.yaml
        are valid here, except the reg property whose content is changed.
  
      properties:
@@@ -153,7 -153,7 +153,7 @@@ additionalProperties: tru
  
  examples:
    - |
-     i3c-master@d040000 {
+     i3c@d040000 {
          compatible = "cdns,i3c-master";
          clocks = <&coreclock>, <&i3csysclock>;
          clock-names = "pclk", "sysclk";
This page took 0.05504 seconds and 4 git commands to generate.