Message ID | 1443699514-11590-3-git-send-email-carlo@caione.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Thu, Oct 1, 2015 at 6:38 AM, Carlo Caione <carlo@caione.org> wrote: > From: Carlo Caione <carlo@endlessm.com> > > Signed-off-by: Carlo Caione <carlo@endlessm.com> > --- > Documentation/devicetree/bindings/arm/amlogic.txt | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/amlogic.txt b/Documentation/devicetree/bindings/arm/amlogic.txt > index 973884a..b1a6444 100644 > --- a/Documentation/devicetree/bindings/arm/amlogic.txt > +++ b/Documentation/devicetree/bindings/arm/amlogic.txt > @@ -9,6 +9,12 @@ Boards with the Amlogic Meson8 SoC shall have the following properties: > Required root node property: > compatible: "amlogic,meson8"; > > +Boards with the Amlogic Meson8b SoC shall have the following properties: > + Required root node property: > + compatible: "amlogic,meson8b"; > + > Board compatible values: > - "geniatech,atv1200" > - "minix,neo-x8" > + - "tronfy,mxq" > + - "hardkernel,odroid-c1" It would be good to separate which board compatibles apply to which SOC. Rob
diff --git a/Documentation/devicetree/bindings/arm/amlogic.txt b/Documentation/devicetree/bindings/arm/amlogic.txt index 973884a..b1a6444 100644 --- a/Documentation/devicetree/bindings/arm/amlogic.txt +++ b/Documentation/devicetree/bindings/arm/amlogic.txt @@ -9,6 +9,12 @@ Boards with the Amlogic Meson8 SoC shall have the following properties: Required root node property: compatible: "amlogic,meson8"; +Boards with the Amlogic Meson8b SoC shall have the following properties: + Required root node property: + compatible: "amlogic,meson8b"; + Board compatible values: - "geniatech,atv1200" - "minix,neo-x8" + - "tronfy,mxq" + - "hardkernel,odroid-c1"