Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <krzysztof.kozlowski@linaro.org>
Reviewed-by: Nishanth Menon <nm@ti.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>

authored by

Krzysztof Kozlowski and committed by
Jassi Brar
b92f05bc cc0dce76

+5 -20
+1 -5
Documentation/devicetree/bindings/mailbox/nvidia,tegra186-hsp.yaml
··· 128 128 #include <dt-bindings/interrupt-controller/arm-gic.h> 129 129 #include <dt-bindings/mailbox/tegra186-hsp.h> 130 130 131 - hsp_top0: mailbox@3c00000 { 131 + mailbox@3c00000 { 132 132 compatible = "nvidia,tegra186-hsp"; 133 133 reg = <0x03c00000 0xa0000>; 134 134 interrupts = <GIC_SPI 176 IRQ_TYPE_LEVEL_HIGH>; 135 135 interrupt-names = "doorbell"; 136 136 #mbox-cells = <2>; 137 - }; 138 - 139 - client { 140 - mboxes = <&hsp_top0 TEGRA_HSP_MBOX_TYPE_DB TEGRA_HSP_DB_MASTER_CCPLEX>; 141 137 };
+1 -8
Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml
··· 251 251 # Example apcs with msm8996 252 252 - | 253 253 #include <dt-bindings/interrupt-controller/arm-gic.h> 254 - apcs_glb: mailbox@9820000 { 254 + mailbox@9820000 { 255 255 compatible = "qcom,msm8996-apcs-hmss-global"; 256 256 reg = <0x9820000 0x1000>; 257 257 258 258 #mbox-cells = <1>; 259 259 #clock-cells = <0>; 260 - }; 261 - 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 260 }; 268 261 269 262 # Example apcs with qcs404
+3 -7
Documentation/devicetree/bindings/mailbox/ti,omap-mailbox.yaml
··· 242 242 - | 243 243 /* OMAP4 */ 244 244 #include <dt-bindings/interrupt-controller/arm-gic.h> 245 - mailbox: mailbox@4a0f4000 { 245 + mailbox@4a0f4000 { 246 246 compatible = "ti,omap4-mailbox"; 247 247 reg = <0x4a0f4000 0x200>; 248 248 interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>; ··· 260 260 }; 261 261 }; 262 262 263 - dsp { 264 - mboxes = <&mailbox &mbox_dsp>; 265 - }; 266 - 267 263 - | 268 264 /* AM33xx */ 269 - mailbox1: mailbox@480c8000 { 265 + mailbox@480c8000 { 270 266 compatible = "ti,omap4-mailbox"; 271 267 reg = <0x480c8000 0x200>; 272 268 interrupts = <77>; ··· 279 283 280 284 - | 281 285 /* AM65x */ 282 - mailbox0_cluster0: mailbox@31f80000 { 286 + mailbox@31f80000 { 283 287 compatible = "ti,am654-mailbox"; 284 288 reg = <0x31f80000 0x200>; 285 289 #mbox-cells = <1>;