Skip to content

Commit

Permalink
dts: trinket: seine: pn5xx NFC driver cleanup
Browse files Browse the repository at this point in the history
Integrate the pc5xx dts in the main board
Removed the obsolete config

Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
  • Loading branch information
jerpelea committed Sep 3, 2020
1 parent 635d6ed commit 8892453
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 96 deletions.
16 changes: 13 additions & 3 deletions arch/arm64/boot/dts/qcom/trinket-seine-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@
memory-region = "log";
};

nfc,pm-ops {
compatible = "sony,pn553-pm-ops";
};

pinctrl@400000 {
disabled-pins = <22 23 28 29 30 31 32 33>;
};
Expand Down Expand Up @@ -272,8 +276,6 @@
pinctrl-0 = <&cdc_dmic23_clk_active &cdc_dmic23_data_active>;
pinctrl-1 = <&cdc_dmic23_clk_sleep &cdc_dmic23_data_sleep>;
};


};

&camss_cpp_gdsc {
Expand All @@ -286,6 +288,15 @@
status = "okay";

/delete-node/ nq@28;
nfc@28 {
compatible = "nxp,pn553";
reg = <0x28>;
interrupt-parent = <&tlmm>;
interrupts = <85 0x1>;
nxp,irq_gpio = <&tlmm 85 0x00>;
nxp,dwld_en = <&tlmm 84 0x00>;
nxp,ven = <&tlmm 83 0x01>;
nxp,ese-pwr = <&tlmm 24 0x00>;
};

/* Disable trinket-audio-overlay unused nodes */
Expand Down Expand Up @@ -2353,6 +2364,5 @@

#include "trinket-seine-touch.dtsi"
#include "charger-seine-common.dtsi"
#include "trinket-seine-nfc_pn557.dtsi"
#include "trinket-seine-usb.dtsi"
#include "trinket-seine-camera-common.dtsi"
31 changes: 0 additions & 31 deletions arch/arm64/boot/dts/qcom/trinket-seine-nfc_pn557.dtsi

This file was deleted.

62 changes: 0 additions & 62 deletions arch/arm64/boot/dts/qcom/trinket-seine-nfc_pn81t.dtsi

This file was deleted.

0 comments on commit 8892453

Please sign in to comment.