Skip to content

Commit

Permalink
dts: arm: nrf9160: minor typo fix
Browse files Browse the repository at this point in the history
A minor spelling fix in an inline comment in
both nRF9160 Secure and Non-Secure .dtsi headers.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
  • Loading branch information
ioannisg committed Aug 1, 2019
1 parent 58e9a93 commit 7dbc318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dts/arm/nordic/nrf9160.dtsi
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
#include "nrf9160_common.dtsi" #include "nrf9160_common.dtsi"
}; };


/* Addditional Secure peripherals */ /* Additional Secure peripherals */
gpiote: gpiote@5000d000 { gpiote: gpiote@5000d000 {
compatible = "nordic,nrf-gpiote"; compatible = "nordic,nrf-gpiote";
reg = <0x5000d000 0x1000>; reg = <0x5000d000 0x1000>;
Expand Down
2 changes: 1 addition & 1 deletion dts/arm/nordic/nrf9160ns.dtsi
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
#include "nrf9160_common.dtsi" #include "nrf9160_common.dtsi"
}; };


/* Addditional Non-Secure peripherals */ /* Additional Non-Secure peripherals */
gpiote: gpiote@40031000 { gpiote: gpiote@40031000 {
compatible = "nordic,nrf-gpiote"; compatible = "nordic,nrf-gpiote";
reg = <0x40031000 0x1000>; reg = <0x40031000 0x1000>;
Expand Down

0 comments on commit 7dbc318

Please sign in to comment.