diff --git a/Kbuild b/Kbuild index 45c6be94..6e94a185 100644 --- a/Kbuild +++ b/Kbuild @@ -15,6 +15,7 @@ endif ifeq ($(CONFIG_ARCH_SUN), y) dtbo-y += sun-vidc.dtbo +dtbo-y += sun-vidc-v2.dtbo endif always-y := $(dtb-y) $(dtbo-y) diff --git a/sun-vidc-v2.dts b/sun-vidc-v2.dts index 9c258d55..d8e521a1 100644 --- a/sun-vidc-v2.dts +++ b/sun-vidc-v2.dts @@ -15,6 +15,8 @@ / { model = "Qualcomm Technologies, Inc. Sun"; compatible = "qcom,sun"; - qcom,msm-id = <618 0x20000>, <639 0x20000>; + qcom,msm-id = <618 0x20000>, <639 0x20000>, + <0x100026a 0x20000>, + <0x100027f 0x20000>; qcom,board-id = <0 0>; }; diff --git a/sun-vidc.dts b/sun-vidc.dts index 491f7280..eaefe01a 100644 --- a/sun-vidc.dts +++ b/sun-vidc.dts @@ -15,6 +15,8 @@ / { model = "Qualcomm Technologies, Inc. Sun"; compatible = "qcom,sun"; - qcom,msm-id = <618 0x10000>, <639 0x10000>; + qcom,msm-id = <618 0x10000>, <639 0x10000>, + <0x100026a 0x10000>, + <0x100027f 0x10000>; qcom,board-id = <0 0>; };