arm64: dts: mediatek: mt8183-kukui-jacuzzi: Drop pp3300_panel voltage settings

[ Upstream commit 0b5b1c881a909f17c05ef4b1ccb421e077f6e466 ]

The pp3300_panel fixed regulator is just a load switch. It does not have
any regulating capabilities. Thus having voltage constraints on it is
wrong.

Remove the voltage constraints.

Fixes: cabc71b08e ("arm64: dts: mt8183: Add kukui-jacuzzi-damu board")
Signed-off-by: Chen-Yu Tsai <wenst@chromium.org>
Link: https://lore.kernel.org/r/20241030070224.1006331-2-wenst@chromium.org
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
Chen-Yu Tsai
2024-10-30 15:02:20 +08:00
committed by Greg Kroah-Hartman
parent e9d07e91de
commit b7e29356b8

View File

@@ -39,8 +39,6 @@
pp3300_panel: pp3300-panel { pp3300_panel: pp3300-panel {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "pp3300_panel"; regulator-name = "pp3300_panel";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pp3300_panel_pins>; pinctrl-0 = <&pp3300_panel_pins>;