devicetree: Allow child-binding bus controller without a need of compatible #32660
Labels
area: Devicetree Binding
PR modifies or adds a Device Tree binding
area: Devicetree Tooling
PR modifies or adds a Device Tree tooling
Enhancement
Changes/Updates/Additions to existing features
Currently it's not possible to have a child-bindings acting as a bus controller unless there is a compatible property associated to it
Currently to describe an i2c mux one would need to create a binding like the following:
The child binding is only used as a placeholder and will probably not be used by the device driver but without it the child-binding is not taken as a bus controller
The following should be possible:
The text was updated successfully, but these errors were encountered: