mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-18 15:06:23 +07:00
arm64: tegra: Make XUSB node consistent with the rest
The ordering of properties in the XUSB node is inconsistent with the ordering of the properties in other nodes. Resort them to make the node more consistent. Also get rid of some unnecessary whitespace. Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
be9b887f3b
commit
06c6b06f89
@ -546,12 +546,9 @@ usb@3530000 {
|
|||||||
reg = <0x0 0x03530000 0x0 0x8000>,
|
reg = <0x0 0x03530000 0x0 0x8000>,
|
||||||
<0x0 0x03538000 0x0 0x1000>;
|
<0x0 0x03538000 0x0 0x1000>;
|
||||||
reg-names = "hcd", "fpci";
|
reg-names = "hcd", "fpci";
|
||||||
|
|
||||||
iommus = <&smmu TEGRA186_SID_XUSB_HOST>;
|
|
||||||
interrupts = <GIC_SPI 163 IRQ_TYPE_LEVEL_HIGH>,
|
interrupts = <GIC_SPI 163 IRQ_TYPE_LEVEL_HIGH>,
|
||||||
<GIC_SPI 164 IRQ_TYPE_LEVEL_HIGH>,
|
<GIC_SPI 164 IRQ_TYPE_LEVEL_HIGH>,
|
||||||
<GIC_SPI 167 IRQ_TYPE_LEVEL_HIGH>;
|
<GIC_SPI 167 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
|
||||||
clocks = <&bpmp TEGRA186_CLK_XUSB_HOST>,
|
clocks = <&bpmp TEGRA186_CLK_XUSB_HOST>,
|
||||||
<&bpmp TEGRA186_CLK_XUSB_FALCON>,
|
<&bpmp TEGRA186_CLK_XUSB_FALCON>,
|
||||||
<&bpmp TEGRA186_CLK_XUSB_SS>,
|
<&bpmp TEGRA186_CLK_XUSB_SS>,
|
||||||
@ -564,16 +561,15 @@ usb@3530000 {
|
|||||||
clock-names = "xusb_host", "xusb_falcon_src", "xusb_ss",
|
clock-names = "xusb_host", "xusb_falcon_src", "xusb_ss",
|
||||||
"xusb_ss_src", "xusb_hs_src", "xusb_fs_src",
|
"xusb_ss_src", "xusb_hs_src", "xusb_fs_src",
|
||||||
"pll_u_480m", "clk_m", "pll_e";
|
"pll_u_480m", "clk_m", "pll_e";
|
||||||
|
|
||||||
power-domains = <&bpmp TEGRA186_POWER_DOMAIN_XUSBC>,
|
power-domains = <&bpmp TEGRA186_POWER_DOMAIN_XUSBC>,
|
||||||
<&bpmp TEGRA186_POWER_DOMAIN_XUSBA>;
|
<&bpmp TEGRA186_POWER_DOMAIN_XUSBA>;
|
||||||
power-domain-names = "xusb_host", "xusb_ss";
|
power-domain-names = "xusb_host", "xusb_ss";
|
||||||
nvidia,xusb-padctl = <&padctl>;
|
iommus = <&smmu TEGRA186_SID_XUSB_HOST>;
|
||||||
|
|
||||||
status = "disabled";
|
|
||||||
|
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
status = "disabled";
|
||||||
|
|
||||||
|
nvidia,xusb-padctl = <&padctl>;
|
||||||
};
|
};
|
||||||
|
|
||||||
fuse@3820000 {
|
fuse@3820000 {
|
||||||
|
Loading…
Reference in New Issue
Block a user