ARM: dts: msm: Add PMI632 devices for SDM450-PMI632 boards

Add PMI632 devices and remove PMI8950 device references as
SDM450-PMI632 board does not contain PMI8950. Also disable pm8953
typec driver.

CRs-Fixed: 2164562
Change-Id: Iea5b7da7796253f457cdf30a6456c5e4ce64bb26
Signed-off-by: Umang Agrawal <uagrawal@codeaurora.org>
Signed-off-by: Tirupathi Reddy <tirupath@codeaurora.org>
diff --git a/arch/arm64/boot/dts/qcom/sdm450-pmi632.dtsi b/arch/arm64/boot/dts/qcom/sdm450-pmi632.dtsi
new file mode 100644
index 0000000..88a4ce7
--- /dev/null
+++ b/arch/arm64/boot/dts/qcom/sdm450-pmi632.dtsi
@@ -0,0 +1,23 @@
+/*
+ * Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 and
+ * only version 2 as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ */
+
+#include "pmi632.dtsi"
+
+&spmi_bus {
+	/delete-node/ qcom,pmi8950@2;
+	/delete-node/ qcom,pmi8950@3;
+};
+
+&pm8953_typec {
+	status = "disabled";
+};