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: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
This commit is contained in:
Tero Kristo 2017-07-21 09:38:37 -07:00 committed by Santosh Shilimkar
parent 2557a28938
commit a0a220b687

View file

@ -157,6 +157,11 @@ k2g_pds: power-controller {
compatible = "ti,sci-pm-domain";
#power-domain-cells = <1>;
};
k2g_clks: clocks {
compatible = "ti,k2g-sci-clk";
#clock-cells = <2>;
};
};
};
};