arm64: dts: rockchip: add reg property to brcmf sub-nodes
An experimental test with the command below gives this error: rk3399-firefly.dt.yaml: dwmmc@fe310000: wifi@1: 'reg' is a required property rk3399-orangepi.dt.yaml: dwmmc@fe310000: wifi@1: 'reg' is a required property rk3399-khadas-edge.dt.yaml: dwmmc@fe310000: wifi@1: 'reg' is a required property rk3399-khadas-edge-captain.dt.yaml: dwmmc@fe310000: wifi@1: 'reg' is a required property rk3399-khadas-edge-v.dt.yaml: dwmmc@fe310000: wifi@1: 'reg' is a required property So fix this by adding a reg property to the brcmf sub node. Also add #address-cells and #size-cells to prevent more warnings. make ARCH=arm64 dtbs_check DT_SCHEMA_FILES=Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml Signed-off-by: Johan Jonker <jbx6244@gmail.com> Link: https://lore.kernel.org/r/20200110142128.13522-1-jbx6244@gmail.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
parent
2be6a28014
commit
96ff264bcc
@ -668,9 +668,12 @@
|
|||||||
vqmmc-supply = &vcc1v8_s3; /* IO line */
|
vqmmc-supply = &vcc1v8_s3; /* IO line */
|
||||||
vmmc-supply = &vcc_sdio; /* card's power */
|
vmmc-supply = &vcc_sdio; /* card's power */
|
||||||
|
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
brcmf: wifi@1 {
|
brcmf: wifi@1 {
|
||||||
|
reg = <1>;
|
||||||
compatible = "brcm,bcm4329-fmac";
|
compatible = "brcm,bcm4329-fmac";
|
||||||
interrupt-parent = <&gpio0>;
|
interrupt-parent = <&gpio0>;
|
||||||
interrupts = <RK_PA3 GPIO_ACTIVE_HIGH>;
|
interrupts = <RK_PA3 GPIO_ACTIVE_HIGH>;
|
||||||
|
@ -654,9 +654,12 @@
|
|||||||
sd-uhs-sdr104;
|
sd-uhs-sdr104;
|
||||||
vqmmc-supply = <&vcc1v8_s3>;
|
vqmmc-supply = <&vcc1v8_s3>;
|
||||||
vmmc-supply = <&vccio_sd>;
|
vmmc-supply = <&vccio_sd>;
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
brcmf: wifi@1 {
|
brcmf: wifi@1 {
|
||||||
|
reg = <1>;
|
||||||
compatible = "brcm,bcm4329-fmac";
|
compatible = "brcm,bcm4329-fmac";
|
||||||
interrupt-parent = <&gpio0>;
|
interrupt-parent = <&gpio0>;
|
||||||
interrupts = <RK_PA3 GPIO_ACTIVE_HIGH>;
|
interrupts = <RK_PA3 GPIO_ACTIVE_HIGH>;
|
||||||
|
@ -648,9 +648,12 @@
|
|||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&sdio0_bus4 &sdio0_cmd &sdio0_clk>;
|
pinctrl-0 = <&sdio0_bus4 &sdio0_cmd &sdio0_clk>;
|
||||||
sd-uhs-sdr104;
|
sd-uhs-sdr104;
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
brcmf: wifi@1 {
|
brcmf: wifi@1 {
|
||||||
|
reg = <1>;
|
||||||
compatible = "brcm,bcm4329-fmac";
|
compatible = "brcm,bcm4329-fmac";
|
||||||
interrupt-parent = <&gpio0>;
|
interrupt-parent = <&gpio0>;
|
||||||
interrupts = <RK_PA3 GPIO_ACTIVE_HIGH>;
|
interrupts = <RK_PA3 GPIO_ACTIVE_HIGH>;
|
||||||
|
Loading…
Reference in New Issue
Block a user