[PATCH V2 3/4] ARM: mxs: dts: Add Creative X-Fi3 support
Shawn Guo
shawnguo at kernel.org
Mon Jun 6 01:45:22 PDT 2016
On Sun, May 08, 2016 at 10:50:20PM +0200, Marek Vasut wrote:
> + regulators {
> + compatible = "simple-bus";
> +
> + reg_vddio_sd0: vddio-sd0 {
> + compatible = "regulator-fixed";
> + regulator-name = "vddio-sd0";
> + regulator-min-microvolt = <3300000>;
> + regulator-max-microvolt = <3300000>;
> + gpio = <&gpio0 7 0>;
> + };
> + };
For new dts, we suggest put fixed regulator node directly under root in
the following naming scheme:
reg_xxx: regulator-xxx {
...
};
Also, the order of subject prefix is like ARM: dts: mxs: ...
Shawn
More information about the linux-arm-kernel
mailing list