Merge "ARM: dts: msm: Enable mem-buf driver on oemvm"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
618d2eeaf3
@@ -1,6 +1,6 @@
|
|||||||
// SPDX-License-Identifier: BSD-3-Clause
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
* Copyright (c) 2022-2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
*/
|
*/
|
||||||
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
||||||
|
|
||||||
@@ -222,6 +222,15 @@
|
|||||||
clock-frequency = <19200000>;
|
clock-frequency = <19200000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
qcom,mem-buf {
|
||||||
|
compatible = "qcom,mem-buf";
|
||||||
|
qcom,vmid = <49>;
|
||||||
|
};
|
||||||
|
|
||||||
|
qcom,mem-buf-msgq {
|
||||||
|
compatible = "qcom,mem-buf-msgq";
|
||||||
|
};
|
||||||
|
|
||||||
qcom,test-dbl-oemvm {
|
qcom,test-dbl-oemvm {
|
||||||
compatible = "qcom,gh-dbl";
|
compatible = "qcom,gh-dbl";
|
||||||
qcom,label = <0x5>;
|
qcom,label = <0x5>;
|
||||||
|
@@ -231,6 +231,15 @@
|
|||||||
clock-frequency = <19200000>;
|
clock-frequency = <19200000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
qcom,mem-buf {
|
||||||
|
compatible = "qcom,mem-buf";
|
||||||
|
qcom,vmid = <49>;
|
||||||
|
};
|
||||||
|
|
||||||
|
qcom,mem-buf-msgq {
|
||||||
|
compatible = "qcom,mem-buf-msgq";
|
||||||
|
};
|
||||||
|
|
||||||
qcom,test-dbl-oemvm {
|
qcom,test-dbl-oemvm {
|
||||||
compatible = "qcom,gh-dbl";
|
compatible = "qcom,gh-dbl";
|
||||||
qcom,label = <0x5>;
|
qcom,label = <0x5>;
|
||||||
|
Reference in New Issue
Block a user