On Sun, 10 May 2020 13:32:10 +0300, Serge Semin wrote: > Baikal-T1 SoC is equipped with an embedded process, voltage and > temperature sensor to monitor the chip internal environment like > temperature, supply voltage and transistors performance. > > This bindings describes the external Baikal-T1 PVT control interfaces > like MMIO registers space, interrupt request number and clocks source. > These are then used by the corresponding hwmon device driver to > implement the sysfs files-based access to the sensors functionality. > > Co-developed-by: Maxim Kaurkin <maxim.kaurkin@xxxxxxxxxxxxxxxxxxxx> > Signed-off-by: Maxim Kaurkin <maxim.kaurkin@xxxxxxxxxxxxxxxxxxxx> > Signed-off-by: Serge Semin <Sergey.Semin@xxxxxxxxxxxxxxxxxxxx> > Cc: Alexey Malahov <Alexey.Malahov@xxxxxxxxxxxxxxxxxxxx> > Cc: Thomas Bogendoerfer <tsbogend@xxxxxxxxxxxxxxxx> > Cc: Paul Burton <paulburton@xxxxxxxxxx> > Cc: Ralf Baechle <ralf@xxxxxxxxxxxxxx> > Cc: Arnd Bergmann <arnd@xxxxxxxx> > Cc: Jonathan Corbet <corbet@xxxxxxx> > Cc: linux-mips@xxxxxxxxxxxxxxx > > --- > > Changelog v2: > - Lowercase the node-name in the example. > - Add dual-license header. > - Don't use a multi-arg clock phandle reference in the examples dt-binding > property. Thus reundant include pre-processor statement can be removed. > - Replace "additionalProperties: false" property with > "unevaluatedProperties: false". > - Discard label definition from the example. > - Align settings of the "#thermal-sensor-cells" property with two spaces > ahead of the property line start. > --- > .../bindings/hwmon/baikal,bt1-pvt.yaml | 95 +++++++++++++++++++ > 1 file changed, 95 insertions(+) > create mode 100644 Documentation/devicetree/bindings/hwmon/baikal,bt1-pvt.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>