mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-24 10:16:18 +00:00
44 lines
1.3 KiB
Diff
44 lines
1.3 KiB
Diff
From 0097b59b870692e148373b4fe171b227295d296b Mon Sep 17 00:00:00 2001
|
|
From: Christian Hewitt <christianshewitt@gmail.com>
|
|
Date: Thu, 13 Jan 2022 03:58:58 +0000
|
|
Subject: [PATCH 017/120] FROMGIT(6.3): arm64: dts: meson: remove WiFi/BT nodes
|
|
from Khadas VIM1
|
|
|
|
The Broadcom WiFi/BT SDIO nodes are now inherited from the P212 common dtsi
|
|
so we can remove them from the VIM1 board dts.
|
|
|
|
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
|
|
---
|
|
.../dts/amlogic/meson-gxl-s905x-khadas-vim.dts | 15 ---------------
|
|
1 file changed, 15 deletions(-)
|
|
|
|
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-khadas-vim.dts b/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-khadas-vim.dts
|
|
index 24af15e18026..5ed1e9313003 100644
|
|
--- a/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-khadas-vim.dts
|
|
+++ b/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-khadas-vim.dts
|
|
@@ -221,21 +221,6 @@ &pwm_ef {
|
|
|
|
&sd_emmc_a {
|
|
max-frequency = <100000000>;
|
|
-
|
|
- brcmf: wifi@1 {
|
|
- reg = <1>;
|
|
- compatible = "brcm,bcm4329-fmac";
|
|
- };
|
|
-};
|
|
-
|
|
-&uart_A {
|
|
- bluetooth {
|
|
- compatible = "brcm,bcm43438-bt";
|
|
- shutdown-gpios = <&gpio GPIOX_17 GPIO_ACTIVE_HIGH>;
|
|
- max-speed = <2000000>;
|
|
- clocks = <&wifi32k>;
|
|
- clock-names = "lpo";
|
|
- };
|
|
};
|
|
|
|
/* This is brought out on the Linux_RX (18) and Linux_TX (19) pins: */
|
|
--
|
|
2.34.1
|
|
|