aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot/dts/tegra20-ventana.dts')
-rw-r--r--arch/arm/boot/dts/tegra20-ventana.dts11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra20-ventana.dts b/arch/arm/boot/dts/tegra20-ventana.dts
index b158771ac0b7..055334ae3d28 100644
--- a/arch/arm/boot/dts/tegra20-ventana.dts
+++ b/arch/arm/boot/dts/tegra20-ventana.dts
@@ -3,6 +3,7 @@
3 3
4#include <dt-bindings/input/input.h> 4#include <dt-bindings/input/input.h>
5#include "tegra20.dtsi" 5#include "tegra20.dtsi"
6#include "tegra20-cpu-opp.dtsi"
6 7
7/ { 8/ {
8 model = "NVIDIA Tegra20 Ventana evaluation board"; 9 model = "NVIDIA Tegra20 Ventana evaluation board";
@@ -592,6 +593,16 @@
592 #clock-cells = <0>; 593 #clock-cells = <0>;
593 }; 594 };
594 595
596 cpus {
597 cpu0: cpu@0 {
598 operating-points-v2 = <&cpu0_opp_table>;
599 };
600
601 cpu@1 {
602 operating-points-v2 = <&cpu0_opp_table>;
603 };
604 };
605
595 gpio-keys { 606 gpio-keys {
596 compatible = "gpio-keys"; 607 compatible = "gpio-keys";
597 608