arm64: tegra: Drop clock and reset names for XUSB powergates
authorJon Hunter <jonathanh@nvidia.com>
Tue, 16 Aug 2016 13:40:57 +0000 (14:40 +0100)
committerThierry Reding <treding@nvidia.com>
Wed, 24 Aug 2016 14:32:28 +0000 (16:32 +0200)
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>
arch/arm64/boot/dts/nvidia/tegra210.dtsi

index e3cd50d2715d3db1c1076c788a9c819bbc390c6f..b49639441cf01aa39d43cb7c5307c57dbb74d1ba 100644 (file)
 
                        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>;
                        };
                };
This page took 0.025267 seconds and 5 git commands to generate.