diff --git a/Kbuild b/Kbuild index 876d3c71..13dfa10a 100644 --- a/Kbuild +++ b/Kbuild @@ -2,6 +2,7 @@ ifneq ($(CONFIG_ARCH_QTI_VM), y) ifeq ($(CONFIG_ARCH_SUN), y) dtbo-y += sun-eva.dtbo +dtbo-y += sun-eva-v2.dtbo endif ifeq ($(CONFIG_ARCH_PINEAPPLE), y) diff --git a/sun-eva-v2.dts b/sun-eva-v2.dts index 1247204e..75e6b2a6 100644 --- a/sun-eva-v2.dts +++ b/sun-eva-v2.dts @@ -13,7 +13,7 @@ #include #include #include -#include "sun-eva.dtsi" +#include "sun-eva-v2.dtsi" / { model = "Qualcomm Technologies, Inc. Sun v2 SoC"; diff --git a/sun-eva-v2.dtsi b/sun-eva-v2.dtsi index 3dc6d51f..ea98b6bb 100644 --- a/sun-eva-v2.dtsi +++ b/sun-eva-v2.dtsi @@ -7,5 +7,6 @@ &msm_cvp { qcom,allowed-clock-rates = <350000000 400000000 450000000 500000000 550000000>; + soc_ver = <0x20000>; }; diff --git a/sun-eva.dtsi b/sun-eva.dtsi index 00bc6fcb..5b4a1cc8 100644 --- a/sun-eva.dtsi +++ b/sun-eva.dtsi @@ -46,6 +46,7 @@ qcom,gcc-reg = <0x110000 0x90000>; pas-id = <26>; + soc_ver = <0x10000>; memory-region = <&cvp_mem>; /* UC region mapping */