Skip to content

Commit 211de96

Browse files
lumagvinodkoul
authored andcommitted
dt-bindings: phy: qcom,ipq8074-qmp-pcie: fix warning regarding reg size
Fix the 'reg is too long' warning caused by me adding 64-bit address and size to the example, while default being 32-bit (cell size equal to 1). Reported-by: Rob Herring <[email protected]> Fixes: 505fb25 ("dt-bindings: phy: migrate QMP PCIe PHY bindings to qcom,sc8280xp-qmp-pcie-phy.yaml") Signed-off-by: Dmitry Baryshkov <[email protected]> Acked-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent c599dc5 commit 211de96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/phy/qcom,ipq8074-qmp-pcie-phy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ examples:
7070
7171
phy@84000 {
7272
compatible = "qcom,ipq6018-qmp-pcie-phy";
73-
reg = <0x0 0x00084000 0x0 0x1000>;
73+
reg = <0x00084000 0x1000>;
7474
7575
clocks = <&gcc GCC_PCIE0_AUX_CLK>,
7676
<&gcc GCC_PCIE0_AHB_CLK>,

0 commit comments

Comments
 (0)