On Mon, Jan 27, 2020 at 04:57:13PM +0100, Enric Balletbo i Serra wrote: > Hi Ikjoon, > > On 21/1/20 8:47, Ikjoon Jang wrote: > > Convert the ChromeOS EC bindings to json-schema. > > > > Signed-off-by: Ikjoon Jang <ikjn@xxxxxxxxxxxx> > > --- > > v3: node name changed in rpmsg example > > v2: cleanup description, fix typos, remove LPC, add add RPMSG example > > --- > > .../devicetree/bindings/mfd/cros-ec.txt | 76 ------------ > > .../devicetree/bindings/mfd/cros-ec.yaml | 111 ++++++++++++++++++ > > 2 files changed, 111 insertions(+), 76 deletions(-) > > delete mode 100644 Documentation/devicetree/bindings/mfd/cros-ec.txt > > create mode 100644 Documentation/devicetree/bindings/mfd/cros-ec.yaml > > > > Still in mfd directory, this is not a MFD driver, please move to chrome/cros-ec.yaml Please don't. Looks to me like the chrome EC has multiple functions and is a device. Bindings directories are often 1:1 with kernel driver directories, but not always. Rob