Merge "ARM: dts: msm: Add remote debugger device configuration for cdsp"
This commit is contained in:
commit
7d24b9b417
1 changed files with 32 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (c) 2015, The Linux Foundation. All rights reserved.
|
||||
/* Copyright (c) 2015, 2017, The Linux Foundation. All rights reserved.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License version 2 and
|
||||
|
@ -72,4 +72,35 @@
|
|||
compatible = "qcom,smp2pgpio_client_rdbg_1_out";
|
||||
gpios = <&smp2pgpio_rdbg_1_out 0 0>;
|
||||
};
|
||||
|
||||
smp2pgpio_rdbg_5_in: qcom,smp2pgpio-rdbg-5-in {
|
||||
compatible = "qcom,smp2pgpio";
|
||||
qcom,entry-name = "rdbg";
|
||||
qcom,remote-pid = <5>;
|
||||
qcom,is-inbound;
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
interrupt-controller;
|
||||
#interrupt-cells = <2>;
|
||||
};
|
||||
|
||||
qcom,smp2pgpio_client_rdbg_5_in {
|
||||
compatible = "qcom,smp2pgpio_client_rdbg_5_in";
|
||||
gpios = <&smp2pgpio_rdbg_5_in 0 0>;
|
||||
};
|
||||
|
||||
smp2pgpio_rdbg_5_out: qcom,smp2pgpio-rdbg-5-out {
|
||||
compatible = "qcom,smp2pgpio";
|
||||
qcom,entry-name = "rdbg";
|
||||
qcom,remote-pid = <5>;
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
interrupt-controller;
|
||||
#interrupt-cells = <2>;
|
||||
};
|
||||
|
||||
qcom,smp2pgpio_client_rdbg_5_out {
|
||||
compatible = "qcom,smp2pgpio_client_rdbg_5_out";
|
||||
gpios = <&smp2pgpio_rdbg_5_out 0 0>;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue