Align the name of the regulator with the design schematic. Also fix up
the gpio property to the new "gpios" property name, and add the
GPIO_ACTIVE_HIGH flag. The flag is actively ignored in Linux in favor of
the old "enable-active-high" property; nevertheless it is the correct
description.
Signed-off-by: Chen-Yu Tsai <wenst@chromium.org>
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
clock-output-names = "clk32k";
};
- it6505_pp18_reg: regulator0 {
+ pp1800_it6505: regulator0 {
compatible = "regulator-fixed";
- regulator-name = "it6505_pp18";
- gpio = <&pio 178 0>;
+ regulator-name = "pp1800_it6505";
+ gpios = <&pio 178 GPIO_ACTIVE_HIGH>;
enable-active-high;
vin-supply = <&pp1800_alw>;
};