Thread (1 message) 1 message, 1 author, 2016-10-20

[RESEND PATCH v3 2/2] ARM: dts: imx6ul: Add DTS for liteBoard

From: shawnguo@kernel.org (Shawn Guo)
Date: 2016-10-20 09:04:46
Also in: linux-devicetree

Possibly related (same subject, not in this thread)

On Fri, Sep 30, 2016 at 5:36 PM, Marcin Niestroj
[off-list ref] wrote:
+       regulators {
+               compatible = "simple-bus";
+               #address-cells = <1>;
+               #size-cells = <0>;
+
+               reg_usb_otg1_vbus: usb_otg1_regulator {
+                       compatible = "regulator-fixed";
+                       pinctrl-names = "default";
+                       pinctrl-0 = <&pinctrl_usb_otg1_vbus>;
+                       regulator-name = "usb_otg1_vbus";
+                       regulator-min-microvolt = <5000000>;
+                       regulator-max-microvolt = <5000000>;
+                       gpio = <&gpio2 8 GPIO_ACTIVE_LOW>;
+               };
+       };
Please put it directly under root in the following naming schema to
save that fake simple-bus container node.

        reg_xxx: regulator-xxx {
                ...
        }

Note: underscore is in label name, while hyphen is in node name.

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