diff --git a/sun-vidc-v2.dts b/sun-vidc-v2.dts new file mode 100644 index 00000000..9c258d55 --- /dev/null +++ b/sun-vidc-v2.dts @@ -0,0 +1,20 @@ +// SPDX-License-Identifier: BSD-3-Clause +/* + * Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved. + */ + +/dts-v1/; +/plugin/; + +#include +#include +#include +#include +#include "sun-vidc-v2.dtsi" + +/ { + model = "Qualcomm Technologies, Inc. Sun"; + compatible = "qcom,sun"; + qcom,msm-id = <618 0x20000>, <639 0x20000>; + qcom,board-id = <0 0>; +}; diff --git a/sun-vidc-v2.dtsi b/sun-vidc-v2.dtsi new file mode 100755 index 00000000..c2f4b370 --- /dev/null +++ b/sun-vidc-v2.dtsi @@ -0,0 +1,12 @@ +// SPDX-License-Identifier: BSD-3-Clause +/* + * Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved. + */ + +#include "sun-vidc.dtsi" + +/* sun V2-specific changes */ +&msm_vidc { + compatible = "qcom,sm8750-vidc-v2"; +}; +