mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-30 22:50:54 -04:00
arm64: dts: qcom: sort sm8150 usb_2 node
Fix an error introduced resolving conflicts with camnoc_virt node.
Fixes: 0c9dde0d20 ("arm64: dts: qcom: sm8150: Add secondary USB and PHY nodes")
Signed-off-by: Jonathan Marek <jonathan@marek.ca>
Link: https://lore.kernel.org/r/20201124041003.3600-1-jonathan@marek.ca
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
committed by
Bjorn Andersson
parent
2802821a66
commit
6acb71fd34
@@ -983,13 +983,6 @@ usb_1_dwc3: dwc3@a600000 {
|
||||
};
|
||||
};
|
||||
|
||||
camnoc_virt: interconnect@ac00000 {
|
||||
compatible = "qcom,sm8150-camnoc-virt";
|
||||
reg = <0 0x0ac00000 0 0x1000>;
|
||||
#interconnect-cells = <1>;
|
||||
qcom,bcm-voters = <&apps_bcm_voter>;
|
||||
};
|
||||
|
||||
usb_2: usb@a8f8800 {
|
||||
compatible = "qcom,sm8150-dwc3", "qcom,dwc3";
|
||||
reg = <0 0x0a8f8800 0 0x400>;
|
||||
@@ -1035,6 +1028,13 @@ usb_2_dwc3: dwc3@a800000 {
|
||||
};
|
||||
};
|
||||
|
||||
camnoc_virt: interconnect@ac00000 {
|
||||
compatible = "qcom,sm8150-camnoc-virt";
|
||||
reg = <0 0x0ac00000 0 0x1000>;
|
||||
#interconnect-cells = <1>;
|
||||
qcom,bcm-voters = <&apps_bcm_voter>;
|
||||
};
|
||||
|
||||
aoss_qmp: power-controller@c300000 {
|
||||
compatible = "qcom,sm8150-aoss-qmp";
|
||||
reg = <0x0 0x0c300000 0x0 0x100000>;
|
||||
|
||||
Reference in New Issue
Block a user