]> Git Repo - linux.git/commitdiff
dt-bindings: phy: qcom,ipq8074-qmp-pcie: fix warning regarding reg size
authorDmitry Baryshkov <[email protected]>
Wed, 23 Aug 2023 18:17:28 +0000 (21:17 +0300)
committerVinod Koul <[email protected]>
Thu, 21 Sep 2023 14:04:20 +0000 (16:04 +0200)
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: 505fb2541678 ("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]>
Documentation/devicetree/bindings/phy/qcom,ipq8074-qmp-pcie-phy.yaml

index 5073007267ad440a682fb1f32cf4f60a49d7abfd..634cec5d57ea85b89ba9cafe01ebba3dd5f7c584 100644 (file)
@@ -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>,
This page took 0.058878 seconds and 4 git commands to generate.