[PATCH v1 2/3] arm64: dts: ti: k3-am62-verdin: add label to som adc node
Francesco Dolcini
francesco at dolcini.it
Tue Sep 24 05:00:43 PDT 2024
From: João Paulo Gonçalves <joao.goncalves at toradex.com>
Add a label to ti-ads1015 node to make it easier to reference it
from other nodes.
Signed-off-by: João Paulo Gonçalves <joao.goncalves at toradex.com>
Signed-off-by: Francesco Dolcini <francesco.dolcini at toradex.com>
---
arch/arm64/boot/dts/ti/k3-am62-verdin.dtsi | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/ti/k3-am62-verdin.dtsi b/arch/arm64/boot/dts/ti/k3-am62-verdin.dtsi
index 5bef31b8577b..7b63eb0287af 100644
--- a/arch/arm64/boot/dts/ti/k3-am62-verdin.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am62-verdin.dtsi
@@ -1219,11 +1219,12 @@ sensor at 48 {
reg = <0x48>;
};
- adc at 49 {
+ verdin_som_adc: adc at 49 {
compatible = "ti,ads1015";
reg = <0x49>;
#address-cells = <1>;
#size-cells = <0>;
+ #io-channel-cells = <1>;
/* Verdin PMIC_I2C (ADC_4 - ADC_3) */
channel at 0 {
--
2.39.5
More information about the linux-arm-kernel
mailing list