Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a0a220b6 authored by Tero Kristo's avatar Tero Kristo Committed by Santosh Shilimkar
Browse files

ARM: dts: keystone-k2g: Add ti-sci clock provider node



Add a ti-sci node representing the clock provider in the system.

Signed-off-by: default avatarTero Kristo <t-kristo@ti.com>
Signed-off-by: default avatarSuman Anna <s-anna@ti.com>
Signed-off-by: default avatarSantosh Shilimkar <ssantosh@kernel.org>
parent 2557a289
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -157,6 +157,11 @@
				compatible = "ti,sci-pm-domain";
				#power-domain-cells = <1>;
			};

			k2g_clks: clocks {
				compatible = "ti,k2g-sci-clk";
				#clock-cells = <2>;
			};
		};
	};
};