Skip to content

Commit b92f05b

Browse files
krzkJassi Brar
authored andcommitted
dt-bindings: mailbox: Drop consumers example DTS
Providers DTS examples should not contain consumer nodes, because they are completely redundant, obvious (defined in common schema) and add unnecessary bloat. Drop consumer examples and unneeded node labels. Signed-off-by: Krzysztof Kozlowski <[email protected]> Reviewed-by: Nishanth Menon <[email protected]> Acked-by: Rob Herring (Arm) <[email protected]> Signed-off-by: Jassi Brar <[email protected]>
1 parent cc0dce7 commit b92f05b

File tree

3 files changed

+5
-20
lines changed

3 files changed

+5
-20
lines changed

Documentation/devicetree/bindings/mailbox/nvidia,tegra186-hsp.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,14 +128,10 @@ examples:
128128
#include <dt-bindings/interrupt-controller/arm-gic.h>
129129
#include <dt-bindings/mailbox/tegra186-hsp.h>
130130
131-
hsp_top0: mailbox@3c00000 {
131+
mailbox@3c00000 {
132132
compatible = "nvidia,tegra186-hsp";
133133
reg = <0x03c00000 0xa0000>;
134134
interrupts = <GIC_SPI 176 IRQ_TYPE_LEVEL_HIGH>;
135135
interrupt-names = "doorbell";
136136
#mbox-cells = <2>;
137137
};
138-
139-
client {
140-
mboxes = <&hsp_top0 TEGRA_HSP_MBOX_TYPE_DB TEGRA_HSP_DB_MASTER_CCPLEX>;
141-
};

Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -251,21 +251,14 @@ examples:
251251
# Example apcs with msm8996
252252
- |
253253
#include <dt-bindings/interrupt-controller/arm-gic.h>
254-
apcs_glb: mailbox@9820000 {
254+
mailbox@9820000 {
255255
compatible = "qcom,msm8996-apcs-hmss-global";
256256
reg = <0x9820000 0x1000>;
257257
258258
#mbox-cells = <1>;
259259
#clock-cells = <0>;
260260
};
261261
262-
rpm-glink {
263-
compatible = "qcom,glink-rpm";
264-
interrupts = <GIC_SPI 168 IRQ_TYPE_EDGE_RISING>;
265-
qcom,rpm-msg-ram = <&rpm_msg_ram>;
266-
mboxes = <&apcs_glb 0>;
267-
};
268-
269262
# Example apcs with qcs404
270263
- |
271264
#define GCC_APSS_AHB_CLK_SRC 1

Documentation/devicetree/bindings/mailbox/ti,omap-mailbox.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ examples:
242242
- |
243243
/* OMAP4 */
244244
#include <dt-bindings/interrupt-controller/arm-gic.h>
245-
mailbox: mailbox@4a0f4000 {
245+
mailbox@4a0f4000 {
246246
compatible = "ti,omap4-mailbox";
247247
reg = <0x4a0f4000 0x200>;
248248
interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
@@ -260,13 +260,9 @@ examples:
260260
};
261261
};
262262
263-
dsp {
264-
mboxes = <&mailbox &mbox_dsp>;
265-
};
266-
267263
- |
268264
/* AM33xx */
269-
mailbox1: mailbox@480c8000 {
265+
mailbox@480c8000 {
270266
compatible = "ti,omap4-mailbox";
271267
reg = <0x480c8000 0x200>;
272268
interrupts = <77>;
@@ -283,7 +279,7 @@ examples:
283279
284280
- |
285281
/* AM65x */
286-
mailbox0_cluster0: mailbox@31f80000 {
282+
mailbox@31f80000 {
287283
compatible = "ti,am654-mailbox";
288284
reg = <0x31f80000 0x200>;
289285
#mbox-cells = <1>;

0 commit comments

Comments
 (0)