Message ID | 20240426092924.15489-1-jamcgregor@protonmail.com (mailing list archive) |
---|---|
Headers | show |
Series | arm64: dts: allwinner: H616: Add LRADC | expand |
On Fri, 26 Apr 2024 09:29:37 +0000, James McGregor wrote: > Version 2 moves the LRADC DT node to the right place. It was out of > order before. > > The Allwinner H616 series of SoCs have a low-rate ADC (LRADC) with > 6-bit resolution and one input channel. They're compatible with the > existing drivers, so it only needs to be enabled in the DT. > > [...] Applied to sunxi/dt-for-6.11 in sunxi/linux.git, thanks! [1/2] dt-bindings: input: sun4i-lradc-keys: Add H616 compatible https://git.kernel.org/sunxi/linux/c/3086803a1f43 [2/2] ARM: dts: sun50i: Add LRADC node https://git.kernel.org/sunxi/linux/c/7adc2d68f4a6 Best regards,
On Tue, May 28, 2024 at 11:42 PM Chen-Yu Tsai <wens@csie.org> wrote: > > On Fri, 26 Apr 2024 09:29:37 +0000, James McGregor wrote: > > Version 2 moves the LRADC DT node to the right place. It was out of > > order before. > > > > The Allwinner H616 series of SoCs have a low-rate ADC (LRADC) with > > 6-bit resolution and one input channel. They're compatible with the > > existing drivers, so it only needs to be enabled in the DT. > > > > [...] > > Applied to sunxi/dt-for-6.11 in sunxi/linux.git, thanks! > > [1/2] dt-bindings: input: sun4i-lradc-keys: Add H616 compatible > https://git.kernel.org/sunxi/linux/c/3086803a1f43 > [2/2] ARM: dts: sun50i: Add LRADC node > https://git.kernel.org/sunxi/linux/c/7adc2d68f4a6 I had to do a quick rebase as the branch start point was incorrect. The commit hashes will have changed. Rest assured that the patch is indeed merged. ChenYu