[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <53DCE14A.3020108@gmail.com>
Date: Sat, 02 Aug 2014 15:02:02 +0200
From: Tomasz Figa <tomasz.figa@...il.com>
To: Andreas Färber <afaerber@...e.de>,
linux-samsung-soc@...r.kernel.org
CC: linux-arm-kernel@...ts.infradead.org, devicetree@...r.kernel.org,
Stephan van Schaik <stephan@...khronix.com>,
Vincent Palatin <vpalatin@...omium.org>,
Doug Anderson <dianders@...omium.org>,
Javier Martinez Canillas <javier.martinez@...labora.co.uk>,
Tomasz Figa <t.figa@...sung.com>,
Ben Dooks <ben-linux@...ff.org>,
Kukjin Kim <kgene.kim@...sung.com>,
Rob Herring <robh+dt@...nel.org>,
Pawel Moll <pawel.moll@....com>,
Mark Rutland <mark.rutland@....com>,
Ian Campbell <ijc+devicetree@...lion.org.uk>,
Kumar Gala <galak@...eaurora.org>,
Russell King <linux@....linux.org.uk>,
open list <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v6 07/10] ARM: dts: Clean up exynos5250-arndale
On 02.08.2014 02:52, Andreas Färber wrote:
> Use the new style of referencing inherited nodes, use symbolic names,
> tidy indentation and reorder includes.
>
> Goal is the alignment of all exynos5250 based device trees for comparison.
>
> Signed-off-by: Andreas Färber <afaerber@...e.de>
> ---
> v5 -> v6:
> * Updated for mfc node label
>
> v5: New
> Aligns with SMDK.
>
> arch/arm/boot/dts/exynos5250-arndale.dts | 929 ++++++++++++++++---------------
> 1 file changed, 466 insertions(+), 463 deletions(-)
>
Diff in resulting dtb:
> --- exynos5250-arndale.dtb.dts 2014-08-02 14:54:15.102905920 +0200
> +++ ../dtbs.post/exynos5250-arndale.dtb.dts 2014-08-02 14:54:15.104905920 +0200
> @@ -1977,7 +1977,7 @@
> clocks = <0x2 0x158 0x2 0x88 0x2 0x89 0x2 0x9f 0x2 0x400>;
> clock-names = "hdmi", "sclk_hdmi", "sclk_pixel", "sclk_hdmiphy", "mout_hdmi";
> samsung,syscon-phandle = <0x7>;
> - hpd-gpio = <0xc 0x7 0x2>;
> + hpd-gpio = <0xc 0x7 0x1>;
> vdd_osc-supply = <0x31>;
> vdd_pll-supply = <0x32>;
> vdd-supply = <0x32>;
> @@ -2104,15 +2104,9 @@
> };
> };
>
> - usb_hub_bus {
> - compatible = "simple-bus";
> - #address-cells = <0x1>;
> - #size-cells = <0x0>;
> -
> - usb_hub {
> - compatible = "smsc,usb3503a";
> - reset-gpios = <0xc 0x5 0x1>;
> - connect-gpios = <0x10 0x7 0x1>;
> - };
> + usb-hub {
> + compatible = "smsc,usb3503a";
> + reset-gpios = <0xc 0x5 0x1>;
> + connect-gpios = <0x10 0x7 0x1>;
> };
> };
Reviewed-by: Tomasz Figa <t.figa@...sung.com>
Best regards,
Tomasz
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists