The names of the hdmi0 and hdmi1 nodes had addresses that
didn't match the reg properties for the nodes.

Fixes: f66b382affd8 ("arm64: dts: broadcom: Add display pipeline support to 
BCM2712")
Signed-off-by: Dave Stevenson <dave.steven...@raspberrypi.com>
---
 arch/arm64/boot/dts/broadcom/bcm2712.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/broadcom/bcm2712.dtsi 
b/arch/arm64/boot/dts/broadcom/bcm2712.dtsi
index bd78af0211b6..f42fad2d8b37 100644
--- a/arch/arm64/boot/dts/broadcom/bcm2712.dtsi
+++ b/arch/arm64/boot/dts/broadcom/bcm2712.dtsi
@@ -352,7 +352,7 @@ main_irq: interrupt-controller@7d508400 {
                        #interrupt-cells = <1>;
                };
 
-               hdmi0: hdmi@7ef00700 {
+               hdmi0: hdmi@7c701400 {
                        compatible = "brcm,bcm2712-hdmi0";
                        reg = <0x7c701400 0x300>,
                              <0x7c701000 0x200>,
@@ -381,7 +381,7 @@ hdmi0: hdmi@7ef00700 {
                        ddc = <&ddc0>;
                };
 
-               hdmi1: hdmi@7ef05700 {
+               hdmi1: hdmi@7c706400 {
                        compatible = "brcm,bcm2712-hdmi1";
                        reg = <0x7c706400 0x300>,
                              <0x7c706000 0x200>,

-- 
2.34.1

Reply via email to