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:
Arian
2024-12-04 21:47:59 +01:00
5 changed files with 24 additions and 4 deletions

View File

@@ -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

View 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>;
};

View File

@@ -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>;

View File

@@ -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>;
};

View File

@@ -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>;
};