mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-25 02:39:54 +07:00
arm64: tegra: Drop clock and reset names for XUSB powergates
Drop the clock and reset names for the Tegra210 XUSB powergates because these are not currently used and not required by the Tegra PMC binding documentation. Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
016655121e
commit
98313c940a
@ -650,25 +650,19 @@ pd_audio: aud {
|
||||
|
||||
pd_xusbss: xusba {
|
||||
clocks = <&tegra_car TEGRA210_CLK_XUSB_SS>;
|
||||
clock-names = "xusb-ss";
|
||||
resets = <&tegra_car TEGRA210_CLK_XUSB_SS>;
|
||||
reset-names = "xusb-ss";
|
||||
#power-domain-cells = <0>;
|
||||
};
|
||||
|
||||
pd_xusbdev: xusbb {
|
||||
clocks = <&tegra_car TEGRA210_CLK_XUSB_DEV>;
|
||||
clock-names = "xusb-dev";
|
||||
resets = <&tegra_car 95>;
|
||||
reset-names = "xusb-dev";
|
||||
#power-domain-cells = <0>;
|
||||
};
|
||||
|
||||
pd_xusbhost: xusbc {
|
||||
clocks = <&tegra_car TEGRA210_CLK_XUSB_HOST>;
|
||||
clock-names = "xusb-host";
|
||||
resets = <&tegra_car TEGRA210_CLK_XUSB_HOST>;
|
||||
reset-names = "xusb-host";
|
||||
#power-domain-cells = <0>;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user