Skip to content

Commit cc0dce7

Browse files
krzkJassi Brar
authored andcommitted
dt-bindings: mailbox: nvidia,tegra186-hsp: Use generic node name
According to Devicetree specifications, device node names should be generic, thus Mailbox provider should be called "mailbox", not "hsp". Signed-off-by: Krzysztof Kozlowski <[email protected]> Acked-by: Thierry Reding <[email protected]> Acked-by: Rob Herring (Arm) <[email protected]> Signed-off-by: Jassi Brar <[email protected]>
1 parent 5682a21 commit cc0dce7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ description: |
5959
<dt-bindings/mailbox/tegra186-hsp.h>
6060
6161
properties:
62-
$nodename:
63-
pattern: "^hsp@[0-9a-f]+$"
64-
6562
compatible:
6663
oneOf:
6764
- enum:
@@ -131,7 +128,7 @@ examples:
131128
#include <dt-bindings/interrupt-controller/arm-gic.h>
132129
#include <dt-bindings/mailbox/tegra186-hsp.h>
133130
134-
hsp_top0: hsp@3c00000 {
131+
hsp_top0: mailbox@3c00000 {
135132
compatible = "nvidia,tegra186-hsp";
136133
reg = <0x03c00000 0xa0000>;
137134
interrupts = <GIC_SPI 176 IRQ_TYPE_LEVEL_HIGH>;

0 commit comments

Comments
 (0)