arm64: dts: meson-gx: add hhi reg entry to hdmi_tx
authorMaxime Jourdan <mjourdan@baylibre.com>
Tue, 11 Dec 2018 10:35:16 +0000 (11:35 +0100)
committerNeil Armstrong <narmstrong@baylibre.com>
Thu, 31 Jan 2019 08:35:01 +0000 (09:35 +0100)
There's no reliable way to reuse the hhi entry from the vpu as is done
in the linux kernel, so we duplicate it here.

We will be able to sync against kernel DTS in the future when the VPU
gets based on the clock framework rather than the HHI reg.

Signed-off-by: Maxime Jourdan <mjourdan@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
arch/arm/dts/meson-gx-u-boot.dtsi

index 868a573e2a5e3487d63e4898e82c13511af778f0..b84e5edba4c791d6edda4a8613f9c488d7784632 100644 (file)
@@ -13,3 +13,9 @@
 &vpu {
        u-boot,dm-pre-reloc;
 };
+
+&hdmi_tx {
+       reg = <0x0 0xc883a000 0x0 0x1c>,
+             <0x0 0xc883c000 0x0 0x1000>;
+       reg-names = "hdmitx", "hhi";
+};