mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
ODROID-N2/C4/HC4: arm64/dts: add new clock 1GHz for GPU
Signed-off-by: Dongjin Kim <tobetter@gmail.com> Change-Id: Ic1f4bb11a13ec003f35700d03c44f5b3e4f19a13
This commit is contained in:
committed by
Mauro (mdrjr) Ribeiro
parent
26b10761e8
commit
1dc7467bfb
@@ -32,6 +32,13 @@
|
||||
/delete-property/ reset-names;
|
||||
};
|
||||
|
||||
&gpu_opp_table {
|
||||
opp-999999984 {
|
||||
opp-hz = /bits/ 64 <999999984>;
|
||||
opp-microvolt = <800000>;
|
||||
};
|
||||
};
|
||||
|
||||
&vddcpu {
|
||||
regulator-max-microvolt = <1030000>;
|
||||
};
|
||||
|
||||
@@ -64,6 +64,13 @@
|
||||
pulses-per-revolutions = <2>;
|
||||
};
|
||||
|
||||
&gpu_opp_table {
|
||||
opp-999999984 {
|
||||
opp-hz = /bits/ 64 <999999984>;
|
||||
opp-microvolt = <800000>;
|
||||
};
|
||||
};
|
||||
|
||||
&vddcpu {
|
||||
regulator-max-microvolt = <1030000>;
|
||||
};
|
||||
|
||||
@@ -130,6 +130,13 @@
|
||||
/delete-property/ reset-names;
|
||||
};
|
||||
|
||||
&gpu_opp_table {
|
||||
opp-999999984 {
|
||||
opp-hz = /bits/ 64 <999999984>;
|
||||
opp-microvolt = <800000>;
|
||||
};
|
||||
};
|
||||
|
||||
&spdifout {
|
||||
pinctrl-0 = <&spdif_out_a13_pins>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
Reference in New Issue
Block a user