Message ID | 20250610083318.2773727-2-vladimir.zapolskiy@linaro.org |
---|---|
State | New |
Headers | show |
Series | [1/2] dt-bindings: media: qcom,x1e80100-camss: Sort interconnect alphabetically | expand |
On 10/06/2025 09:33, Vladimir Zapolskiy wrote: > According to the devicetree specification a unit address shall match > the first address value of the reg property. > > Fixes: 2ab7f87a7f4b ("dt-bindings: media: Add qcom,x1e80100-camss") > Signed-off-by: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org> > --- > Another fix on top of https://lore.kernel.org/all/20250502204142.2064496-1-vladimir.zapolskiy@linaro.org/ > > .../devicetree/bindings/media/qcom,x1e80100-camss.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/media/qcom,x1e80100-camss.yaml b/Documentation/devicetree/bindings/media/qcom,x1e80100-camss.yaml > index 7d4e6ef57bf8..959cff1a31a8 100644 > --- a/Documentation/devicetree/bindings/media/qcom,x1e80100-camss.yaml > +++ b/Documentation/devicetree/bindings/media/qcom,x1e80100-camss.yaml > @@ -190,7 +190,7 @@ examples: > #address-cells = <2>; > #size-cells = <2>; > > - camss: isp@acb6000 { > + camss: isp@acb7000 { > compatible = "qcom,x1e80100-camss"; > > reg = <0 0x0acb7000 0 0x2000>, > -- > 2.49.0 > > Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
diff --git a/Documentation/devicetree/bindings/media/qcom,x1e80100-camss.yaml b/Documentation/devicetree/bindings/media/qcom,x1e80100-camss.yaml index 7d4e6ef57bf8..959cff1a31a8 100644 --- a/Documentation/devicetree/bindings/media/qcom,x1e80100-camss.yaml +++ b/Documentation/devicetree/bindings/media/qcom,x1e80100-camss.yaml @@ -190,7 +190,7 @@ examples: #address-cells = <2>; #size-cells = <2>; - camss: isp@acb6000 { + camss: isp@acb7000 { compatible = "qcom,x1e80100-camss"; reg = <0 0x0acb7000 0 0x2000>,
According to the devicetree specification a unit address shall match the first address value of the reg property. Fixes: 2ab7f87a7f4b ("dt-bindings: media: Add qcom,x1e80100-camss") Signed-off-by: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org> --- Another fix on top of https://lore.kernel.org/all/20250502204142.2064496-1-vladimir.zapolskiy@linaro.org/ .../devicetree/bindings/media/qcom,x1e80100-camss.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)