mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 20:14:06 +02:00
arm64: dts: qcom: sm8150: Sort dc_noc and gem_noc nodes
Nodes should be sorted by address, so move the dc_noc and gem_noc nodes to their correct place. Cc: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org> Link: https://lore.kernel.org/r/20210627114616.717101-3-bhupesh.sharma@linaro.org [bjorn: Adjusted order slightly more] Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
parent
2aa2b50de1
commit
5dc43d3b36
|
|
@ -2586,20 +2586,6 @@ usb_1_ssphy: lanes@88e9200 {
|
|||
};
|
||||
};
|
||||
|
||||
dc_noc: interconnect@9160000 {
|
||||
compatible = "qcom,sm8150-dc-noc";
|
||||
reg = <0 0x09160000 0 0x3200>;
|
||||
#interconnect-cells = <1>;
|
||||
qcom,bcm-voters = <&apps_bcm_voter>;
|
||||
};
|
||||
|
||||
gem_noc: interconnect@9680000 {
|
||||
compatible = "qcom,sm8150-gem-noc";
|
||||
reg = <0 0x09680000 0 0x3e200>;
|
||||
#interconnect-cells = <1>;
|
||||
qcom,bcm-voters = <&apps_bcm_voter>;
|
||||
};
|
||||
|
||||
usb_2_qmpphy: phy@88eb000 {
|
||||
compatible = "qcom,sm8150-qmp-usb3-uni-phy";
|
||||
reg = <0 0x088eb000 0 0x200>;
|
||||
|
|
@ -2631,6 +2617,20 @@ usb_2_ssphy: lane@88eb200 {
|
|||
};
|
||||
};
|
||||
|
||||
dc_noc: interconnect@9160000 {
|
||||
compatible = "qcom,sm8150-dc-noc";
|
||||
reg = <0 0x09160000 0 0x3200>;
|
||||
#interconnect-cells = <1>;
|
||||
qcom,bcm-voters = <&apps_bcm_voter>;
|
||||
};
|
||||
|
||||
gem_noc: interconnect@9680000 {
|
||||
compatible = "qcom,sm8150-gem-noc";
|
||||
reg = <0 0x09680000 0 0x3e200>;
|
||||
#interconnect-cells = <1>;
|
||||
qcom,bcm-voters = <&apps_bcm_voter>;
|
||||
};
|
||||
|
||||
usb_1: usb@a6f8800 {
|
||||
compatible = "qcom,sm8150-dwc3", "qcom,dwc3";
|
||||
reg = <0 0x0a6f8800 0 0x400>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user