Skip to content

Commit 33417fc

Browse files
nordic-krchrlubos
authored andcommitted
[nrf fromtree] dts: vendor: nordic: Fix nfct compatible
Use nordic,nrf-nfct-v2 compatible in the main nrf54h20 devicetree description. Signed-off-by: Krzysztof Chruściński <[email protected]> (cherry picked from commit b84dd5b)
1 parent 521af4f commit 33417fc

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

dts/arm/nordic/nrf54h20_cpuapp.dtsi

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,3 @@ wdt011: &cpuapp_wdt011 {};
5959
&grtc {
6060
interrupts = <109 NRF_DEFAULT_IRQ_PRIORITY>;
6161
};
62-
63-
&nfct {
64-
compatible = "nordic,nrf-nfct-v2";
65-
};

dts/vendor/nordic/nrf54h20.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,7 @@
927927
};
928928

929929
nfct: nfct@985000 {
930-
compatible = "nordic,nrf-nfct";
930+
compatible = "nordic,nrf-nfct-v2";
931931
reg = <0x985000 0x1000>;
932932
status = "disabled";
933933
interrupts = <389 NRF_DEFAULT_IRQ_PRIORITY>;

0 commit comments

Comments
 (0)