4.18-stable review patch.  If anyone has any objections, please let me know.

------------------

From: Geert Uytterhoeven <[email protected]>

[ Upstream commit c5a884838ce34681200b5a45b2330177036affd0 ]

With recent dtc and W=1:

    ...salvator-x.dtb: Warning (graph_port): 
/soc/i2c@e66d8000/video-receiver@70/port@10: graph node unit address error, 
expected "a"
    ...salvator-x.dtb: Warning (graph_port): 
/soc/i2c@e66d8000/video-receiver@70/port@11: graph node unit address error, 
expected "b"

Unit addresses are always hexadecimal (without prefix), while the bases
of reg property values depend on their prefixes.

Fixes: 908001d778eba06e ("arm64: dts: renesas: salvator-common: Add ADV7482 
support")
Signed-off-by: Geert Uytterhoeven <[email protected]>
Reviewed-by: Rob Herring <[email protected]>
Acked-by: Kieran Bingham <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
Signed-off-by: Sasha Levin <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
 arch/arm64/boot/dts/renesas/salvator-common.dtsi |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- a/arch/arm64/boot/dts/renesas/salvator-common.dtsi
+++ b/arch/arm64/boot/dts/renesas/salvator-common.dtsi
@@ -440,7 +440,7 @@
                        };
                };
 
-               port@10 {
+               port@a {
                        reg = <10>;
 
                        adv7482_txa: endpoint {
@@ -450,7 +450,7 @@
                        };
                };
 
-               port@11 {
+               port@b {
                        reg = <11>;
 
                        adv7482_txb: endpoint {


Reply via email to