On Thu, Mar 12, 2020 at 5:21 AM Benjamin GAIGNARD benjamin.gaignard@st.com wrote:
On 3/8/20 12:50 PM, Sam Ravnborg wrote:
Fix following type af warnings in the panel bindings:
Warning (unit_address_vs_reg): /example-0/dsi/panel: node has a reg or ranges property, but no unit name Warning (unit_address_vs_reg): /example-0/dsi@ff450000: node has a unit name, but no reg property
Removing the "@xxx" from the node name fixed first warning. Adding a missing reg property fixed the second warning
Signed-off-by: Sam Ravnborg sam@ravnborg.org Cc: Thierry Reding thierry.reding@gmail.com Cc: Linus Walleij linus.walleij@linaro.org Cc: Rob Herring robh@kernel.org Cc: Heiko Stuebner heiko.stuebner@theobroma-systems.com Cc: Maxime Ripard mripard@kernel.org Cc: Benjamin Gaignard benjamin.gaignard@st.com Cc: Laurent Pinchart laurent.pinchart@ideasonboard.com
I will add W=1 in my command line when check the yaml files to not reproduce this later.
No need to starting in 5.7.
Rob