arm64: tegra: Do not mark display hub as simple bus
The display hub on Tegra186 and Tegra194 is not a simple bus, so drop the corresponding compatible string. Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
78b9bad651
commit
aa342b536d
@ -990,7 +990,7 @@
|
||||
};
|
||||
|
||||
display-hub@15200000 {
|
||||
compatible = "nvidia,tegra186-display", "simple-bus";
|
||||
compatible = "nvidia,tegra186-display";
|
||||
reg = <0x15200000 0x00040000>;
|
||||
resets = <&bpmp TEGRA186_RESET_NVDISPLAY0_MISC>,
|
||||
<&bpmp TEGRA186_RESET_NVDISPLAY0_WGRP0>,
|
||||
|
@ -1055,7 +1055,7 @@
|
||||
interconnect-names = "dma-mem";
|
||||
|
||||
display-hub@15200000 {
|
||||
compatible = "nvidia,tegra194-display", "simple-bus";
|
||||
compatible = "nvidia,tegra194-display";
|
||||
reg = <0x15200000 0x00040000>;
|
||||
resets = <&bpmp TEGRA194_RESET_NVDISPLAY0_MISC>,
|
||||
<&bpmp TEGRA194_RESET_NVDISPLAY0_WGRP0>,
|
||||
|
Loading…
x
Reference in New Issue
Block a user