Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 8f2cf44

Browse files
committed
riscv: dts: allwinner: d1s-t113: Add system LDOs
Now that the bindings for the system LDOs have been merged, the nodes for the system LDOs can be added. These are used on the ClockworkPi. This was originally part of Samuel's D1 device tree series [1], but was dropped in v5 as the regulator bindings weren't merged at the time. [1] https://lore.kernel.org/linux-sunxi/20221231233851.24923-1-samuel@sholland.org/ Link: https://lore.kernel.org/r/20240622150731.1105901-3-wens@kernel.org Signed-off-by: Chen-Yu Tsai <wens@csie.org>
1 parent 0c85e2e commit 8f2cf44

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

arch/riscv/boot/dts/allwinner/sunxi-d1s-t113.dtsi

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,17 @@
396396
ranges;
397397
#address-cells = <1>;
398398
#size-cells = <1>;
399+
400+
regulators@3000150 {
401+
compatible = "allwinner,sun20i-d1-system-ldos";
402+
reg = <0x3000150 0x4>;
403+
404+
reg_ldoa: ldoa {
405+
};
406+
407+
reg_ldob: ldob {
408+
};
409+
};
399410
};
400411

401412
dma: dma-controller@3002000 {

0 commit comments

Comments
 (0)