Amlogic/linux: remove 1908 opp as this is not present in the bsp
This commit is contained in:
parent
3a68b74af9
commit
9b46d7ebd8
1 changed files with 2 additions and 6 deletions
|
@ -1,9 +1,9 @@
|
|||
diff --git a/arch/arm64/boot/dts/amlogic/meson-g12b-odroid-go-ultra.dts b/arch/arm64/boot/dts/amlogic/meson-g12b-odroid-go-ultra.dts
|
||||
new file mode 100644
|
||||
index 000000000000..f42ebb59a59c
|
||||
index 000000000000..6d0453220212
|
||||
--- /dev/null
|
||||
+++ b/arch/arm64/boot/dts/amlogic/meson-g12b-odroid-go-ultra.dts
|
||||
@@ -0,0 +1,1001 @@
|
||||
@@ -0,0 +1,997 @@
|
||||
+// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||||
+/*
|
||||
+ * Copyright (c) 2022 Neil Armstrong <narmstrong@kernel.org>
|
||||
|
@ -384,10 +384,6 @@ index 000000000000..f42ebb59a59c
|
|||
+ opp-1800000000 {
|
||||
+ opp-microvolt = <987500>;
|
||||
+ };
|
||||
+ opp-1908000000 {
|
||||
+ opp-hz = /bits/ 64 <1908000000>;
|
||||
+ opp-microvolt = <1050000>;
|
||||
+ };
|
||||
+};
|
||||
+
|
||||
+/* RK818 only supports 12.5mV steps, round up the values */
|
||||
|
|
Loading…
Reference in a new issue