Message ID | 20240622150731.1105901-1-wens@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | riscv: allwinner: ClockworkPi and DevTerm devicetrees | expand |
From: Chen-Yu Tsai <wens@csie.org> On Sat, 22 Jun 2024 23:07:28 +0800, Chen-Yu Tsai wrote: > From: Chen-Yu Tsai <wens@csie.org> > > Hi folks, > > Here are a couple patches that were originally sent by Samuel, but later > dropped due to the system LDO regulator bindings not getting merged. The > regulator bindings were recently resent and landed [1], so now is the time > to get the rest of the stragglers in. > > [...] Applied to sunxi/drivers-for-6.11 in sunxi/linux.git, thanks! [1/3] dt-bindings: sram: sunxi-sram: Add regulators child https://git.kernel.org/sunxi/linux/c/3a6fb9025cdf Best regards,
On Sat, 22 Jun 2024 23:07:28 +0800, Chen-Yu Tsai wrote: > From: Chen-Yu Tsai <wens@csie.org> > > Hi folks, > > Here are a couple patches that were originally sent by Samuel, but later > dropped due to the system LDO regulator bindings not getting merged. The > regulator bindings were recently resent and landed [1], so now is the time > to get the rest of the stragglers in. > > [...] Applied to sunxi/dt-for-6.11 in sunxi/linux.git, thanks! [2/3] riscv: dts: allwinner: d1s-t113: Add system LDOs https://git.kernel.org/sunxi/linux/c/8f2cf4442b49 [3/3] riscv: dts: allwinner: Add ClockworkPi and DevTerm devicetrees https://git.kernel.org/sunxi/linux/c/0ce1d34678e5 Best regards,
From: Chen-Yu Tsai <wens@csie.org> Hi folks, Here are a couple patches that were originally sent by Samuel, but later dropped due to the system LDO regulator bindings not getting merged. The regulator bindings were recently resent and landed [1], so now is the time to get the rest of the stragglers in. Patch 1 and 3 were originally part of Samuel's D1 device tree submission [2]. Patch 2 was part of the system LDO series [3]. These have been rebased onto v6.10-rc1 and have been compile tested only. I plan to land these in the coming week for 6.11. Regards ChenYu [1] https://lore.kernel.org/linux-sunxi/171532213496.2045034.2645456500780291742.b4-ty@kernel.org/ [2] https://lore.kernel.org/linux-sunxi/20221231233851.24923-1-samuel@sholland.org/ [3] https://lore.kernel.org/linux-sunxi/20221208084127.17443-1-samuel@sholland.org/ Chen-Yu Tsai (1): riscv: dts: allwinner: d1s-t113: Add system LDOs Samuel Holland (2): dt-bindings: sram: sunxi-sram: Add regulators child riscv: dts: allwinner: Add ClockworkPi and DevTerm devicetrees .../allwinner,sun4i-a10-system-control.yaml | 28 ++ arch/riscv/boot/dts/allwinner/Makefile | 2 + .../allwinner/sun20i-d1-clockworkpi-v3.14.dts | 252 ++++++++++++++++++ .../dts/allwinner/sun20i-d1-devterm-v3.14.dts | 36 +++ .../boot/dts/allwinner/sunxi-d1s-t113.dtsi | 11 + 5 files changed, 329 insertions(+) create mode 100644 arch/riscv/boot/dts/allwinner/sun20i-d1-clockworkpi-v3.14.dts create mode 100644 arch/riscv/boot/dts/allwinner/sun20i-d1-devterm-v3.14.dts