Thread (19 messages) flat view 19 messages, 5 authors, 2021-03-25

Re: [PATCH 3/6] devicetree/bindings: Initial commit of silergy,sy7636a-regulator.yaml

From: Mark Brown <broonie@kernel.org>
Date: 2021-01-18 12:41:05
Also in: lkml

On Sat, Jan 16, 2021 at 08:25:36PM -0800, Alistair Francis wrote:
Initial support for the Silergy SY7636A-regulator Power Management chip
driver.
Please submit patches using subject lines reflecting the style for the
subsystem, this makes it easier for people to identify relevant patches.
Look at what existing commits in the area you're changing are doing and
make sure your subject lines visually resemble what they're doing.
There's no need to resubmit to fix this alone.
+properties:
+  compatible:
+    enum:
+      - sy7636a-regulator
Compatible strings should be in the form vendor,device.  
+    i2c {
+        #address-cells = <1>;
+        #size-cells = <0>;
+        regulator@60 {
+          compatible = "sy7636a-regulator";
+          reg_epdpmic: vcom {
+            regulator-name = "vcom";
+            regulator-boot-on;
+          };
+        };
+    };
There's no documentation of VCOM as a valid regulator in the binding.

Attachments

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help