ARM: dts: bcm2711-rpi-4-b: add a brcmf wifi node 50/308450/2
authorJaehoon Chung <jh80.chung@samsung.com>
Mon, 25 Mar 2024 11:53:30 +0000 (20:53 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Tue, 26 Mar 2024 00:22:19 +0000 (00:22 +0000)
Add brcmf wifi node to use a below property.
- brcm,featuer-disable

"0x2000" is a bit to disable "sup_wpa" feature.
Tizen doesn't need to use this feature. So disable it by default.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
(cherry-picked from commit 23eaf8308aa4cc22a4002ae67dd5736f183e0b7d)

Change-Id: Ifc39b6ce7d71caca0efe48a9659d41e6da5081f5

arch/arm/boot/dts/broadcom/bcm2711-rpi-4-b.dts

index d3a3a1e..5555f56 100644 (file)
 };
 
 &mmcnr {
+       #address-cells = <1>;
+       #size-cells = <0>;
        pinctrl-names = "default";
        pinctrl-0 = <&sdio_pins>;
        bus-width = <4>;
        status = "okay";
+       brcmf: wifi@1 {
+               reg = <1>;
+               compatible = "brcm,bcm4329-fmac";
+               brcm,feature-disable = <0x2000>; /* BIT[13] : sup-wpa */
+       };
 };
 
 &uart0 {