On Sat, 16 Oct 2021 22:33:23 +0200, Sergio Paracuellos wrote: > Add device tree bindings for palmbus controller present in all the MIPS > ralink based SoCs. > > Signed-off-by: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx> > --- > changes in v5: Sent wrong patch in v4. Hence, properly sent it. > Changes in v4: The node name pattern is already checked elsewhere. There is only need to > define the unit-address part which should be lowercase hex. > Changes in v3: change sample to use child node which its bindings are > already in YAML format to make dtschema happier. > Changes in v2: fixed missing semicolon in example. > .../devicetree/bindings/bus/palmbus.yaml | 79 +++++++++++++++++++ > 1 file changed, 79 insertions(+) > .../devicetree/bindings/bus/palmbus.yaml | 79 +++++++++++++++++++ > 1 file changed, 79 insertions(+) > create mode 100644 Documentation/devicetree/bindings/bus/palmbus.yaml > Applied, thanks!