]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ARM: tegra30: dts: complete DSI nodes
authorSvyatoslav Ryhel <clamor95@gmail.com>
Sun, 24 Nov 2024 12:27:17 +0000 (14:27 +0200)
committerSvyatoslav Ryhel <clamor95@gmail.com>
Wed, 12 Feb 2025 08:35:17 +0000 (10:35 +0200)
Sync DSI nodes with Linux tree.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
arch/arm/dts/tegra30.dtsi

index 1177e2ab1f426f7b359f25b4d34c4046a51d1206..d5de1ecaf054232994c4e1775f565d2ec102a73b 100644 (file)
                dsi@54300000 {
                        compatible = "nvidia,tegra30-dsi";
                        reg = <0x54300000 0x00040000>;
-                       clocks = <&tegra_car TEGRA30_CLK_DSIA>;
+                       clocks = <&tegra_car TEGRA30_CLK_DSIA>,
+                                <&tegra_car TEGRA30_CLK_PLL_D_OUT0>;
+                       clock-names = "dsi", "parent";
                        resets = <&tegra_car 48>;
                        reset-names = "dsi";
                        status = "disabled";
+
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+               };
+
+               dsi@54400000 {
+                       compatible = "nvidia,tegra30-dsi";
+                       reg = <0x54400000 0x00040000>;
+                       clocks = <&tegra_car TEGRA30_CLK_DSIB>,
+                                <&tegra_car TEGRA30_CLK_PLL_D_OUT0>;
+                       clock-names = "dsi", "parent";
+                       resets = <&tegra_car 84>;
+                       reset-names = "dsi";
+                       status = "disabled";
+
+                       #address-cells = <1>;
+                       #size-cells = <0>;
                };
        };