Skip to content

Commit 73a6c81

Browse files
alexelderdlan17
authored andcommitted
riscv: dts: spacemit: Add a PCIe regulator
Define a 3.3v fixed voltage regulator to be used by PCIe on the Banana Pi BPI-F3. On this platform, this regulator is always on. Signed-off-by: Alex Elder <elder@riscstar.com> Reviewed-by: Yixun Lan <dlan@gentoo.org> Tested-by: Yixun Lan <dlan@gentoo.org> Link: https://lore.kernel.org/r/20251218151235.454997-5-elder@riscstar.com Signed-off-by: Yixun Lan <dlan@gentoo.org>
1 parent 7d307da commit 73a6c81

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

arch/riscv/boot/dts/spacemit/k1-bananapi-f3.dts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@
3333
};
3434
};
3535

36+
pcie_vcc_3v3: pcie-vcc3v3 {
37+
compatible = "regulator-fixed";
38+
regulator-name = "PCIE_VCC3V3";
39+
regulator-min-microvolt = <3300000>;
40+
regulator-max-microvolt = <3300000>;
41+
regulator-always-on;
42+
};
43+
3644
reg_dc_in: dc-in-12v {
3745
compatible = "regulator-fixed";
3846
regulator-name = "dc_in_12v";

0 commit comments

Comments
 (0)