diff options
author | Thierry Reding <treding@nvidia.com> | 2016-11-21 04:25:34 -0500 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2017-01-25 03:23:55 -0500 |
commit | 5edcebb96b2f6815f94d7030408cbe08c0dd4b80 (patch) | |
tree | 166cf75317f13bed354e1c22228ab010de3083c5 | |
parent | 0c744ea4f77d72b3dcebb7a8f2684633ec79be88 (diff) |
arm64: tegra: Use symbolic HSP identifiers
Now that the corresponding device tree binding include has been merged,
convert the DTS files to use symbolic names instead of numeric ones.
Signed-off-by: Thierry Reding <treding@nvidia.com>
-rw-r--r-- | arch/arm64/boot/dts/nvidia/tegra186.dtsi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/nvidia/tegra186.dtsi b/arch/arm64/boot/dts/nvidia/tegra186.dtsi index a918e10240fd..e3ef2f1b97f4 100644 --- a/arch/arm64/boot/dts/nvidia/tegra186.dtsi +++ b/arch/arm64/boot/dts/nvidia/tegra186.dtsi | |||
@@ -1,5 +1,6 @@ | |||
1 | #include <dt-bindings/gpio/tegra186-gpio.h> | 1 | #include <dt-bindings/gpio/tegra186-gpio.h> |
2 | #include <dt-bindings/interrupt-controller/arm-gic.h> | 2 | #include <dt-bindings/interrupt-controller/arm-gic.h> |
3 | #include <dt-bindings/mailbox/tegra186-hsp.h> | ||
3 | 4 | ||
4 | / { | 5 | / { |
5 | compatible = "nvidia,tegra186"; | 6 | compatible = "nvidia,tegra186"; |
@@ -369,7 +370,8 @@ | |||
369 | 370 | ||
370 | bpmp: bpmp { | 371 | bpmp: bpmp { |
371 | compatible = "nvidia,tegra186-bpmp"; | 372 | compatible = "nvidia,tegra186-bpmp"; |
372 | mboxes = <&hsp_top0 0 19>; | 373 | mboxes = <&hsp_top0 TEGRA_HSP_MBOX_TYPE_DB |
374 | TEGRA_HSP_DB_MASTER_BPMP>; | ||
373 | shmem = <&cpu_bpmp_tx &cpu_bpmp_rx>; | 375 | shmem = <&cpu_bpmp_tx &cpu_bpmp_rx>; |
374 | #clock-cells = <1>; | 376 | #clock-cells = <1>; |
375 | #reset-cells = <1>; | 377 | #reset-cells = <1>; |