Message ID | 20211206153124.427102-4-virag.david003@gmail.com (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
Series | Initial Samsung Galaxy A8 (2018) support | expand |
On Mon, 6 Dec 2021 at 17:32, David Virag <virag.david003@gmail.com> wrote: > > Add binding for the jackpotlte board (Samsung Galaxy A8 (2018)). > > Signed-off-by: David Virag <virag.david003@gmail.com> > --- Reviewed-by: Sam Protsenko <semen.protsenko@linaro.org> > Changes in v2: > - Nothing > > Changes in v3: > - Nothing > > Changes in v4: > - Nothing > > .../devicetree/bindings/arm/samsung/samsung-boards.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml b/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml > index ef6dc14be4b5..d88571202713 100644 > --- a/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml > +++ b/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml > @@ -199,6 +199,12 @@ properties: > - samsung,exynos7-espresso # Samsung Exynos7 Espresso > - const: samsung,exynos7 > > + - description: Exynos7885 based boards > + items: > + - enum: > + - samsung,jackpotlte # Samsung Galaxy A8 (2018) > + - const: samsung,exynos7885 > + > - description: Exynos Auto v9 based boards > items: > - enum: > -- > 2.34.1 >
On Mon, 06 Dec 2021 16:31:17 +0100, David Virag wrote: > Add binding for the jackpotlte board (Samsung Galaxy A8 (2018)). > > Signed-off-by: David Virag <virag.david003@gmail.com> > --- > Changes in v2: > - Nothing > > Changes in v3: > - Nothing > > Changes in v4: > - Nothing > > .../devicetree/bindings/arm/samsung/samsung-boards.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > Reviewed-by: Rob Herring <robh@kernel.org>
On Mon, 6 Dec 2021 16:31:17 +0100, David Virag wrote: > Add binding for the jackpotlte board (Samsung Galaxy A8 (2018)). > > Applied, thanks! [3/7] dt-bindings: arm: samsung: document jackpotlte board binding commit: c96ebc5fde274edcc02543dcfb6a1ee097f98070 Best regards,
On Wed, 2021-12-15 at 17:21 +0100, Krzysztof Kozlowski wrote: > On Mon, 6 Dec 2021 16:31:17 +0100, David Virag wrote: > > Add binding for the jackpotlte board (Samsung Galaxy A8 (2018)). > > > > > > Applied, thanks! > > [3/7] dt-bindings: arm: samsung: document jackpotlte board binding > commit: c96ebc5fde274edcc02543dcfb6a1ee097f98070 > > Best regards, Hi Krzysztof! Thanks! As I'll be sending v5 of this series soon (only really adding r-by, acked-by tags and only real changes in dts/dtsi patch), should I omit this patch from it since it has been applied? Or should I really only send the dts/dtsi patch at this point? Sorry if this is obvious, I just haven't sent that many patches before to know this. Best regards, David
On 19/12/2021 15:53, David Virag wrote: > On Wed, 2021-12-15 at 17:21 +0100, Krzysztof Kozlowski wrote: >> On Mon, 6 Dec 2021 16:31:17 +0100, David Virag wrote: >>> Add binding for the jackpotlte board (Samsung Galaxy A8 (2018)). >>> >>> >> >> Applied, thanks! >> >> [3/7] dt-bindings: arm: samsung: document jackpotlte board binding >> commit: c96ebc5fde274edcc02543dcfb6a1ee097f98070 >> >> Best regards, > > Hi Krzysztof! > > Thanks! As I'll be sending v5 of this series soon (only really adding > r-by, acked-by tags and only real changes in dts/dtsi patch), should I > omit this patch from it since it has been applied? Or should I really > only send the dts/dtsi patch at this point? Sorry if this is obvious, I > just haven't sent that many patches before to know this. Skip this one, please. Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml b/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml index ef6dc14be4b5..d88571202713 100644 --- a/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml +++ b/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml @@ -199,6 +199,12 @@ properties: - samsung,exynos7-espresso # Samsung Exynos7 Espresso - const: samsung,exynos7 + - description: Exynos7885 based boards + items: + - enum: + - samsung,jackpotlte # Samsung Galaxy A8 (2018) + - const: samsung,exynos7885 + - description: Exynos Auto v9 based boards items: - enum:
Add binding for the jackpotlte board (Samsung Galaxy A8 (2018)). Signed-off-by: David Virag <virag.david003@gmail.com> --- Changes in v2: - Nothing Changes in v3: - Nothing Changes in v4: - Nothing .../devicetree/bindings/arm/samsung/samsung-boards.yaml | 6 ++++++ 1 file changed, 6 insertions(+)