On Sun, Mar 08, 2020 at 12:50:17PM +0100, 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
Applied and pushed to drm-misc-next with Rob's fix. Thanks for the reviews!
Sam