diff options
author | Michal Wilczynski <m.wilczynski@samsung.com> | 2024-10-04 12:01:58 +0200 |
---|---|---|
committer | Michal Wilczynski <m.wilczynski@samsung.com> | 2024-10-04 13:13:25 +0200 |
commit | 9cdd6e1d24046e1dfd3eb26de801427cce8a0eb6 (patch) | |
tree | e7fcad6048839382e094100ac1332441b384bc95 | |
parent | 19bd18bb8c4b7e05f6f0ed26f1e0b1eaf8774a5e (diff) | |
download | linux-thead-9cdd6e1d24046e1dfd3eb26de801427cce8a0eb6.tar.gz linux-thead-9cdd6e1d24046e1dfd3eb26de801427cce8a0eb6.tar.bz2 linux-thead-9cdd6e1d24046e1dfd3eb26de801427cce8a0eb6.zip |
riscv: dts: thead: Remove interfering regulator
Regulator soc_cam2_dvdd12_ir_reg seems to be using the same gpio
controller as the rfkill gpio. It was observed that when this regulator
is enabled the rfkill setting up it's GPIO doesn't actually have any
effect i.e the Wi-Fi card never actually shows up on the SDIO bus.
Remove this regulator for now, as it doesn't seem to be critical for any
other functionality on the SoC.
Change-Id: I5e54831e4084ab04bc5d3618cbde318d9775aa62
Signed-off-by: Michal Wilczynski <m.wilczynski@samsung.com>
-rw-r--r-- | arch/riscv/boot/dts/thead/th1520-lichee-module-4a.dtsi | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/riscv/boot/dts/thead/th1520-lichee-module-4a.dtsi b/arch/riscv/boot/dts/thead/th1520-lichee-module-4a.dtsi index 2efe93fba6b2..7453068a6c32 100644 --- a/arch/riscv/boot/dts/thead/th1520-lichee-module-4a.dtsi +++ b/arch/riscv/boot/dts/thead/th1520-lichee-module-4a.dtsi @@ -256,15 +256,6 @@ enable-active-high; }; - soc_cam2_dvdd12_ir_reg: soc_cam2_dvdd12_ir { - compatible = "regulator-fixed"; - regulator-name = "soc_cam2_dvdd12_ir"; - regulator-min-microvolt = <1200000>; - regulator-max-microvolt = <1200000>; - gpio = <&pcal6408ahk_c 0 1>; - enable-active-high; - }; - aon_reg_dialog: light-dialog-reg { compatible = "thead,light-dialog-pmic-ant"; status = "okay"; |