mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 02:21:52 +09:00
arm64: dts: qcom: ipq6018: Use lowercase hex
[ Upstream commit 0431dba373 ]
Use lowercase hex, as that's the preferred and overwhermingly present
style.
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221212111037.98160-2-konrad.dybcio@linaro.org
Stable-dep-of: 5c0dbe8b0584 ("arm64: dts: qcom: ipq6018: fix clock rates for GCC_USB0_MOCK_UTMI_CLK")
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
cb65c2caa1
commit
ba71baee6e
@@ -685,7 +685,7 @@
|
|||||||
|
|
||||||
ssphy_0: ssphy@78000 {
|
ssphy_0: ssphy@78000 {
|
||||||
compatible = "qcom,ipq6018-qmp-usb3-phy";
|
compatible = "qcom,ipq6018-qmp-usb3-phy";
|
||||||
reg = <0x0 0x78000 0x0 0x1C4>;
|
reg = <0x0 0x78000 0x0 0x1c4>;
|
||||||
#address-cells = <2>;
|
#address-cells = <2>;
|
||||||
#size-cells = <2>;
|
#size-cells = <2>;
|
||||||
ranges;
|
ranges;
|
||||||
@@ -702,7 +702,7 @@
|
|||||||
usb0_ssphy: phy@78200 {
|
usb0_ssphy: phy@78200 {
|
||||||
reg = <0x0 0x00078200 0x0 0x130>, /* Tx */
|
reg = <0x0 0x00078200 0x0 0x130>, /* Tx */
|
||||||
<0x0 0x00078400 0x0 0x200>, /* Rx */
|
<0x0 0x00078400 0x0 0x200>, /* Rx */
|
||||||
<0x0 0x00078800 0x0 0x1F8>, /* PCS */
|
<0x0 0x00078800 0x0 0x1f8>, /* PCS */
|
||||||
<0x0 0x00078600 0x0 0x044>; /* PCS misc */
|
<0x0 0x00078600 0x0 0x044>; /* PCS misc */
|
||||||
#phy-cells = <0>;
|
#phy-cells = <0>;
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
@@ -727,7 +727,7 @@
|
|||||||
|
|
||||||
usb3: usb@8af8800 {
|
usb3: usb@8af8800 {
|
||||||
compatible = "qcom,ipq6018-dwc3", "qcom,dwc3";
|
compatible = "qcom,ipq6018-dwc3", "qcom,dwc3";
|
||||||
reg = <0x0 0x8AF8800 0x0 0x400>;
|
reg = <0x0 0x8af8800 0x0 0x400>;
|
||||||
#address-cells = <2>;
|
#address-cells = <2>;
|
||||||
#size-cells = <2>;
|
#size-cells = <2>;
|
||||||
ranges;
|
ranges;
|
||||||
@@ -753,7 +753,7 @@
|
|||||||
|
|
||||||
dwc_0: usb@8a00000 {
|
dwc_0: usb@8a00000 {
|
||||||
compatible = "snps,dwc3";
|
compatible = "snps,dwc3";
|
||||||
reg = <0x0 0x8A00000 0x0 0xcd00>;
|
reg = <0x0 0x8a00000 0x0 0xcd00>;
|
||||||
interrupts = <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
phys = <&qusb_phy_0>, <&usb0_ssphy>;
|
phys = <&qusb_phy_0>, <&usb0_ssphy>;
|
||||||
phy-names = "usb2-phy", "usb3-phy";
|
phy-names = "usb2-phy", "usb3-phy";
|
||||||
|
|||||||
Reference in New Issue
Block a user