diff options
author | Andreas Kemnade <[email protected]> | 2023-11-27 21:04:30 +0100 |
---|---|---|
committer | Tony Lindgren <[email protected]> | 2023-11-30 14:11:28 +0200 |
commit | 288fde659ec6992552c4467534e15247b7445530 (patch) | |
tree | b98be676c1a5e2e04f9d15e9c5f94d5530257e30 | |
parent | b1a041afb41083d9741db11061c49c6572c383ca (diff) |
ARM: dts: omap: logicpd-torpedo: do not disguise GNSS device
https://support.logicpd.com/DesktopModules/Bring2mind/DMX/Download.aspx?portalid=0&EntryId=649
clearly specifies the availability of GPS, so let's not disguise it
and name the node accordingly.
Signed-off-by: Andreas Kemnade <[email protected]>
Message-ID: <[email protected]>
Acked-by: Adam Ford <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/ti/omap/logicpd-torpedo-37xx-devkit.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/ti/omap/logicpd-torpedo-37xx-devkit.dts b/arch/arm/boot/dts/ti/omap/logicpd-torpedo-37xx-devkit.dts index 533ce7ce387a..fbff15a0a0fe 100644 --- a/arch/arm/boot/dts/ti/omap/logicpd-torpedo-37xx-devkit.dts +++ b/arch/arm/boot/dts/ti/omap/logicpd-torpedo-37xx-devkit.dts @@ -52,7 +52,7 @@ &uart2 { /delete-property/dma-names; - bluetooth { + bluetooth-gnss { compatible = "ti,wl1283-st"; enable-gpios = <&gpio6 2 GPIO_ACTIVE_HIGH>; /* gpio 162 */ max-speed = <3000000>; |