Skip to content

Commit dad2a2f

Browse files
Fabio EstevamShawn Guo
authored andcommitted
ARM: dts: imx6q-prti6q: Fix the SDIO wifi node
Wifi chip description, which causes the following schema warning: imx6q-prti6q.dtb: mmc@2194000: Unevaluated properties are not allowed ('wifi' was unexpected) Pass the missing items to fix it. Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 042932b commit dad2a2f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

arch/arm/boot/dts/nxp/imx/imx6q-prti6q.dts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,11 @@
359359
keep-power-in-suspend;
360360
status = "okay";
361361

362-
wifi {
362+
#address-cells = <1>;
363+
#size-cells = <0>;
364+
wifi@2 {
363365
compatible = "ti,wl1271";
366+
reg = <2>;
364367
pinctrl-names = "default";
365368
pinctrl-0 = <&pinctrl_wifi>;
366369
interrupts-extended = <&gpio1 30 IRQ_TYPE_LEVEL_HIGH>;

0 commit comments

Comments
 (0)