summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorDhruva Gole <d-gole@ti.com>2023-02-21 14:21:15 +0530
committerPraneeth Bajjuri <praneeth@ti.com>2023-02-22 11:03:21 -0600
commitb57d377549f27961ea6d423fa904b1f3f3dcd9b9 (patch)
tree9c94d565bb73ec268b9eefa5a706efe6bfbfc368 /arch
parent4c7c6c52b77d5a6108b78490774b13edab76548e (diff)
arm64: ti: dts: move 1.4GHZ OPP table to k3-am625
Move the OPP Table entry for 1.4GHz from am62x-sk-common to am625-sk DT because it's not a common property across all sk variants of am62x Suggested-by: Vignesh Raghavendra <vigneshr@ti.com> Signed-off-by: Dhruva Gole <d-gole@ti.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm64/boot/dts/ti/k3-am625-sk.dts9
-rw-r--r--arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi9
2 files changed, 9 insertions, 9 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-am625-sk.dts b/arch/arm64/boot/dts/ti/k3-am625-sk.dts
index bd5463076e92..4b9661f1adef 100644
--- a/arch/arm64/boot/dts/ti/k3-am625-sk.dts
+++ b/arch/arm64/boot/dts/ti/k3-am625-sk.dts
@@ -39,6 +39,15 @@
pinctrl-names = "default";
pinctrl-0 = <&wlan_en_pins_default>;
};
+
+ opp-table {
+ /* Add 1.4GHz OPP for am625-sk board. Requires VDD_CORE to be at 0.85V */
+ opp-1400000000 {
+ opp-hz = /bits/ 64 <1400000000>;
+ opp-supported-hw = <0x01 0x0004>;
+ clock-latency-ns = <6000000>;
+ };
+ };
};
&main_pmx0 {
diff --git a/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi b/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi
index 95ca9e6482ba..3e7204440fa0 100644
--- a/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi
@@ -23,15 +23,6 @@
bootargs = "console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000";
};
- opp-table {
- /* Add 1.4GHz OPP for am625-sk board. Requires VDD_CORE to be at 0.85V */
- opp-1400000000 {
- opp-hz = /bits/ 64 <1400000000>;
- opp-supported-hw = <0x01 0x0004>;
- clock-latency-ns = <6000000>;
- };
- };
-
memory@80000000 {
device_type = "memory";
/* 2G RAM */