Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: exynos: Enable Bluetooth support for Universal C210 board

Add a node for the BCM4330 Bluetooth chip on the serial bus #0 on
the Exynos4210-based Universal C210 boards.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Link: https://lore.kernel.org/r/20201027142330.5121-2-m.szyprowski@samsung.com
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

authored by

Marek Szyprowski and committed by
Krzysztof Kozlowski
4e778792 132e900a

+29
+29
arch/arm/boot/dts/exynos4210-universal_c210.dts
··· 532 532 }; 533 533 534 534 &pinctrl_1 { 535 + bt_shutdown: bt-shutdown { 536 + samsung,pins = "gpe1-4"; 537 + samsung,pin-function = <EXYNOS_PIN_FUNC_OUTPUT>; 538 + samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>; 539 + }; 540 + 541 + bt_host_wakeup: bt-host-wakeup { 542 + samsung,pins = "gpx2-6"; 543 + samsung,pin-function = <EXYNOS_PIN_FUNC_INPUT>; 544 + samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>; 545 + }; 546 + 547 + bt_device_wakeup: bt-device-wakeup { 548 + samsung,pins = "gpx3-1"; 549 + samsung,pin-function = <EXYNOS_PIN_FUNC_OUTPUT>; 550 + samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>; 551 + }; 552 + 535 553 lp3974_irq: lp3974-irq { 536 554 samsung,pins = "gpx0-7", "gpx2-7"; 537 555 samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>; ··· 626 608 status = "okay"; 627 609 /delete-property/dmas; 628 610 /delete-property/dma-names; 611 + pinctrl-0 = <&uart0_data &uart0_fctl>; 612 + pinctrl-names = "default"; 613 + 614 + bluetooth { 615 + compatible = "brcm,bcm4330-bt"; 616 + pinctrl-0 = <&bt_shutdown &bt_device_wakeup &bt_host_wakeup>; 617 + pinctrl-names = "default"; 618 + shutdown-gpios = <&gpe1 4 GPIO_ACTIVE_HIGH>; 619 + device-wakeup-gpios = <&gpx3 1 GPIO_ACTIVE_HIGH>; 620 + host-wakeup-gpios = <&gpx2 6 GPIO_ACTIVE_HIGH>; 621 + }; 629 622 }; 630 623 631 624 &serial_1 {