mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
arm64: dts: mediatek: mt8183-kukui: Drop bogus fixed regulators
A couple of the fixed regulators in the Kukui dtsi do not actually exist in the hardware design; they are simply power rails connected together with 0 ohm bridges. Drop them and assign their upstream supplies to their consumers instead. Signed-off-by: Chen-Yu Tsai <wenst@chromium.org> Link: https://lore.kernel.org/r/20241030070224.1006331-5-wenst@chromium.org Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
This commit is contained in:
parent
aaecb1da58
commit
436142058e
3 changed files with 4 additions and 25 deletions
|
@ -23,7 +23,7 @@
|
|||
interrupts-extended = <&pio 155 IRQ_TYPE_LEVEL_LOW>;
|
||||
|
||||
reset-gpios = <&pio 156 GPIO_ACTIVE_LOW>;
|
||||
vdd-supply = <&lcd_pp3300>;
|
||||
vdd-supply = <&pp3300_alw>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
interrupts-extended = <&pio 155 IRQ_TYPE_LEVEL_LOW>;
|
||||
|
||||
reset-gpios = <&pio 156 GPIO_ACTIVE_LOW>;
|
||||
vdd-supply = <&lcd_pp3300>;
|
||||
vdd-supply = <&pp3300_alw>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -52,27 +52,6 @@
|
|||
vin-supply = <&pp1800_alw>;
|
||||
};
|
||||
|
||||
lcd_pp3300: regulator1 {
|
||||
compatible = "regulator-fixed";
|
||||
regulator-name = "lcd_pp3300";
|
||||
regulator-min-microvolt = <3300000>;
|
||||
regulator-max-microvolt = <3300000>;
|
||||
regulator-always-on;
|
||||
regulator-boot-on;
|
||||
};
|
||||
|
||||
mmc1_fixed_power: regulator3 {
|
||||
compatible = "regulator-fixed";
|
||||
regulator-name = "mmc1_power";
|
||||
vin-supply = <&pp3300_alw>;
|
||||
};
|
||||
|
||||
mmc1_fixed_io: regulator4 {
|
||||
compatible = "regulator-fixed";
|
||||
regulator-name = "mmc1_io";
|
||||
vin-supply = <&pp1800_alw>;
|
||||
};
|
||||
|
||||
pp1800_alw: regulator5 {
|
||||
compatible = "regulator-fixed";
|
||||
regulator-name = "pp1800_alw";
|
||||
|
@ -374,8 +353,8 @@
|
|||
pinctrl-names = "default", "state_uhs";
|
||||
pinctrl-0 = <&mmc1_pins_default>;
|
||||
pinctrl-1 = <&mmc1_pins_uhs>;
|
||||
vmmc-supply = <&mmc1_fixed_power>;
|
||||
vqmmc-supply = <&mmc1_fixed_io>;
|
||||
vmmc-supply = <&pp3300_alw>;
|
||||
vqmmc-supply = <&pp1800_alw>;
|
||||
mmc-pwrseq = <&wifi_pwrseq>;
|
||||
bus-width = <4>;
|
||||
max-frequency = <200000000>;
|
||||
|
|
Loading…
Add table
Reference in a new issue