diff mbox series

arm64: dts: ti: phycore-am64: Add ADC

Message ID 20240201001439.3259450-1-nmorrisson@phytec.com (mailing list archive)
State New, archived
Headers show
Series arm64: dts: ti: phycore-am64: Add ADC | expand

Commit Message

Nathan Morrisson Feb. 1, 2024, 12:14 a.m. UTC
Add the ADC node to the phyCORE AM64x and enable the ADC.

Signed-off-by: Nathan Morrisson <nmorrisson@phytec.com>
---
 arch/arm64/boot/dts/ti/k3-am64-phycore-som.dtsi | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

Wadim Egorov Feb. 1, 2024, 7:20 a.m. UTC | #1
Hi Nathan,

thank you.

Am 01.02.24 um 01:14 schrieb Nathan Morrisson:
> Add the ADC node to the phyCORE AM64x and enable the ADC.
>
> Signed-off-by: Nathan Morrisson <nmorrisson@phytec.com>

Reviewed-by: Wadim Egorov <w.egorov@phytec.de>


> ---
>   arch/arm64/boot/dts/ti/k3-am64-phycore-som.dtsi | 7 +++++++
>   1 file changed, 7 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/ti/k3-am64-phycore-som.dtsi b/arch/arm64/boot/dts/ti/k3-am64-phycore-som.dtsi
> index 1678e74cb750..cf1940c23bfe 100644
> --- a/arch/arm64/boot/dts/ti/k3-am64-phycore-som.dtsi
> +++ b/arch/arm64/boot/dts/ti/k3-am64-phycore-som.dtsi
> @@ -318,3 +318,10 @@ &sdhci0 {
>   	disable-wp;
>   	keep-power-in-suspend;
>   };
> +
> +&tscadc0 {
> +	status = "okay";
> +	adc {
> +		ti,adc-channels = <0 1 2 3 4 5 6 7>;
> +	};
> +};
Vignesh Raghavendra Feb. 6, 2024, 4:32 a.m. UTC | #2
Hi Nathan Morrisson,

On Wed, 31 Jan 2024 16:14:39 -0800, Nathan Morrisson wrote:
> Add the ADC node to the phyCORE AM64x and enable the ADC.
> 
> 

I have applied the following to branch ti-k3-dts-next on [1].
Thank you!

[1/1] arm64: dts: ti: phycore-am64: Add ADC
      commit: 61fc6b43f0e321e265164701d3bf65a2e5157720

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
--
Vignesh
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/ti/k3-am64-phycore-som.dtsi b/arch/arm64/boot/dts/ti/k3-am64-phycore-som.dtsi
index 1678e74cb750..cf1940c23bfe 100644
--- a/arch/arm64/boot/dts/ti/k3-am64-phycore-som.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am64-phycore-som.dtsi
@@ -318,3 +318,10 @@  &sdhci0 {
 	disable-wp;
 	keep-power-in-suspend;
 };
+
+&tscadc0 {
+	status = "okay";
+	adc {
+		ti,adc-channels = <0 1 2 3 4 5 6 7>;
+	};
+};