arm64: tegra: Add #power-domain-cells for BPMP

Add #power-domain-cells for the BPMP node on Tegra186 so that the power
domain provider may be used.

Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
Mikko Perttunen 2017-09-05 11:43:01 +03:00 committed by Thierry Reding
parent 388c422ed5
commit dcbc5e448b
1 changed files with 1 additions and 0 deletions

View File

@ -443,6 +443,7 @@ bpmp: bpmp {
shmem = <&cpu_bpmp_tx &cpu_bpmp_rx>;
#clock-cells = <1>;
#reset-cells = <1>;
#power-domain-cells = <1>;
bpmp_i2c: i2c {
compatible = "nvidia,tegra186-bpmp-i2c";