]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm64: 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>
Mon, 23 Apr 2018 06:57:39 +0000 (08:57 +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/arm/dts/zynqmp-zcu100-revC.dts

index 33f78b522b096b648060c52f14d484f5fe3663fa..09fd41a1782a03a552ee54257326eb91d856fafe 100644 (file)
                        gpios = <&gpio 25 GPIO_ACTIVE_HIGH>;
                        default-state = "on";
                };
-
-               bt_power {
-                       label = "bt_power";
-                       gpios = <&gpio 8 GPIO_ACTIVE_HIGH>;
-                       default-state = "on";
-               };
        };
 
        ltc2954: ltc2954 { /* U7 */
        status = "okay";
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_uart0_default>;
+       bluetooth {
+               compatible = "ti,wl1831-st";
+               enable-gpios = <&gpio 8 GPIO_ACTIVE_HIGH>;
+       };
+
 };
 
 &uart1 {