summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Ciubotariu <aciubotariu@google.com>2022-12-19 22:16:12 +0000
committerAndrei Ciubotariu <aciubotariu@google.com>2022-12-20 03:04:51 +0000
commit7db026c5ed5049f021956c5c047d9a05b0c1c825 (patch)
tree1e3e13f0d5052522dbc750570871df52c83a401a
parent87a3ec4aa69e9bb0700582d54104aeadf42f3408 (diff)
downloaddevicetree-7db026c5ed5049f021956c5c047d9a05b0c1c825.tar.gz
Remove NFC includes
This is so we can build. Once we have a mirror of the qcom NFC devicetree, we'll try reverting this change and nullify the NFC portions of the tree in our overlays. Bug: 262997652 Change-Id: I5bc9bbf18c78600f5ea0f003be75e1e04d05bb1f Signed-off-by: Andrei Ciubotariu <aciubotariu@google.com>
-rwxr-xr-xMakefile1
-rwxr-xr-xqcom/monaco.dtsi2
2 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 7e474d67..28b7c4e4 100755
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,6 @@ ifneq "$(wildcard $(vendor)/qcom)" ""
subdir-y += ../graphics-devicetree
subdir-y += ../display-devicetree
subdir-y += ../video-devicetree
- subdir-y += ../nfc-devicetree
subdir-y += ../wlan-devicetree
subdir-y += ../audio-devicetree
endif
diff --git a/qcom/monaco.dtsi b/qcom/monaco.dtsi
index 77a167ed..53e4784a 100755
--- a/qcom/monaco.dtsi
+++ b/qcom/monaco.dtsi
@@ -2074,8 +2074,6 @@
#include "../../video-devicetree/monaco-vidc.dtsi"
#include "../../bt-devicetree/monaco-bt-standalone-idp-v1.dtsi"
#include "../../wlan-devicetree/monaco-cnss.dtsi"
-#include "../../nfc-devicetree/nxp/monaco-nfc-common.dtsi"
-#include "../../nfc-devicetree/nxp/monaco-pinctrl.dtsi"
#include "../../audio-devicetree/monaco-audio.dtsi"
#include "../../audio-devicetree/monaco-audio-overlay.dtsi"
#include "../../audio-devicetree/monaco-dmic-audio.dtsi"