summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/rockchip/rk3366.dtsi
diff options
context:
space:
mode:
authorFinley Xiao <finley.xiao@rock-chips.com>2016-07-05 10:17:25 +0800
committerFinley Xiao <finley.xiao@rock-chips.com>2016-07-05 10:33:20 +0800
commit670ad70989eff14b9c5892555bbc612b01569661 (patch)
tree6b90656adbc1ff9ff76079f1d14ff944c37ab25a /arch/arm64/boot/dts/rockchip/rk3366.dtsi
parent62473fb31e1b38b767eec7b8f7308cca30b63641 (diff)
ARM64: dts: rockchip: Rename OPP nodes as opp@<opp-hz>
It would be better to name OPP nodes as opp@<opp-hz> as that will ensure that multiple DT nodes don't contain the same frequency. Of course we expect the writer to name the node with its opp-hz frequency and not any other frequency. And that will let the compile error out if multiple nodes are using the same opp-hz frequency. Change-Id: Icefba93f7a95752e344b5a092a83931bf4d1e682 Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/rk3366.dtsi')
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3366.dtsi22
1 files changed, 11 insertions, 11 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3366.dtsi b/arch/arm64/boot/dts/rockchip/rk3366.dtsi
index 783caac064db..3ae404c56cd4 100644
--- a/arch/arm64/boot/dts/rockchip/rk3366.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3366.dtsi
@@ -131,29 +131,29 @@
compatible = "operating-points-v2";
opp-shared;
- opp00 {
+ opp@408000000 {
opp-hz = /bits/ 64 <408000000>;
opp-microvolt = <950000>;
clock-latency-ns = <40000>;
opp-suspend;
};
- opp01 {
+ opp@600000000 {
opp-hz = /bits/ 64 <600000000>;
opp-microvolt = <950000>;
};
- opp02 {
+ opp@816000000 {
opp-hz = /bits/ 64 <816000000>;
opp-microvolt = <1000000>;
};
- opp03 {
+ opp@1008000000 {
opp-hz = /bits/ 64 <1008000000>;
opp-microvolt = <1075000>;
};
- opp04 {
+ opp@1200000000 {
opp-hz = /bits/ 64 <1200000000>;
opp-microvolt = <1175000>;
};
- opp05 {
+ opp@1296000000 {
opp-hz = /bits/ 64 <1296000000>;
opp-microvolt = <1250000>;
};
@@ -1673,23 +1673,23 @@
compatible = "operating-points-v2";
opp-shared;
- opp00 {
+ opp@96000000 {
opp-hz = /bits/ 64 <96000000>;
opp-microvolt = <1100000>;
};
- opp01 {
+ opp@192000000 {
opp-hz = /bits/ 64 <192000000>;
opp-microvolt = <1100000>;
};
- opp02 {
+ opp@288000000 {
opp-hz = /bits/ 64 <288000000>;
opp-microvolt = <1100000>;
};
- opp03 {
+ opp@375000000 {
opp-hz = /bits/ 64 <375000000>;
opp-microvolt = <1125000>;
};
- opp04 {
+ opp@480000000 {
opp-hz = /bits/ 64 <480000000>;
opp-microvolt = <1200000>;
};