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

Commit 49739a9e authored by Vivek Aknurwar's avatar Vivek Aknurwar
Browse files

dt-bindings: clocks: Update gpucc clock bindings for Lahaina

Add vdd_mx-supply logic rail documentation
for gpucc driver on Lahaina.

Change-Id: I859f298be77afc5536bebe6b18a8ff335a5ece92
parent 5c07efb8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@ Required properties :
- reg: shall contain base register offset and size.
- reg-names: names of registers listed in the same order as in the reg property.
		Must contain "cc_base".
- vdd_mx-supply: The vdd_mx logic rail supply.
- #clock-cells : from common clock binding, shall contain 1
- #reset-cells : from common reset binding, shall contain 1

@@ -33,6 +34,7 @@ Example:
		compatible = "qcom,lahaina-gpucc";
		reg = <0x3d90000 0x9000>;
		reg-names = "cc_base";
		vdd_mx-supply = <&VDD_MXA_LEVEL>;
		#clock-cells = <1>;
		#reset-cells = <1>;
	};