Skip to content

Commit d33d770

Browse files
wensAngeloGioacchino Del Regno
authored andcommitted
arm64: dts: mediatek: mt8183-kukui: Clean up IT6505 regulator supply
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>
1 parent 32c5491 commit d33d770

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
4444
clock-output-names = "clk32k";
4545
};
4646

47-
it6505_pp18_reg: regulator0 {
47+
pp1800_it6505: regulator0 {
4848
compatible = "regulator-fixed";
49-
regulator-name = "it6505_pp18";
50-
gpio = <&pio 178 0>;
49+
regulator-name = "pp1800_it6505";
50+
gpios = <&pio 178 GPIO_ACTIVE_HIGH>;
5151
enable-active-high;
5252
vin-supply = <&pp1800_alw>;
5353
};

0 commit comments

Comments
 (0)