Message ID | 20191209234350.18994-4-michael@walle.cc (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ls1028a: dts fixes and new board support | expand |
On Tue, 10 Dec 2019 00:43:48 +0100, Michael Walle wrote: > Add the Freescale LS1028A evaluation boards. > > Signed-off-by: Michael Walle <michael@walle.cc> > --- > Documentation/devicetree/bindings/arm/fsl.yaml | 7 +++++++ > 1 file changed, 7 insertions(+) > Reviewed-by: Rob Herring <robh@kernel.org>
On Tue, Dec 10, 2019 at 12:43:48AM +0100, Michael Walle wrote: > Add the Freescale LS1028A evaluation boards. > > Signed-off-by: Michael Walle <michael@walle.cc> Applied #3 ~ #5, thanks.
diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index b5497ae276bc..f7792fe89a00 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -351,6 +351,13 @@ properties: - fsl,ls1021a-twr - const: fsl,ls1021a + - description: LS1028A based Boards + items: + - enum: + - fsl,ls1028a-qds + - fsl,ls1028a-rdb + - const: fsl,ls1028a + - description: LS1043A based Boards items: - enum:
Add the Freescale LS1028A evaluation boards. Signed-off-by: Michael Walle <michael@walle.cc> --- Documentation/devicetree/bindings/arm/fsl.yaml | 7 +++++++ 1 file changed, 7 insertions(+)