Message ID | 20230823181728.3082946-1-dmitry.baryshkov@linaro.org |
---|---|
State | Accepted |
Commit | 211de9681195b92709b5d68e07af948b01c8bb9a |
Headers | show |
Series | dt-bindings: phy: qcom,ipq8074-qmp-pcie: fix warning regarding reg size | expand |
On Wed, 23 Aug 2023 21:17:28 +0300, Dmitry Baryshkov wrote: > 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 <robh+dt@kernel.org> > Fixes: 505fb2541678 ("dt-bindings: phy: migrate QMP PCIe PHY bindings to qcom,sc8280xp-qmp-pcie-phy.yaml") > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> > --- > .../devicetree/bindings/phy/qcom,ipq8074-qmp-pcie-phy.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Acked-by: Rob Herring <robh@kernel.org>
On Wed, 23 Aug 2023 21:17:28 +0300, Dmitry Baryshkov wrote: > 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). > > Applied, thanks! [1/1] dt-bindings: phy: qcom,ipq8074-qmp-pcie: fix warning regarding reg size commit: 211de9681195b92709b5d68e07af948b01c8bb9a Best regards,
diff --git a/Documentation/devicetree/bindings/phy/qcom,ipq8074-qmp-pcie-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,ipq8074-qmp-pcie-phy.yaml index 5073007267ad..634cec5d57ea 100644 --- a/Documentation/devicetree/bindings/phy/qcom,ipq8074-qmp-pcie-phy.yaml +++ b/Documentation/devicetree/bindings/phy/qcom,ipq8074-qmp-pcie-phy.yaml @@ -70,7 +70,7 @@ examples: phy@84000 { compatible = "qcom,ipq6018-qmp-pcie-phy"; - reg = <0x0 0x00084000 0x0 0x1000>; + reg = <0x00084000 0x1000>; clocks = <&gcc GCC_PCIE0_AUX_CLK>, <&gcc GCC_PCIE0_AHB_CLK>,
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 <robh+dt@kernel.org> Fixes: 505fb2541678 ("dt-bindings: phy: migrate QMP PCIe PHY bindings to qcom,sc8280xp-qmp-pcie-phy.yaml") Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> --- .../devicetree/bindings/phy/qcom,ipq8074-qmp-pcie-phy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)