From 6519f74339bec7f74e38d8dc861c7cf1135b4a17 Mon Sep 17 00:00:00 2001 From: Unnathi Chalicheemala Date: Mon, 8 Jan 2024 11:04:00 -0800 Subject: [PATCH] ARM: dts: msm: Update NFC supported platforms on Sun SoC NFC on Sun SoC only supports v8 but is defaulting to v6 power grid. Update NFC on Sun SoC to use v8 power grid now for MTP, CDP platforms. Change-Id: I0c5c93adf1b6c9dfa5fd05b975e4d184995e60e5 Signed-off-by: Unnathi Chalicheemala --- qcom/sun-cdp-nfc.dtsi | 4 ++-- qcom/sun-mtp-nfc.dtsi | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/qcom/sun-cdp-nfc.dtsi b/qcom/sun-cdp-nfc.dtsi index 75eff7ab..35a883e7 100644 --- a/qcom/sun-cdp-nfc.dtsi +++ b/qcom/sun-cdp-nfc.dtsi @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BSD-3-Clause /* - * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved. + * Copyright (c) 2023-2024 Qualcomm Innovation Center, Inc. All rights reserved. */ -#include "sun-cdp.dtsi" +#include "sun-cdp-v8.dtsi" diff --git a/qcom/sun-mtp-nfc.dtsi b/qcom/sun-mtp-nfc.dtsi index ed228e3c..f85e2698 100644 --- a/qcom/sun-mtp-nfc.dtsi +++ b/qcom/sun-mtp-nfc.dtsi @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BSD-3-Clause /* - * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved. + * Copyright (c) 2023-2024 Qualcomm Innovation Center, Inc. All rights reserved. */ -#include "sun-mtp.dtsi" +#include "sun-mtp-v8.dtsi"