Message ID | 1475875752-13829-1-git-send-email-scott.branden@broadcom.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hi Scott, It would be nice if this patch can be generated by git format-patch with the '-M' option so the file rename can be detected (instead of showing up as one file deleted and one file added). Thanks, Ray On 10/7/2016 2:29 PM, Scott Branden wrote: > Rename ns2.txt to brcm,ns2.txt to match naming convention followed > by rest of Broadcom binding documentation. > > Signed-off-by: Scott Branden <scott.branden@broadcom.com> > --- > Documentation/devicetree/bindings/arm/bcm/brcm,ns2.txt | 9 +++++++++ > Documentation/devicetree/bindings/arm/bcm/ns2.txt | 9 --------- > 2 files changed, 9 insertions(+), 9 deletions(-) > create mode 100644 Documentation/devicetree/bindings/arm/bcm/brcm,ns2.txt > delete mode 100644 Documentation/devicetree/bindings/arm/bcm/ns2.txt > > diff --git a/Documentation/devicetree/bindings/arm/bcm/brcm,ns2.txt b/Documentation/devicetree/bindings/arm/bcm/brcm,ns2.txt > new file mode 100644 > index 0000000..35f056f > --- /dev/null > +++ b/Documentation/devicetree/bindings/arm/bcm/brcm,ns2.txt > @@ -0,0 +1,9 @@ > +Broadcom North Star 2 (NS2) device tree bindings > +------------------------------------------------ > + > +Boards with NS2 shall have the following properties: > + > +Required root node property: > + > +NS2 SVK board > +compatible = "brcm,ns2-svk", "brcm,ns2"; > diff --git a/Documentation/devicetree/bindings/arm/bcm/ns2.txt b/Documentation/devicetree/bindings/arm/bcm/ns2.txt > deleted file mode 100644 > index 35f056f..0000000 > --- a/Documentation/devicetree/bindings/arm/bcm/ns2.txt > +++ /dev/null > @@ -1,9 +0,0 @@ > -Broadcom North Star 2 (NS2) device tree bindings > ------------------------------------------------- > - > -Boards with NS2 shall have the following properties: > - > -Required root node property: > - > -NS2 SVK board > -compatible = "brcm,ns2-svk", "brcm,ns2";
diff --git a/Documentation/devicetree/bindings/arm/bcm/brcm,ns2.txt b/Documentation/devicetree/bindings/arm/bcm/brcm,ns2.txt new file mode 100644 index 0000000..35f056f --- /dev/null +++ b/Documentation/devicetree/bindings/arm/bcm/brcm,ns2.txt @@ -0,0 +1,9 @@ +Broadcom North Star 2 (NS2) device tree bindings +------------------------------------------------ + +Boards with NS2 shall have the following properties: + +Required root node property: + +NS2 SVK board +compatible = "brcm,ns2-svk", "brcm,ns2"; diff --git a/Documentation/devicetree/bindings/arm/bcm/ns2.txt b/Documentation/devicetree/bindings/arm/bcm/ns2.txt deleted file mode 100644 index 35f056f..0000000 --- a/Documentation/devicetree/bindings/arm/bcm/ns2.txt +++ /dev/null @@ -1,9 +0,0 @@ -Broadcom North Star 2 (NS2) device tree bindings ------------------------------------------------- - -Boards with NS2 shall have the following properties: - -Required root node property: - -NS2 SVK board -compatible = "brcm,ns2-svk", "brcm,ns2";
Rename ns2.txt to brcm,ns2.txt to match naming convention followed by rest of Broadcom binding documentation. Signed-off-by: Scott Branden <scott.branden@broadcom.com> --- Documentation/devicetree/bindings/arm/bcm/brcm,ns2.txt | 9 +++++++++ Documentation/devicetree/bindings/arm/bcm/ns2.txt | 9 --------- 2 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 Documentation/devicetree/bindings/arm/bcm/brcm,ns2.txt delete mode 100644 Documentation/devicetree/bindings/arm/bcm/ns2.txt