Message ID | 20220314181948.246434-4-krzysztof.kozlowski@canonical.com |
---|---|
State | New |
Headers | show |
Series | [1/5] ARM: dts: exynos: align EHCI/OHCI nodes with dtschema on Exynos4 | expand |
>-----Original Message----- >From: Krzysztof Kozlowski [mailto:krzysztof.kozlowski@canonical.com] >Sent: Monday, March 14, 2022 11:50 PM >To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>; Rob Herring ><robh+dt@kernel.org>; Krzysztof Kozlowski <krzk+dt@kernel.org>; Alim >Akhtar <alim.akhtar@samsung.com>; linux-usb@vger.kernel.org; >devicetree@vger.kernel.org; linux-arm-kernel@lists.infradead.org; linux- >samsung-soc@vger.kernel.org; linux-kernel@vger.kernel.org >Cc: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> >Subject: [PATCH 4/5] dt-bindings: usb: samsung,exynos-usb2: add missing >required reg > >"reg" property is required on Samsung S5PV210/Exynos EHCI/OHCI >controllers. > >Fixes: 4bf2283cb208 ("dt-bindings: usb: samsung,exynos-usb2: convert to >dtschema") >Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> > Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com> >--- > >Fixed commit in current next. If this should go as fix, I can split it from the >second commit. >--- > Documentation/devicetree/bindings/usb/samsung,exynos-usb2.yaml | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/Documentation/devicetree/bindings/usb/samsung,exynos- >usb2.yaml b/Documentation/devicetree/bindings/usb/samsung,exynos- >usb2.yaml >index fbf07d6e707a..ef42c6fce73c 100644 >--- a/Documentation/devicetree/bindings/usb/samsung,exynos-usb2.yaml >+++ b/Documentation/devicetree/bindings/usb/samsung,exynos-usb2.yaml >@@ -62,6 +62,7 @@ required: > - interrupts > - phys > - phy-names >+ - reg > > allOf: > - if: >-- >2.32.0
On Mon, 14 Mar 2022 19:19:47 +0100, Krzysztof Kozlowski wrote: > "reg" property is required on Samsung S5PV210/Exynos EHCI/OHCI > controllers. > > Fixes: 4bf2283cb208 ("dt-bindings: usb: samsung,exynos-usb2: convert to dtschema") > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> > > --- > > Fixed commit in current next. If this should go as fix, I can split it > from the second commit. > --- > Documentation/devicetree/bindings/usb/samsung,exynos-usb2.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/usb/samsung,exynos-usb2.yaml b/Documentation/devicetree/bindings/usb/samsung,exynos-usb2.yaml index fbf07d6e707a..ef42c6fce73c 100644 --- a/Documentation/devicetree/bindings/usb/samsung,exynos-usb2.yaml +++ b/Documentation/devicetree/bindings/usb/samsung,exynos-usb2.yaml @@ -62,6 +62,7 @@ required: - interrupts - phys - phy-names + - reg allOf: - if:
"reg" property is required on Samsung S5PV210/Exynos EHCI/OHCI controllers. Fixes: 4bf2283cb208 ("dt-bindings: usb: samsung,exynos-usb2: convert to dtschema") Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> --- Fixed commit in current next. If this should go as fix, I can split it from the second commit. --- Documentation/devicetree/bindings/usb/samsung,exynos-usb2.yaml | 1 + 1 file changed, 1 insertion(+)