mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-01-27 14:44:08 +00:00
Merge tag 'VIDEO.LA.2.0.r1-10400-WAIPIO.0' of https://github.com/waipio-kernel-devicetree/kernel-video-devicetree into lineage-20
* tag 'VIDEO.LA.2.0.r1-10400-WAIPIO.0' of https://github.com/waipio-kernel-devicetree/kernel-video-devicetree: ARM: dts: qcom: Add board ids for new parrot IDP, QRD platforms ARM: dts: qcom: Add Netrani Pro device soc id dts: qcom: Add Stormcloud soc id for new gaming variants. ARM: dts: msm: Add support for bengal platform Change-Id: I042e725765a14f283dbcc8fd3fa3f687b19c6ad4
This commit is contained in:
@@ -18,6 +18,10 @@ ifeq ($(CONFIG_ARCH_NEO), y)
|
||||
dtbo-y += neo-vidc.dtbo
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_ARCH_BENGAL), y)
|
||||
dtbo-y += bengal-vidc.dtbo
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_ARCH_KHAJE), y)
|
||||
dtbo-y += khaje-vidc.dtbo
|
||||
dtbo-y += khaje-vidc-iot.dtbo
|
||||
|
||||
15
qcom/video/bengal-vidc.dts
Normal file
15
qcom/video/bengal-vidc.dts
Normal file
@@ -0,0 +1,15 @@
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
||||
#include <dt-bindings/clock/qcom,gcc-sm6115.h>
|
||||
#include <dt-bindings/interconnect/qcom,bengal.h>
|
||||
#include <dt-bindings/clock/qcom,sm6115-gpucc.h>
|
||||
#include "khaje-vidc.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. Bengal SoC";
|
||||
compatible = "qcom,bengal";
|
||||
qcom,msm-id = <417 0x10000>, <444 0x10000>;
|
||||
qcom,board-id = <0 0>;
|
||||
};
|
||||
@@ -1,6 +1,7 @@
|
||||
&soc {
|
||||
msm_vidc: qcom,vidc@5a00000 {
|
||||
compatible = "qcom,msm-vidc","qcom,msm-vidc-khaje", "qcom,msm-vidc-ar50lt";
|
||||
compatible = "qcom,msm-vidc","qcom,msm-vidc-khaje", "qcom,msm-vidc-bengal",
|
||||
"qcom,msm-vidc-ar50lt";
|
||||
status = "okay";
|
||||
reg = <0x5a00000 0x200000>;
|
||||
interrupts = <GIC_SPI 225 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
||||
@@ -10,6 +10,6 @@
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. Parrot";
|
||||
compatible = "qcom,parrot";
|
||||
qcom,msm-id = <537 0x10000>, <583 0x10000>, <613 0x10000>, <631 0x10000>, <633 0x10000>, <634 0x10000>, <638 0x10000>;
|
||||
qcom,board-id = <0 0>, <0 0x600>;
|
||||
qcom,msm-id = <537 0x10000>, <583 0x10000>, <613 0x10000>, <631 0x10000>, <633 0x10000>, <634 0x10000>, <638 0x10000>, <663 0x10000>;
|
||||
qcom,board-id = <0 0>, <0 0x600>, <34 5>, <34 6>, <0x100b 2>;
|
||||
};
|
||||
|
||||
@@ -10,6 +10,6 @@
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. Ravelin SoC";
|
||||
compatible = "qcom,ravelin";
|
||||
qcom,msm-id = <568 0x10000>, <602 0x10000>, <581 0x10000>, <582 0x10000>;
|
||||
qcom,msm-id = <568 0x10000>, <602 0x10000>, <581 0x10000>, <582 0x10000>, <653 0x10000>, <654 0x10000>;
|
||||
qcom,board-id = <0 0>, <0 0x600>, <0 0x601>, <0x10022 0x0>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user