On Mon, 11 Nov 2019 14:35:00 +0100, Maxime Ripard wrote: > The syscon binding is a pretty loose one, with everyone having a bunch of > vendor specific compatibles. > > In order to start the effort to describe them using YAML, let's create a > binding that tolerates additional, not listed, compatibles. > > Signed-off-by: Maxime Ripard <maxime@xxxxxxxxxx> > > --- > > Changes from v1: > - Move syscon binding from misc to mfd > - Add a select statement > --- > .../devicetree/bindings/mfd/syscon.txt | 32 ------- > .../devicetree/bindings/mfd/syscon.yaml | 84 +++++++++++++++++++ > .../bindings/misc/allwinner,syscon.txt | 20 ----- > 3 files changed, 84 insertions(+), 52 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/mfd/syscon.txt > create mode 100644 Documentation/devicetree/bindings/mfd/syscon.yaml > delete mode 100644 Documentation/devicetree/bindings/misc/allwinner,syscon.txt > Applied, thanks. Rob