Commit 4920a6d7 authored by Ioannis Damigos's avatar Ioannis Damigos Committed by Benjamin Cabé
Browse files

bluetooth: hci: Remove deprecated IPM HCI bus



Remove deprecated IPM HCI bus.

Signed-off-by: default avatarIoannis Damigos <ioannis.damigos.uj@renesas.com>
parent fe645cd3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@ properties:
      - "i2c"
      - "smd"
      - "virtio"
      - "ipm"    # Deprecated. "ipc" should be used instead.
      - "ipc"
  bt-hci-quirks:
    type: string-array
+0 −2
Original line number Diff line number Diff line
@@ -72,8 +72,6 @@ enum bt_hci_bus {
	BT_HCI_BUS_SMD           = 9,
	BT_HCI_BUS_VIRTIO        = 10,
	BT_HCI_BUS_IPC           = 11,
	/* IPM is deprecated and simply an alias for IPC */
	BT_HCI_BUS_IPM           = BT_HCI_BUS_IPC,
};

#define BT_DT_HCI_QUIRK_OR(node_id, prop, idx) \