summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Fennema <fennema@google.com>2022-12-29 00:34:51 +0000
committerBen Fennema <fennema@google.com>2022-12-29 00:36:07 +0000
commit6e641f16c6cb9b636c8eea86a71e7348ce62ed05 (patch)
tree17c7d3eb5588c5393378367425112b8f789aad67
parent7db026c5ed5049f021956c5c047d9a05b0c1c825 (diff)
downloaddevicetree-6e641f16c6cb9b636c8eea86a71e7348ce62ed05.tar.gz
Revert "Remove NFC includes"
This reverts commit 7db026c5ed5049f021956c5c047d9a05b0c1c825. Reason for revert: No longer used, so no need to apply Bug: 263902929 Change-Id: I6eb3af0e5a4990337a341ae3ab00fec8d8244eec
-rwxr-xr-xMakefile1
-rwxr-xr-xqcom/monaco.dtsi2
2 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 28b7c4e4..7e474d67 100755
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,7 @@ 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 53e4784a..77a167ed 100755
--- a/qcom/monaco.dtsi
+++ b/qcom/monaco.dtsi
@@ -2074,6 +2074,8 @@
#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"