[PATCH v2 3/3] arm64: dts: fsd: Add ADC device tree node
Krzysztof Kozlowski
krzysztof.kozlowski at linaro.org
Mon May 23 03:22:14 PDT 2022
On 20/05/2022 16:58, Tamseel Shams wrote:
> From: Alim Akhtar <alim.akhtar at samsung.com>
>
> This patch adds ADC device tree node and enables the same
> on fsd platform.
>
> Signed-off-by: Alim Akhtar <alim.akhtar at samsung.com>
> Signed-off-by: Tamseel Shams <m.shams at samsung.com>
> ---
> - Changes since v1
> * Addressed Krzysztof's comment for corrections in dt files
>
> arch/arm64/boot/dts/tesla/fsd-evb.dts | 4 ++++
> arch/arm64/boot/dts/tesla/fsd.dtsi | 11 +++++++++++
> 2 files changed, 15 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/tesla/fsd-evb.dts b/arch/arm64/boot/dts/tesla/fsd-evb.dts
> index 5af560c1b5e6..63f26a85053a 100644
> --- a/arch/arm64/boot/dts/tesla/fsd-evb.dts
> +++ b/arch/arm64/boot/dts/tesla/fsd-evb.dts
> @@ -34,6 +34,10 @@
> clock-frequency = <24000000>;
> };
>
> +&adc {
> + status = "okay";
Please test your bindings (`make dtbs_check`). There is no way it passes
since you miss at least supply (maybe more?).
Best regards,
Krzysztof
More information about the linux-arm-kernel
mailing list