Hi,

On Fri, 2 May 2014, Hans de Goede wrote:

While git am-ing this for the sunxi-devel branch I got the following:

/home/hans/projects/sunxi/linux/.git/rebase-apply/patch:15: space before tab in 
indent.
                       status = "okay";
/home/hans/projects/sunxi/linux/.git/rebase-apply/patch:27: space before tab in 
indent.
               status = "okay";
warning: 2 lines add whitespace errors.

Hmm, this wasn't caught with the checkpatch I've used from 3.13.8. Let me do a re-send.

Regards,
-w-


---
 arch/arm/boot/dts/sun7i-a20-pcduino3.dts |    9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/arch/arm/boot/dts/sun7i-a20-pcduino3.dts 
b/arch/arm/boot/dts/sun7i-a20-pcduino3.dts
index 100717f..a92e49c 100644
--- a/arch/arm/boot/dts/sun7i-a20-pcduino3.dts
+++ b/arch/arm/boot/dts/sun7i-a20-pcduino3.dts
@@ -20,6 +20,11 @@
        compatible = "linksprite,a20-pcduino3", "allwinner,sun7i-a20";

        soc@01c00000 {
+               ahci: sata@01c18000 {
+                       target-supply = <&reg_ahci_5v>;
+                       status = "okay";
+               };
+
                pinctrl@01c20800 {
                        led_pins_pcduino3: led_pins@0 {
                                allwinner,pins = "PH2";
@@ -96,4 +101,8 @@
        reg_usb2_vbus: usb2-vbus {
                status = "okay";
        };
+
+       reg_ahci_5v: ahci-5v {
+               status = "okay";
+       };
 };


--
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.


--
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to