]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: renesas: r8a77965: Add second port to rcar_sound placeholder
authorSimon Horman <horms+renesas@verge.net.au>
Thu, 28 Jun 2018 12:42:59 +0000 (14:42 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Fri, 29 Jun 2018 14:46:55 +0000 (16:46 +0200)
This node is just a placeholder but fills that function better if it does
not trigger build warnings. This update satisfies the requirement that
nodes with #address-cells/#size-cells properties have more than one child
node.

This is flagged by dtc as follows:
 # make dtbs W=1
 arch/arm64/boot/dts/renesas/r8a77965-salvator-x.dtb: Warning (graph_child_address): /soc/sound@ec500000/ports: graph node has single child node 'port@0', #address-cells/#size-cells are not necessary
 arch/arm64/boot/dts/renesas/r8a77965-salvator-xs.dtb: Warning (graph_child_address): /soc/sound@ec500000/ports: graph node has single child node 'port@0', #address-cells/#size-cells are not necessary

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm64/boot/dts/renesas/r8a77965.dtsi

index be8631dff1b4ca9276aa4bfa8692470b3ebf8b85..a37749caf40e54cfa9990bcd02b748eedc57c5d5 100644 (file)
@@ -1269,6 +1269,9 @@ ports {
                                port@0 {
                                        reg = <0>;
                                };
+                               port@1 {
+                                       reg = <1>;
+                               };
                        };
                };