From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Stuebner Subject: Re: [PATCH] arm64: dts: rockchip: add reg property to brcmf sub node Date: Mon, 13 Jan 2020 10:24:01 +0100 Message-ID: <1821445.7jhtsCTu8y@phil> References: <20200110142128.13522-1-jbx6244@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20200110142128.13522-1-jbx6244-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+glpar-linux-rockchip=m.gmane-mx.org-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org To: Johan Jonker Cc: mark.rutland-5wv7dgnIgG8@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: linux-rockchip.vger.kernel.org Am Freitag, 10. Januar 2020, 15:21:28 CET schrieb Johan Jonker: > 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 applied for 5.6 Thanks Heiko