imx.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] dt-bindings: iio: pressure: Remove vdd-supply and vddio-supply from required list
@ 2025-10-22 16:41 Frank Li
  2025-10-22 17:00 ` Conor Dooley
  2025-10-22 17:03 ` David Lechner
  0 siblings, 2 replies; 4+ messages in thread
From: Frank Li @ 2025-10-22 16:41 UTC (permalink / raw)
  To: Jonathan Cameron, David Lechner, Nuno Sá, Andy Shevchenko,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley, Antoni Pokusinski,
	Vasileios Amoiridis, Justin Weiss,
	open list:IIO SUBSYSTEM AND DRIVERS,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	open list
  Cc: imx

Some board designs connect vdd and vddio to the system power supply. Remove
these properties from the required list and make them optional, since
drivers/iio/pressure/mpl3115.c does not use them.

Fix below CHECK_DTBS warnings:
arch/arm64/boot/dts/freescale/imx8qm-mek.dtb: pressure-sensor@60 (fsl,mpl3115): 'vdd-supply' is a required property
        from schema $id: http://devicetree.org/schemas/iio/pressure/fsl,mpl3115.yaml#

Signed-off-by: Frank Li <Frank.Li@nxp.com>
---
 Documentation/devicetree/bindings/iio/pressure/fsl,mpl3115.yaml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/iio/pressure/fsl,mpl3115.yaml b/Documentation/devicetree/bindings/iio/pressure/fsl,mpl3115.yaml
index 2933c2e10695e..04703a01cf7af 100644
--- a/Documentation/devicetree/bindings/iio/pressure/fsl,mpl3115.yaml
+++ b/Documentation/devicetree/bindings/iio/pressure/fsl,mpl3115.yaml
@@ -47,8 +47,6 @@ properties:
 required:
   - compatible
   - reg
-  - vdd-supply
-  - vddio-supply
 
 additionalProperties: false
 
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-10-23 17:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-22 16:41 [PATCH 1/1] dt-bindings: iio: pressure: Remove vdd-supply and vddio-supply from required list Frank Li
2025-10-22 17:00 ` Conor Dooley
2025-10-22 17:03 ` David Lechner
2025-10-23 17:17   ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).