Nava kishore Manne
8058182fa4
dt-bindings: fpga: Add compatible value for Xilinx DFX AXI shutdown manager
...
This patch Adds compatible value for Xilinx Dynamic Function eXchnage(DFX)
AXI Shutdown manager IP.
Signed-off-by: Nava kishore Manne <nava.manne@xilinx.com >
Reviewed-by: Tom Rix <trix@redhat.com >
Reviewed-by: Rob Herring <robh@kernel.org >
Signed-off-by: Moritz Fischer <mdf@kernel.org >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-24 08:26:24 +01:00
Shubhrajyoti Datta
c605555052
dt-bindings: i2c: xiic: Fix a typo
...
Trivial fix. Correct a typo.
Fixes: f86ca41479 ("dt-bindings: i2c: xiic: Migrate i2c-xiic documentation to YAML")
Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com >
Link: https://lore.kernel.org/r/1615215963-1042-1-git-send-email-shubhrajyoti.datta@xilinx.com
Signed-off-by: Rob Herring <robh@kernel.org >
2021-03-23 15:27:52 -06:00
Rob Herring
c215634829
dt-bindings: Drop type references on common properties
...
Users of common properties shouldn't have a type definition as the
common schemas already have one. Drop all the unnecessary type
references in the tree.
A meta-schema update to catch these is pending.
Cc: Maxime Ripard <mripard@kernel.org >
Cc: Linus Walleij <linus.walleij@linaro.org >
Cc: Bartosz Golaszewski <bgolaszewski@baylibre.com >
Cc: Bjorn Andersson <bjorn.andersson@linaro.org >
Cc: Krzysztof Kozlowski <krzk@kernel.org >
Cc: "David S. Miller" <davem@davemloft.net >
Cc: Jakub Kicinski <kuba@kernel.org >
Cc: Ohad Ben-Cohen <ohad@wizery.com >
Cc: Cheng-Yi Chiang <cychiang@chromium.org >
Cc: Benson Leung <bleung@chromium.org >
Cc: Zhang Rui <rui.zhang@intel.com >
Cc: Daniel Lezcano <daniel.lezcano@linaro.org >
Cc: Stefan Wahren <wahrenst@gmx.net >
Cc: Masahiro Yamada <yamada.masahiro@socionext.com >
Cc: Odelu Kukatla <okukatla@codeaurora.org >
Cc: linux-gpio@vger.kernel.org
Cc: linux-pm@vger.kernel.org
Cc: linux-can@vger.kernel.org
Cc: netdev@vger.kernel.org
Cc: linux-remoteproc@vger.kernel.org
Cc: alsa-devel@alsa-project.org
Cc: linux-usb@vger.kernel.org
Signed-off-by: Rob Herring <robh@kernel.org >
Acked-by: Dmity Baryshkov <dmitry.baryshkov@linaro.org >
Acked-by: Mark Brown <broonie@kernel.org >
Acked-by: Suman Anna <s-anna@ti.com >
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
Acked-by: Marc Kleine-Budde <mkl@pengutronix.de >
Reviewed-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org >
Acked-by: Maxime Ripard <maxime@cerno.tech >
Reviewed-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de >
Link: https://lore.kernel.org/r/20210316194858.3527845-1-robh@kernel.org
2021-03-23 15:27:52 -06:00
Rob Herring
28ffe8bf90
dt-bindings: Clean-up undocumented compatible strings
...
Adding checks for undocumented compatible strings reveals a bunch of
warnings in the DT binding examples. Fix the cases which are typos, just
a mismatch between the schema and the example, or aren't documented at all.
In a couple of cases, fixing the compatible revealed some schema errors
which are fixed.
There's a bunch of others remaining after this which have bindings, but
those aren't converted to schema yet.
Cc: Thierry Reding <thierry.reding@gmail.com >
Cc: Sam Ravnborg <sam@ravnborg.org >
Cc: Pavel Machek <pavel@ucw.cz >
Cc: linux-clk@vger.kernel.org
Cc: dmaengine@vger.kernel.org
Cc: linux-i3c@lists.infradead.org
Cc: linux-iio@vger.kernel.org
Cc: linux-leds@vger.kernel.org
Cc: linux-pm@vger.kernel.org
Cc: linux-serial@vger.kernel.org
Cc: linux-spi@vger.kernel.org
Signed-off-by: Rob Herring <robh@kernel.org >
Acked-by: Mark Brown <broonie@kernel.org >
Acked-by: Stephen Boyd <sboyd@kernel.org >
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
Acked-by: Kishon Vijay Abraham I <kishon@ti.com >
Acked-by: Sebastian Reichel <sre@kernel.org >
Acked-by: Maxime Ripard <maxime@cerno.tech >
Acked-by: Vinod Koul <vkoul@kernel.org >
Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Acked-by: Alain Volmat <alain.volmat@foss.st.com >
Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com >
Link: https://lore.kernel.org/r/20210316194918.3528417-1-robh@kernel.org
2021-03-23 15:27:51 -06:00
Rob Herring
962e62128f
dt-bindings: nvmem: use base meta-schema for consumer schema
...
Common consumer schemas need to use the base.yaml meta-schema because
they need to define different constraints (e.g. the type) from what
users of the common schema need to define (e.g. how many entries).
Cc: Srinivas Kandagatla <srinivas.kandagatla@linaro.org >
Signed-off-by: Rob Herring <robh@kernel.org >
Reviewed-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org >
Link: https://lore.kernel.org/r/20210316195111.3531755-1-robh@kernel.org
2021-03-23 15:27:51 -06:00
Rob Herring
383f05515b
dt-bindings: trivial-devices: Allow 'spi-max-frequency' property
...
Trivial SPI devices can also specify 'spi-max-frequency' properties, so
allow it in the trivial devices schema.
Signed-off-by: Rob Herring <robh@kernel.org >
Link: https://lore.kernel.org/r/20210316194939.3529018-1-robh@kernel.org
2021-03-23 15:27:51 -06:00
Rob Herring
65aa1ed5a6
dt-bindings: More cleanup of standard unit properties
...
Properties with standard unit suffixes already have a type and don't need
type references. Fix a few more cases which have gotten added.
Cc: Bjorn Andersson <bjorn.andersson@linaro.org >
Cc: Zhang Rui <rui.zhang@intel.com >
Cc: Daniel Lezcano <daniel.lezcano@linaro.org >
Cc: Linus Walleij <linus.walleij@linaro.org >
Cc: Kevin Tsai <ktsai@capellamicro.com >
Cc: linux-iio@vger.kernel.org
Cc: linux-input@vger.kernel.org
Cc: linux-pm@vger.kernel.org
Signed-off-by: Rob Herring <robh@kernel.org >
Acked-by: Dmity Baryshkov <dmitry.baryshkov@linaro.org >
Acked-by: Mark Brown <broonie@kernel.org >
Reviewed-by: Luca Ceresoli <luca@lucaceresoli.net >
Acked-by: Sebastian Reichel <sre@kernel.org >
Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com >
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com >
Link: https://lore.kernel.org/r/20210316194824.3526913-1-robh@kernel.org
2021-03-23 15:27:51 -06:00
Rob Herring
3b2e006220
dt-bindings: media: Convert video-mux to DT schema
...
Now that we have the graph schema, convert the video-mux binding to DT
schema.
Cc: Sakari Ailus <sakari.ailus@linux.intel.com >
Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com >
Cc: Mauro Carvalho Chehab <mchehab@kernel.org >
Cc: linux-media@vger.kernel.org
Signed-off-by: Rob Herring <robh@kernel.org >
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com >
Reviewed-by: Sakari Ailus <sakari.ailus@linux.intel.com >
Link: https://lore.kernel.org/r/20210311234042.1588310-1-robh@kernel.org
2021-03-23 15:27:51 -06:00
Rob Herring
e43d5c7c3c
dt-bindings: i3c: Fix silvaco,i3c-master-v1 compatible string
...
The example for the Silvaco I3C master doesn't match the schema's
compatible string. Fix it.
Cc: Miquel Raynal <miquel.raynal@bootlin.com >
Cc: Conor Culhane <conor.culhane@silvaco.com >
Cc: Alexandre Belloni <alexandre.belloni@bootlin.com >
Cc: linux-i3c@lists.infradead.org
Signed-off-by: Rob Herring <robh@kernel.org >
Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Link: https://lore.kernel.org/r/20210311234056.1588751-1-robh@kernel.org
2021-03-23 22:13:58 +01:00
Leilk Liu
f42698a8dc
spi: update spi slave bindings for MT8195 SoC
...
Add a DT binding documentation for the MT8195 soc.
Signed-off-by: Leilk Liu <leilk.liu@mediatek.com >
Link: https://lore.kernel.org/r/20210322055244.30179-3-leilk.liu@mediatek.com
Signed-off-by: Mark Brown <broonie@kernel.org >
2021-03-23 17:19:43 +00:00
Leilk Liu
08b020d3e9
spi: update spi master bindings for MT8195 SoC
...
Add a DT binding documentation for the MT8195 soc.
Signed-off-by: leilk.liu <leilk.liu@mediatek.com >
Link: https://lore.kernel.org/r/20210322055244.30179-2-leilk.liu@mediatek.com
Signed-off-by: Mark Brown <broonie@kernel.org >
2021-03-23 17:19:43 +00:00
Sebastian Reichel
f735e8366a
dt-bindings: power: supply: Drop power_supply.txt
...
The file has been replaced by power-supply.yaml and all links
have been updated to the new file.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Reviewed-by: Rob Herring <robh@kernel.org >
2021-03-23 12:55:24 +01:00
Sebastian Reichel
70c23e62d2
dt-bindings: power: supply: Fix remaining battery.txt links
...
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Reviewed-by: Rob Herring <robh@kernel.org >
2021-03-23 12:55:24 +01:00
Sebastian Reichel
3ef11821de
dt-bindings: power: supply: sbs-battery: Fix dtbs_check
...
Existing in-tree users make use of '"ti,bq20z45", "sbs,sbs-battery"', so
add it to the list of known compatible strings.
Also add missing support for the generic 'power-supplies' property by
importing power-supply.yaml and setting unevaluatedProperties instead
of additionalProperties.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Reviewed-by: Rob Herring <robh@kernel.org >
2021-03-23 12:55:24 +01:00
Sebastian Reichel
eb91749773
dt-bindings: power: supply: ab8500: Convert to DT schema format
...
Convert the binding to DT schema format.
Note: The battery node does not have a compatible value and needs
to be described from the binding file for the PMIC. That has not
yet been converted, so I kept the information in plaintext for now.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Reviewed-by: Rob Herring <robh@kernel.org >
2021-03-23 12:55:24 +01:00
Sebastian Reichel
ee66274196
dt-bindings: power: supply: olpc-battery: Convert to DT schema format
...
Convert the binding to DT schema format.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Reviewed-by: Rob Herring <robh@kernel.org >
2021-03-23 12:55:24 +01:00
Sebastian Reichel
95b00152cb
dt-bindings: power: supply: rt9455: Convert to DT schema format
...
Convert the binding to DT schema format.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Reviewed-by: Rob Herring <robh@kernel.org >
2021-03-23 12:55:24 +01:00
Sebastian Reichel
d913a03bc1
dt-bindings: power: supply: ltc294x: Convert to DT schema format
...
Convert the binding to DT schema format.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Reviewed-by: Rob Herring <robh@kernel.org >
2021-03-23 12:55:23 +01:00
Sebastian Reichel
97f03280e0
dt-bindings: power: supply: lt3651: Convert to DT schema format
...
Convert the binding to DT schema format.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Reviewed-by: Rob Herring <robh@kernel.org >
2021-03-23 12:55:23 +01:00
Sebastian Reichel
c44242f0d0
dt-bindings: power: supply: lp8727: Convert to DT schema format
...
Convert the binding to DT schema format.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Reviewed-by: Rob Herring <robh@kernel.org >
2021-03-23 12:55:23 +01:00
Sebastian Reichel
59604ba756
dt-bindings: power: supply: da9150: Convert to DT schema format
...
Convert the binding to DT schema format.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Reviewed-by: Rob Herring <robh@kernel.org >
2021-03-23 12:55:23 +01:00
Sebastian Reichel
a3388d750c
dt-bindings: power: supply: axp20x: Convert to DT schema format
...
Convert the binding to DT schema format.
Cc: Chen-Yu Tsai <wens@csie.org >
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Reviewed-by: Rob Herring <robh@kernel.org >
2021-03-23 12:55:23 +01:00
Sebastian Reichel
ee123ad978
dt-bindings: power: supply: act8945a: Convert to DT schema format
...
Convert the binding to DT schema format.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Reviewed-by: Rob Herring <robh@kernel.org >
2021-03-23 12:55:23 +01:00
Sebastian Reichel
6c463222a2
dt-bindings: power: supply: pm8941-coincell: Convert to DT schema format
...
Convert the binding to DT schema format.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Reviewed-by: Rob Herring <robh@kernel.org >
2021-03-23 12:55:23 +01:00
Sebastian Reichel
1a4d86b4c9
dt-bindings: power: supply: pm8941-charger: Convert to DT schema format
...
Convert the binding to DT schema format.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Reviewed-by: Rob Herring <robh@kernel.org >
2021-03-23 12:55:23 +01:00
Sebastian Reichel
f444be1245
dt-bindings: power: supply: ucs1002: Convert to DT schema format
...
Convert the binding to DT schema format.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Reviewed-by: Rob Herring <robh@kernel.org >
2021-03-23 12:55:23 +01:00
Sebastian Reichel
402a3cb34e
dt-bindings: power: supply: max8903: Convert to DT schema format
...
Convert the binding to DT schema format.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Reviewed-by: Rob Herring <robh@kernel.org >
2021-03-23 12:55:23 +01:00
Sebastian Reichel
eb3b616ee1
dt-bindings: power: supply: max17042: Convert to DT schema format
...
Convert the binding to DT schema format.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Reviewed-by: Rob Herring <robh@kernel.org >
2021-03-23 12:55:23 +01:00
Sebastian Reichel
aad19ec18e
dt-bindings: power: supply: max14656: Convert to DT schema format
...
Convert the binding to DT schema format.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Reviewed-by: Rob Herring <robh@kernel.org >
2021-03-23 12:55:23 +01:00
Sebastian Reichel
ab1a76df6d
dt-bindings: power: supply: max17040: Convert to DT schema format
...
Convert the binding to DT schema format.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Reviewed-by: Rob Herring <robh@kernel.org >
2021-03-23 12:55:23 +01:00
Sebastian Reichel
3004e581d9
dt-bindings: power: supply: lego-ev3-battery: Convert to DT schema format
...
Convert the binding to DT schema format.
Cc: David Lechner <david@lechnology.com >
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Reviewed-by: David Lechner <david@lechnology.com >
Reviewed-by: Rob Herring <robh@kernel.org >
2021-03-23 12:54:59 +01:00
Sebastian Reichel
df89b2850a
dt-bindings: power: supply: n900-battery: Convert to DT schema format
...
Convert the binding to DT schema format.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Rejected-by: Pali Rohár <pali@kernel.org >
Reviewed-by: Rob Herring <robh@kernel.org >
2021-03-23 12:54:54 +01:00
Sebastian Reichel
bb56712aba
dt-bindings: power: supply: twl4030: Convert to DT schema format
...
Convert the binding to DT schema format.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Reviewed-by: Rob Herring <robh@kernel.org >
2021-03-23 12:54:54 +01:00
Sebastian Reichel
0e2d1823a6
dt-bindings: power: supply: tps65217: Convert to DT schema format
...
Convert the binding to DT schema format.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Reviewed-by: Rob Herring <robh@kernel.org >
2021-03-23 12:54:54 +01:00
Sebastian Reichel
4ac8f03056
dt-bindings: power: supply: tps65090: Convert to DT schema format
...
Convert the binding to DT schema format.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Reviewed-by: Rob Herring <robh@kernel.org >
2021-03-23 12:54:54 +01:00
Sebastian Reichel
dc721203c5
dt-bindings: power: supply: sc2731-charger: Convert to DT schema format
...
Convert the binding to DT schema format.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Reviewed-by: Rob Herring <robh@kernel.org >
2021-03-23 12:54:54 +01:00
Sebastian Reichel
89919370c5
dt-bindings: power: supply: sc27xx-fg: Convert to DT schema format
...
Convert the binding to DT schema format.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Reviewed-by: Rob Herring <robh@kernel.org >
2021-03-23 12:54:53 +01:00
Sebastian Reichel
2f06fcbdac
dt-bindings: power: supply: ds2760: Convert to DT schema format
...
Convert the binding to DT schema format.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Reviewed-by: Rob Herring <robh@kernel.org >
2021-03-23 12:54:53 +01:00
Sebastian Reichel
f5bf381a10
dt-bindings: power: supply: sbs-manager: Convert to DT schema format
...
Convert the binding to DT schema format.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Reviewed-by: Rob Herring <robh@kernel.org >
2021-03-23 12:54:53 +01:00
Sebastian Reichel
90f6c44d7e
dt-bindings: power: supply: sbs-charger: Convert to DT schema format
...
Convert the binding to DT schema format.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Reviewed-by: Rob Herring <robh@kernel.org >
2021-03-23 12:54:53 +01:00
Sebastian Reichel
437e6b6c8f
dt-bindings: power: supply: isp1704: Convert to DT schema format
...
Convert the binding to DT schema format.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Reviewed-by: Rob Herring <robh@kernel.org >
2021-03-23 12:54:53 +01:00
Sebastian Reichel
464a748871
dt-bindings: power: supply: bq24735: Convert to DT schema format
...
Convert the binding to DT schema format.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Reviewed-by: Rob Herring <robh@kernel.org >
2021-03-23 12:54:53 +01:00
Sebastian Reichel
9c05cfaf3f
dt-bindings: power: supply: bq2415x: Convert to DT schema format
...
Convert the binding to DT schema format.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Reviewed-by: Rob Herring <robh@kernel.org >
2021-03-23 12:54:53 +01:00
Sebastian Reichel
e7c2431759
dt-bindings: power: supply: bq24190: Convert to DT schema format
...
Convert the binding to DT schema format.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Reviewed-by: Rob Herring <robh@kernel.org >
2021-03-23 12:54:53 +01:00
Sebastian Reichel
102d4a0b69
dt-bindings: power: supply: bq24257: Convert to DT schema format
...
Convert the binding to DT schema format.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Reviewed-by: Rob Herring <robh@kernel.org >
2021-03-23 12:54:53 +01:00
Sebastian Reichel
648d383253
dt-bindings: power: supply: bq25890: Convert to DT schema format
...
Convert the binding to DT schema format.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Reviewed-by: Rob Herring <robh@kernel.org >
2021-03-23 12:54:53 +01:00
Sebastian Reichel
ce49e42822
dt-bindings: power: supply: cpcap-charger: Convert to DT schema format
...
Convert the binding to DT schema format. I also added the missing bits
used by the only in-tree user and implemented in the driver.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Reviewed-by: Tony Lindgren <tony@atomide.com >
Reviewed-by: Rob Herring <robh@kernel.org >
2021-03-23 12:54:50 +01:00
Sebastian Reichel
3c5be04549
dt-bindings: power: supply: cpcap-battery: Convert to DT schema format
...
Convert the binding to DT schema format. I also added the missing bits
used by the only in-tree user and implemented in the driver.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Reviewed-by: Tony Lindgren <tony@atomide.com >
Reviewed-by: Rob Herring <robh@kernel.org >
2021-03-23 12:54:44 +01:00
Manish Narani
caef9f0716
dt-bindings: usb: dwc3-xilinx: Add documentation for Versal DWC3 Controller
...
Add documentation for Versal DWC3 controller. Add required property
'reg' for the same. Also add optional properties for snps,dwc3.
Reviewed-by: Rob Herring <robh@kernel.org >
Signed-off-by: Manish Narani <manish.narani@xilinx.com >
Link: https://lore.kernel.org/r/1615963949-75320-2-git-send-email-manish.narani@xilinx.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-23 12:48:14 +01:00
Álvaro Fernández Rojas
81d2385555
dt-bindings: usb: generic-ehci: document spurious-oc flag
...
Over-current reporting isn't supported on some platforms such as bcm63xx.
These devices will incorrectly report over-current if this flag isn't properly
activated.
Acked-by: Rob Herring <robh@kernel.org >
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
Acked-by: Alan Stern <stern@rowland.harvard.edu >
Link: https://lore.kernel.org/r/20210223174455.1378-3-noltari@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2021-03-23 12:37:02 +01:00