]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: zynqmp: Use serdev for zcu100 BT
authorMichal Simek <michal.simek@xilinx.com>
Mon, 12 Mar 2018 15:12:33 +0000 (16:12 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 19 Jul 2018 07:48:01 +0000 (09:48 +0200)
Mainline started to use serdev interface for uart attached devices.
Change description to reflect it.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm64/boot/dts/xilinx/zynqmp-zcu100-revC.dts

index 3e862a9faf26dff4b08737b7367c20dff18e3c46..c7f713c8e69ed6de96c5c5f16f5d58b2473064f4 100644 (file)
@@ -89,12 +89,6 @@ vbus_det { /* U5 USB5744 VBUS detection via MIO25 */
                        gpios = <&gpio 25 GPIO_ACTIVE_HIGH>;
                        default-state = "on";
                };
-
-               bt_power {
-                       label = "bt_power";
-                       gpios = <&gpio 8 GPIO_ACTIVE_HIGH>;
-                       default-state = "on";
-               };
        };
 
        wmmcsdio_fixed: fixedregulator-mmcsdio {
@@ -267,6 +261,10 @@ &spi1 { /* High Speed connector */
 
 &uart0 {
        status = "okay";
+       bluetooth {
+               compatible = "ti,wl1831-st";
+               enable-gpios = <&gpio 8 GPIO_ACTIVE_HIGH>;
+       };
 };
 
 &uart1 {