summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Frederick <tfred@google.com>2023-02-14 17:45:33 +0000
committerTodd Frederick <tfred@google.com>2023-03-06 01:44:52 +0000
commitab248a3077702d6a3e0e9245ef5b750466f66179 (patch)
tree385340400f1f6ad313b806285da08bccd43f8595
parent73c048a905e7bb765d35431b8469549009bac477 (diff)
downloadeos-ab248a3077702d6a3e0e9245ef5b750466f66179.tar.gz
Remove eSE SPI bus
Since the eSE SPI bus is now owned by TZ, remove it from the device tree. Bug: 238798639 Test: Boot Android Change-Id: I5d20876d34934a1abf62bcf3880b6cd66e1c258a Signed-off-by: Todd Frederick <tfred@google.com>
-rw-r--r--dts/google/eos-nfc-v2.dtsi44
1 files changed, 0 insertions, 44 deletions
diff --git a/dts/google/eos-nfc-v2.dtsi b/dts/google/eos-nfc-v2.dtsi
index 89c81d4..0f2bd54 100644
--- a/dts/google/eos-nfc-v2.dtsi
+++ b/dts/google/eos-nfc-v2.dtsi
@@ -67,47 +67,3 @@
nxp,sn-vddio-sleep-load = <1000>;
};
};
-
-&qupv3_se2_spi_mosi_active {
- config {
- drive-strength = <4>;
- };
-};
-
-&qupv3_se2_spi_miso_active {
- config {
- drive-strength = <4>;
- };
-};
-
-&qupv3_se2_spi_clk_active {
- config {
- drive-strength = <4>;
- };
-};
-
-&qupv3_se2_spi_cs_active {
- config {
- drive-strength = <4>;
- };
-};
-
-&qupv3_se2_spi_sleep {
- config {
- drive-strength = <4>;
- };
-};
-
-&qupv3_se2_spi {
- #address-cells = <1>;
- #size-cells = <0>;
-
- status = "ok";
- p61@0 {
- compatible ="nxp,p61" ;
- reg = <0>;
- nxp,p61-rst = <&tlmm 40 0x00>;
- spi-max-frequency =<20000000>;
- nxp,nfcc = "0-0028";
- };
-};