diff for duplicates of <53EF76CF.9050808@suse.de> diff --git a/a/1.txt b/N1/1.txt index 0d52b94..9e216a4 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -22,7 +22,7 @@ Am 13.08.2014 21:14, schrieb Dylan Reid: > around by an EC-reset, press the refresh and power keys at the same > time. > -> Signed-off-by: Dylan Reid <dgreid-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org> +> Signed-off-by: Dylan Reid <dgreid@chromium.org> > --- > arch/arm/boot/dts/Makefile | 1 + > arch/arm/boot/dts/tegra124-nyan-big.dts | 1136 +++++++++++++++++++++++++++++++ @@ -72,16 +72,16 @@ please checkpatch.pl? > + > + aliases { -> + rtc0 = "/i2c@0,7000d000/pmic@40"; -> + rtc1 = "/rtc@0,7000e000"; +> + rtc0 = "/i2c at 0,7000d000/pmic at 40"; +> + rtc1 = "/rtc at 0,7000e000"; > + }; > + > + memory { > + reg = <0x0 0x80000000 0x0 0x80000000>; > + }; > + -> + host1x@0,50000000 { -> + hdmi@0,54280000 { +> + host1x at 0,50000000 { +> + hdmi at 0,54280000 { > + status = "okay"; > + > + vdd-supply = <&vdd_3v3_hdmi>; @@ -93,20 +93,20 @@ please checkpatch.pl? > + <&gpio TEGRA_GPIO(N, 7) GPIO_ACTIVE_HIGH>; > + }; > + -> + sor@0,54540000 { +> + sor at 0,54540000 { > + status = "okay"; > + > + nvidia,dpaux = <&dpaux>; > + nvidia,panel = <&panel>; > + }; > + -> + dpaux: dpaux@0,545c0000 { +> + dpaux: dpaux at 0,545c0000 { > + vdd-supply = <&vdd_3v3_panel>; > + status = "okay"; > + }; > + }; > + -> + pinmux: pinmux@0,70000868 { +> + pinmux: pinmux at 0,70000868 { > + pinctrl-names = "default"; > + pinctrl-0 = <&pinmux_default>; > + @@ -561,12 +561,12 @@ for referencing if needed? Same below, obviously. > + }; > + }; > + -> + serial@0,70006000 { +> + serial at 0,70006000 { > + /* Debug connector on the bottom of the board near SD card. */ > + status = "okay"; > + }; > + -> + pwm: pwm@0,7000a000 { +> + pwm: pwm at 0,7000a000 { Add the label to the .dtsi where the node is first declared? Then you can override it the safer &pwm { ... }; way. Same for all other nodes @@ -577,18 +577,18 @@ indentation. > + status = "okay"; > + }; > + -> + i2c@0,7000c000 { +> + i2c at 0,7000c000 { > + status = "okay"; > + clock-frequency = <100000>; > + -> + acodec: audio-codec@10 { +> + acodec: audio-codec at 10 { > + compatible = "maxim,max98090"; > + reg = <0x10>; > + interrupt-parent = <&gpio>; > + interrupts = <TEGRA_GPIO(H, 4) GPIO_ACTIVE_HIGH>; > + }; > + -> + temperature-sensor@4c { +> + temperature-sensor at 4c { > + compatible = "ti,tmp451"; > + reg = <0x4c>; > + interrupt-parent = <&gpio>; @@ -598,31 +598,31 @@ indentation. > + }; > + }; > + -> + i2c@0,7000c400 { +> + i2c at 0,7000c400 { > + status = "okay"; > + clock-frequency = <100000>; > + }; > + -> + i2c@0,7000c500 { +> + i2c at 0,7000c500 { > + status = "okay"; > + clock-frequency = <400000>; > + -> + tpm@20 { +> + tpm at 20 { > + compatible = "infineon,slb9645tt"; > + reg = <0x20>; > + }; > + }; > + -> + hdmi_ddc: i2c@0,7000c700 { +> + hdmi_ddc: i2c at 0,7000c700 { > + status = "okay"; > + clock-frequency = <100000>; > + }; > + -> + i2c@0,7000d000 { +> + i2c at 0,7000d000 { > + status = "okay"; > + clock-frequency = <400000>; > + -> + pmic: pmic@40 { +> + pmic: pmic at 40 { > + compatible = "ams,as3722"; > + reg = <0x40>; > + interrupts = <0 86 IRQ_TYPE_LEVEL_HIGH>; @@ -820,10 +820,10 @@ indentation. > + }; > + }; > + -> + spi@0,7000d400 { +> + spi at 0,7000d400 { > + status = "okay"; > + -> + cros_ec: cros-ec@0 { +> + cros_ec: cros-ec at 0 { > + compatible = "google,cros-ec-spi"; > + spi-max-frequency = <3000000>; > + interrupt-parent = <&gpio>; @@ -839,7 +839,7 @@ indentation. > + > + google,remote-bus = <0>; > + -> + charger: bq24735@9 { +> + charger: bq24735 at 9 { > + compatible = "ti,bq24735"; > + reg = <0x9>; > + interrupt-parent = <&gpio>; @@ -850,7 +850,7 @@ indentation. > + GPIO_ACTIVE_HIGH>; > + }; > + -> + battery: sbs-battery@b { +> + battery: sbs-battery at b { > + compatible = "sbs,sbs-battery"; > + reg = <0xb>; > + sbs,i2c-retry-count = <2>; @@ -861,17 +861,17 @@ indentation. > + }; > + }; > + -> + spi@0,7000da00 { +> + spi at 0,7000da00 { > + status = "okay"; > + spi-max-frequency = <25000000>; > + -> + flash@0 { +> + flash at 0 { > + compatible = "winbond,w25q32dw"; > + reg = <0>; > + }; > + }; > + -> + pmc@0,7000e400 { +> + pmc at 0,7000e400 { > + nvidia,invert-interrupt; > + nvidia,suspend-mode = <0>; > + nvidia,cpu-pwr-good-time = <500>; @@ -882,11 +882,11 @@ indentation. > + nvidia,sys-clock-req-active-high; > + }; > + -> + hda@0,70030000 { +> + hda at 0,70030000 { > + status = "okay"; > + }; > + -> + sdhci@0,700b0000 { /* WiFi/BT on this bus */ +> + sdhci at 0,700b0000 { /* WiFi/BT on this bus */ > + status = "okay"; > + power-gpios = <&gpio TEGRA_GPIO(X, 7) GPIO_ACTIVE_HIGH>; > + bus-width = <4>; @@ -894,7 +894,7 @@ indentation. > + non-removable; > + }; > + -> + sdhci@0,700b0400 { /* SD Card on this bus */ +> + sdhci at 0,700b0400 { /* SD Card on this bus */ > + status = "okay"; > + cd-gpios = <&gpio TEGRA_GPIO(V, 2) GPIO_ACTIVE_LOW>; > + power-gpios = <&gpio TEGRA_GPIO(R, 0) GPIO_ACTIVE_HIGH>; @@ -904,42 +904,42 @@ indentation. > + vqmmc-supply = <&vddio_sdmmc3>; > + }; > + -> + sdhci@0,700b0600 { /* eMMC on this bus */ +> + sdhci at 0,700b0600 { /* eMMC on this bus */ > + status = "okay"; > + bus-width = <8>; > + no-1-8-v; > + non-removable; > + }; > + -> + ahub@0,70300000 { -> + i2s@0,70301100 { +> + ahub at 0,70300000 { +> + i2s at 0,70301100 { > + status = "okay"; > + }; > + }; > + -> + usb@0,7d000000 { /* Rear external USB port. */ +> + usb at 0,7d000000 { /* Rear external USB port. */ > + status = "okay"; > + }; > + -> + usb-phy@0,7d000000 { +> + usb-phy at 0,7d000000 { > + status = "okay"; > + vbus-supply = <&vdd_usb1_vbus>; > + }; > + -> + usb@0,7d004000 { /* Internal webcam. */ +> + usb at 0,7d004000 { /* Internal webcam. */ > + status = "okay"; > + }; > + -> + usb-phy@0,7d004000 { +> + usb-phy at 0,7d004000 { > + status = "okay"; > + vbus-supply = <&vdd_run_cam>; > + }; > + -> + usb@0,7d008000 { /* Left external USB port. */ +> + usb at 0,7d008000 { /* Left external USB port. */ > + status = "okay"; > + }; > + -> + usb-phy@0,7d008000 { +> + usb-phy at 0,7d008000 { > + status = "okay"; > + vbus-supply = <&vdd_usb3_vbus>; > + }; @@ -993,7 +993,7 @@ indentation. > + #address-cells = <1>; > + #size-cells = <0>; > + -> + clk32k_in: clock@0 { +> + clk32k_in: clock at 0 { > + compatible = "fixed-clock"; > + reg = <0>; > + #clock-cells = <0>; @@ -1034,7 +1034,7 @@ indentation. > + #address-cells = <1>; > + #size-cells = <0>; > + -> + vdd_mux: regulator@0 { +> + vdd_mux: regulator at 0 { > + compatible = "regulator-fixed"; > + reg = <0>; > + regulator-name = "+VDD_MUX"; @@ -1044,7 +1044,7 @@ indentation. > + regulator-boot-on; > + }; > + -> + vdd_5v0_sys: regulator@1 {overriding where needed +> + vdd_5v0_sys: regulator at 1 {overriding where needed Stray text after '{'? @@ -1061,7 +1061,7 @@ Andreas > + vin-supply = <&vdd_mux>; > + }; > + -> + vdd_3v3_sys: regulator@2 { +> + vdd_3v3_sys: regulator at 2 { > + compatible = "regulator-fixed"; > + reg = <2>; > + regulator-name = "+3.3V_SYS"; @@ -1072,7 +1072,7 @@ Andreas > + vin-supply = <&vdd_mux>; > + }; > + -> + vdd_3v3_run: regulator@3 { +> + vdd_3v3_run: regulator at 3 { > + compatible = "regulator-fixed"; > + reg = <3>; > + regulator-name = "+3.3V_RUN"; @@ -1085,7 +1085,7 @@ Andreas > + vin-supply = <&vdd_3v3_sys>; > + }; > + -> + vdd_3v3_hdmi: regulator@4 { +> + vdd_3v3_hdmi: regulator at 4 { > + compatible = "regulator-fixed"; > + reg = <4>; > + regulator-name = "+3.3V_AVDD_HDMI_AP_GATED"; @@ -1094,7 +1094,7 @@ Andreas > + vin-supply = <&vdd_3v3_run>; > + }; > + -> + vdd_led: regulator@5 { +> + vdd_led: regulator at 5 { > + compatible = "regulator-fixed"; > + reg = <5>; > + regulator-name = "+VDD_LED"; @@ -1103,7 +1103,7 @@ Andreas > + vin-supply = <&vdd_mux>; > + }; > + -> + vdd_5v0_ts: regulator@6 { +> + vdd_5v0_ts: regulator at 6 { > + compatible = "regulator-fixed"; > + reg = <6>; > + regulator-name = "+5V_VDD_TS_SW"; @@ -1115,7 +1115,7 @@ Andreas > + vin-supply = <&vdd_5v0_sys>; > + }; > + -> + vdd_usb1_vbus: regulator@7 { +> + vdd_usb1_vbus: regulator at 7 { > + compatible = "regulator-fixed"; > + reg = <7>; > + regulator-name = "+5V_USB_HS"; @@ -1127,7 +1127,7 @@ Andreas > + vin-supply = <&vdd_5v0_sys>; > + }; > + -> + vdd_usb3_vbus: regulator@8 { +> + vdd_usb3_vbus: regulator at 8 { > + compatible = "regulator-fixed"; > + reg = <8>; > + regulator-name = "+5V_USB_SS"; @@ -1139,7 +1139,7 @@ Andreas > + vin-supply = <&vdd_5v0_sys>; > + }; > + -> + vdd_3v3_panel: regulator@9 { +> + vdd_3v3_panel: regulator at 9 { > + compatible = "regulator-fixed"; > + reg = <9>; > + regulator-name = "+3.3V_PANEL"; @@ -1150,7 +1150,7 @@ Andreas > + vin-supply = <&vdd_3v3_run>; > + }; > + -> + vdd_3v3_lp0: regulator@10 { +> + vdd_3v3_lp0: regulator at 10 { > + compatible = "regulator-fixed"; > + reg = <10>; > + regulator-name = "+3.3V_LP0"; @@ -1166,7 +1166,7 @@ Andreas > + vin-supply = <&vdd_3v3_sys>; > + }; > + -> + vdd_hdmi_pll: regulator@11 { +> + vdd_hdmi_pll: regulator at 11 { > + compatible = "regulator-fixed"; > + reg = <11>; > + regulator-name = "+1.05V_RUN_AVDD_HDMI_PLL"; @@ -1176,7 +1176,7 @@ Andreas > + vin-supply = <&vdd_1v05_run>; > + }; > + -> + vdd_5v0_hdmi: regulator@12 { +> + vdd_5v0_hdmi: regulator at 12 { > + compatible = "regulator-fixed"; > + reg = <12>; > + regulator-name = "+5V_HDMI_CON"; @@ -1220,5 +1220,13 @@ Andreas -- -SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany -GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg +SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany +GF: Jeff Hawn, Jennifer Guild, Felix Imend?rffer; HRB 16746 AG N?rnberg + +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: signature.asc +Type: application/pgp-signature +Size: 836 bytes +Desc: OpenPGP digital signature +URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140816/18e99303/attachment-0001.sig> diff --git a/a/2.bin b/a/2.bin deleted file mode 100644 index abaecca..0000000 --- a/a/2.bin +++ /dev/null @@ -1,17 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.22 (GNU/Linux) - -iQIcBAEBAgAGBQJT73bTAAoJEPou0S0+fgE/QS4QAJlQY+QpTb/StkzoiE+Efl06 -RxcbMuMc05hk82zgT6YdJ1BvE5BjoiG3/U2yMTue549AHefb3qG15xGjbENcQtxU -rwDUF9fkft5dKCYl/EsBmXtAnhsOdj3chRrphS9yW4Z9pSehZVqZCbpgKe7PpQfM -bv1M/3P7EFDdmis62EECH7TPOmpYjaWfTekBlceQXYn+tMWocDl98NJpUAftzt6I -04Va1WWz5HRC5JP3pH5CnGVt3dhUVfkCz9XiroFBab9VgG3a5T0hlMYFIEtK2Vsp -xkqcSUjS7ZDyHBVqFOfA8kKW32x2xEew9QDoT5bgIb/++y3WA3l80xN4rxxx2uYQ -3t/+YUt+eTHcD7+q+gFg5bhyx5b9fB7s3/REvPjNVqMbFFFPvoL3xR+ncsV4KVyb -YDo7UNILCtnuSdn06e6C28lbsYQoogfxxRUSE3kM81lI3nbZO7e7t4So8sKig5XF -53kNjYSKy8YBEY6B/4FFAFreQ70ck0ltNLkAXcqvEwkHfXloLN2jxf2gWg+6HjRS -vz8hOSan8LfA1/n7h9ybjWa245QzwQ/tFFzocIhMVCpjMK/ELHsD2phssXRTF6xe -BMIS1SiojqKk4l1nxa2TqFf2VGgBapYSZScsZ/opPY5Uny2cl2JBgptGY7GtvmzE -+jlLCV4VEqBJ1sbEZlm7 -=5hpD ------END PGP SIGNATURE----- diff --git a/a/2.hdr b/a/2.hdr deleted file mode 100644 index a198b95..0000000 --- a/a/2.hdr +++ /dev/null @@ -1,3 +0,0 @@ -Content-Type: application/pgp-signature; name="signature.asc" -Content-Description: OpenPGP digital signature -Content-Disposition: attachment; filename="signature.asc" diff --git a/a/content_digest b/N1/content_digest index 2857823..a6e440d 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,16 +1,9 @@ "ref\01407957267-3258-1-git-send-email-dgreid@chromium.org\0" - "ref\01407957267-3258-1-git-send-email-dgreid-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org\0" - "From\0Andreas F\303\244rber <afaerber-l3A5Bk7waGM@public.gmane.org>\0" - "Subject\0Re: [PATCH v2] ARM: tegra: add Acer Chromebook 13 device tree\0" + "From\0afaerber@suse.de (Andreas F\303\244rber)\0" + "Subject\0[PATCH v2] ARM: tegra: add Acer Chromebook 13 device tree\0" "Date\0Sat, 16 Aug 2014 17:20:47 +0200\0" - "To\0Dylan Reid <dgreid-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>" - " linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" - "Cc\0swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org" - thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org - abrestic-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - " olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org\0" - "\01:1\0" + "To\0linux-arm-kernel@lists.infradead.org\0" + "\00:1\0" "b\0" "Hi,\n" "\n" @@ -36,7 +29,7 @@ "> around by an EC-reset, press the refresh and power keys at the same\n" "> time.\n" "> \n" - "> Signed-off-by: Dylan Reid <dgreid-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>\n" + "> Signed-off-by: Dylan Reid <dgreid@chromium.org>\n" "> ---\n" "> arch/arm/boot/dts/Makefile | 1 +\n" "> arch/arm/boot/dts/tegra124-nyan-big.dts | 1136 +++++++++++++++++++++++++++++++\n" @@ -86,16 +79,16 @@ "\n" "> +\n" "> +\taliases {\n" - "> +\t\trtc0 = \"/i2c@0,7000d000/pmic@40\";\n" - "> +\t\trtc1 = \"/rtc@0,7000e000\";\n" + "> +\t\trtc0 = \"/i2c at 0,7000d000/pmic at 40\";\n" + "> +\t\trtc1 = \"/rtc at 0,7000e000\";\n" "> +\t};\n" "> +\n" "> +\tmemory {\n" "> +\t\treg = <0x0 0x80000000 0x0 0x80000000>;\n" "> +\t};\n" "> +\n" - "> +\thost1x@0,50000000 {\n" - "> +\t\thdmi@0,54280000 {\n" + "> +\thost1x at 0,50000000 {\n" + "> +\t\thdmi at 0,54280000 {\n" "> +\t\t\tstatus = \"okay\";\n" "> +\n" "> +\t\t\tvdd-supply = <&vdd_3v3_hdmi>;\n" @@ -107,20 +100,20 @@ "> +\t\t\t\t<&gpio TEGRA_GPIO(N, 7) GPIO_ACTIVE_HIGH>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tsor@0,54540000 {\n" + "> +\t\tsor at 0,54540000 {\n" "> +\t\t\tstatus = \"okay\";\n" "> +\n" "> +\t\t\tnvidia,dpaux = <&dpaux>;\n" "> +\t\t\tnvidia,panel = <&panel>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tdpaux: dpaux@0,545c0000 {\n" + "> +\t\tdpaux: dpaux at 0,545c0000 {\n" "> +\t\t\tvdd-supply = <&vdd_3v3_panel>;\n" "> +\t\t\tstatus = \"okay\";\n" "> +\t\t};\n" "> +\t};\n" "> +\n" - "> +\tpinmux: pinmux@0,70000868 {\n" + "> +\tpinmux: pinmux at 0,70000868 {\n" "> +\t\tpinctrl-names = \"default\";\n" "> +\t\tpinctrl-0 = <&pinmux_default>;\n" "> +\n" @@ -575,12 +568,12 @@ "> +\t\t};\n" "> +\t};\n" "> +\n" - "> +\tserial@0,70006000 {\n" + "> +\tserial at 0,70006000 {\n" "> +\t\t/* Debug connector on the bottom of the board near SD card. */\n" "> +\t\tstatus = \"okay\";\n" "> +\t};\n" "> +\n" - "> +\tpwm: pwm@0,7000a000 {\n" + "> +\tpwm: pwm at 0,7000a000 {\n" "\n" "Add the label to the .dtsi where the node is first declared? Then you\n" "can override it the safer &pwm { ... }; way. Same for all other nodes\n" @@ -591,18 +584,18 @@ "> +\t\tstatus = \"okay\";\n" "> +\t};\n" "> +\n" - "> +\ti2c@0,7000c000 {\n" + "> +\ti2c at 0,7000c000 {\n" "> +\t\tstatus = \"okay\";\n" "> +\t\tclock-frequency = <100000>;\n" "> +\n" - "> +\t\tacodec: audio-codec@10 {\n" + "> +\t\tacodec: audio-codec at 10 {\n" "> +\t\t\tcompatible = \"maxim,max98090\";\n" "> +\t\t\treg = <0x10>;\n" "> +\t\t\tinterrupt-parent = <&gpio>;\n" "> +\t\t\tinterrupts = <TEGRA_GPIO(H, 4) GPIO_ACTIVE_HIGH>;\n" "> +\t\t};\n" "> +\n" - "> +\t\ttemperature-sensor@4c {\n" + "> +\t\ttemperature-sensor at 4c {\n" "> +\t\t\tcompatible = \"ti,tmp451\";\n" "> +\t\t\treg = <0x4c>;\n" "> +\t\t\tinterrupt-parent = <&gpio>;\n" @@ -612,31 +605,31 @@ "> +\t\t};\n" "> +\t};\n" "> +\n" - "> +\ti2c@0,7000c400 {\n" + "> +\ti2c at 0,7000c400 {\n" "> +\t\tstatus = \"okay\";\n" "> +\t\tclock-frequency = <100000>;\n" "> +\t};\n" "> +\n" - "> +\ti2c@0,7000c500 {\n" + "> +\ti2c at 0,7000c500 {\n" "> +\t\tstatus = \"okay\";\n" "> +\t\tclock-frequency = <400000>;\n" "> +\n" - "> +\t\ttpm@20 {\n" + "> +\t\ttpm at 20 {\n" "> +\t\t\tcompatible = \"infineon,slb9645tt\";\n" "> +\t\t\treg = <0x20>;\n" "> +\t\t};\n" "> +\t};\n" "> +\n" - "> +\thdmi_ddc: i2c@0,7000c700 {\n" + "> +\thdmi_ddc: i2c at 0,7000c700 {\n" "> +\t\tstatus = \"okay\";\n" "> +\t\tclock-frequency = <100000>;\n" "> +\t};\n" "> +\n" - "> +\ti2c@0,7000d000 {\n" + "> +\ti2c at 0,7000d000 {\n" "> +\t\tstatus = \"okay\";\n" "> +\t\tclock-frequency = <400000>;\n" "> +\n" - "> +\t\tpmic: pmic@40 {\n" + "> +\t\tpmic: pmic at 40 {\n" "> +\t\t\tcompatible = \"ams,as3722\";\n" "> +\t\t\treg = <0x40>;\n" "> +\t\t\tinterrupts = <0 86 IRQ_TYPE_LEVEL_HIGH>;\n" @@ -834,10 +827,10 @@ "> +\t\t};\n" "> +\t};\n" "> +\n" - "> +\tspi@0,7000d400 {\n" + "> +\tspi at 0,7000d400 {\n" "> +\t\tstatus = \"okay\";\n" "> +\n" - "> +\t\tcros_ec: cros-ec@0 {\n" + "> +\t\tcros_ec: cros-ec at 0 {\n" "> +\t\t\tcompatible = \"google,cros-ec-spi\";\n" "> +\t\t\tspi-max-frequency = <3000000>;\n" "> +\t\t\tinterrupt-parent = <&gpio>;\n" @@ -853,7 +846,7 @@ "> +\n" "> +\t\t\t\tgoogle,remote-bus = <0>;\n" "> +\n" - "> +\t\t\t\tcharger: bq24735@9 {\n" + "> +\t\t\t\tcharger: bq24735 at 9 {\n" "> +\t\t\t\t\tcompatible = \"ti,bq24735\";\n" "> +\t\t\t\t\treg = <0x9>;\n" "> +\t\t\t\t\tinterrupt-parent = <&gpio>;\n" @@ -864,7 +857,7 @@ "> +\t\t\t\t\t\t\tGPIO_ACTIVE_HIGH>;\n" "> +\t\t\t\t};\n" "> +\n" - "> +\t\t\t\tbattery: sbs-battery@b {\n" + "> +\t\t\t\tbattery: sbs-battery at b {\n" "> +\t\t\t\t\tcompatible = \"sbs,sbs-battery\";\n" "> +\t\t\t\t\treg = <0xb>;\n" "> +\t\t\t\t\tsbs,i2c-retry-count = <2>;\n" @@ -875,17 +868,17 @@ "> +\t\t};\n" "> +\t};\n" "> +\n" - "> +\tspi@0,7000da00 {\n" + "> +\tspi at 0,7000da00 {\n" "> +\t\tstatus = \"okay\";\n" "> +\t\tspi-max-frequency = <25000000>;\n" "> +\n" - "> +\t\tflash@0 {\n" + "> +\t\tflash at 0 {\n" "> +\t\t\tcompatible = \"winbond,w25q32dw\";\n" "> +\t\t\treg = <0>;\n" "> +\t\t};\n" "> +\t};\n" "> +\n" - "> +\tpmc@0,7000e400 {\n" + "> +\tpmc at 0,7000e400 {\n" "> +\t\tnvidia,invert-interrupt;\n" "> +\t\tnvidia,suspend-mode = <0>;\n" "> +\t\tnvidia,cpu-pwr-good-time = <500>;\n" @@ -896,11 +889,11 @@ "> +\t\tnvidia,sys-clock-req-active-high;\n" "> +\t};\n" "> +\n" - "> +\thda@0,70030000 {\n" + "> +\thda at 0,70030000 {\n" "> +\t\tstatus = \"okay\";\n" "> +\t};\n" "> +\n" - "> +\tsdhci@0,700b0000 { /* WiFi/BT on this bus */\n" + "> +\tsdhci at 0,700b0000 { /* WiFi/BT on this bus */\n" "> +\t\tstatus = \"okay\";\n" "> +\t\tpower-gpios = <&gpio TEGRA_GPIO(X, 7) GPIO_ACTIVE_HIGH>;\n" "> +\t\tbus-width = <4>;\n" @@ -908,7 +901,7 @@ "> +\t\tnon-removable;\n" "> +\t};\n" "> +\n" - "> +\tsdhci@0,700b0400 { /* SD Card on this bus */\n" + "> +\tsdhci at 0,700b0400 { /* SD Card on this bus */\n" "> +\t\tstatus = \"okay\";\n" "> +\t\tcd-gpios = <&gpio TEGRA_GPIO(V, 2) GPIO_ACTIVE_LOW>;\n" "> +\t\tpower-gpios = <&gpio TEGRA_GPIO(R, 0) GPIO_ACTIVE_HIGH>;\n" @@ -918,42 +911,42 @@ "> +\t\tvqmmc-supply = <&vddio_sdmmc3>;\n" "> +\t};\n" "> +\n" - "> +\tsdhci@0,700b0600 { /* eMMC on this bus */\n" + "> +\tsdhci at 0,700b0600 { /* eMMC on this bus */\n" "> +\t\tstatus = \"okay\";\n" "> +\t\tbus-width = <8>;\n" "> +\t\tno-1-8-v;\n" "> +\t\tnon-removable;\n" "> +\t};\n" "> +\n" - "> +\tahub@0,70300000 {\n" - "> +\t\ti2s@0,70301100 {\n" + "> +\tahub at 0,70300000 {\n" + "> +\t\ti2s at 0,70301100 {\n" "> +\t\t\tstatus = \"okay\";\n" "> +\t\t};\n" "> +\t};\n" "> +\n" - "> +\tusb@0,7d000000 { /* Rear external USB port. */\n" + "> +\tusb at 0,7d000000 { /* Rear external USB port. */\n" "> +\t\tstatus = \"okay\";\n" "> +\t};\n" "> +\n" - "> +\tusb-phy@0,7d000000 {\n" + "> +\tusb-phy at 0,7d000000 {\n" "> +\t\tstatus = \"okay\";\n" "> +\t\tvbus-supply = <&vdd_usb1_vbus>;\n" "> +\t};\n" "> +\n" - "> +\tusb@0,7d004000 { /* Internal webcam. */\n" + "> +\tusb at 0,7d004000 { /* Internal webcam. */\n" "> +\t\tstatus = \"okay\";\n" "> +\t};\n" "> +\n" - "> +\tusb-phy@0,7d004000 {\n" + "> +\tusb-phy at 0,7d004000 {\n" "> +\t\tstatus = \"okay\";\n" "> +\t\tvbus-supply = <&vdd_run_cam>;\n" "> +\t};\n" "> +\n" - "> +\tusb@0,7d008000 { /* Left external USB port. */\n" + "> +\tusb at 0,7d008000 { /* Left external USB port. */\n" "> +\t\tstatus = \"okay\";\n" "> +\t};\n" "> +\n" - "> +\tusb-phy@0,7d008000 {\n" + "> +\tusb-phy at 0,7d008000 {\n" "> +\t\tstatus = \"okay\";\n" "> +\t\tvbus-supply = <&vdd_usb3_vbus>;\n" "> +\t};\n" @@ -1007,7 +1000,7 @@ "> +\t\t#address-cells = <1>;\n" "> +\t\t#size-cells = <0>;\n" "> +\n" - "> +\t\tclk32k_in: clock@0 {\n" + "> +\t\tclk32k_in: clock at 0 {\n" "> +\t\t\tcompatible = \"fixed-clock\";\n" "> +\t\t\treg = <0>;\n" "> +\t\t\t#clock-cells = <0>;\n" @@ -1048,7 +1041,7 @@ "> +\t\t#address-cells = <1>;\n" "> +\t\t#size-cells = <0>;\n" "> +\n" - "> +\t\tvdd_mux: regulator@0 {\n" + "> +\t\tvdd_mux: regulator at 0 {\n" "> +\t\t\tcompatible = \"regulator-fixed\";\n" "> +\t\t\treg = <0>;\n" "> +\t\t\tregulator-name = \"+VDD_MUX\";\n" @@ -1058,7 +1051,7 @@ "> +\t\t\tregulator-boot-on;\n" "> +\t\t};\n" "> +\n" - "> +\t\tvdd_5v0_sys: regulator@1 {overriding where needed\n" + "> +\t\tvdd_5v0_sys: regulator at 1 {overriding where needed\n" "\n" "Stray text after '{'?\n" "\n" @@ -1075,7 +1068,7 @@ "> +\t\t\tvin-supply = <&vdd_mux>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tvdd_3v3_sys: regulator@2 {\n" + "> +\t\tvdd_3v3_sys: regulator at 2 {\n" "> +\t\t\tcompatible = \"regulator-fixed\";\n" "> +\t\t\treg = <2>;\n" "> +\t\t\tregulator-name = \"+3.3V_SYS\";\n" @@ -1086,7 +1079,7 @@ "> +\t\t\tvin-supply = <&vdd_mux>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tvdd_3v3_run: regulator@3 {\n" + "> +\t\tvdd_3v3_run: regulator at 3 {\n" "> +\t\t\tcompatible = \"regulator-fixed\";\n" "> +\t\t\treg = <3>;\n" "> +\t\t\tregulator-name = \"+3.3V_RUN\";\n" @@ -1099,7 +1092,7 @@ "> +\t\t\tvin-supply = <&vdd_3v3_sys>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tvdd_3v3_hdmi: regulator@4 {\n" + "> +\t\tvdd_3v3_hdmi: regulator at 4 {\n" "> +\t\t\tcompatible = \"regulator-fixed\";\n" "> +\t\t\treg = <4>;\n" "> +\t\t\tregulator-name = \"+3.3V_AVDD_HDMI_AP_GATED\";\n" @@ -1108,7 +1101,7 @@ "> +\t\t\tvin-supply = <&vdd_3v3_run>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tvdd_led: regulator@5 {\n" + "> +\t\tvdd_led: regulator at 5 {\n" "> +\t\t\tcompatible = \"regulator-fixed\";\n" "> +\t\t\treg = <5>;\n" "> +\t\t\tregulator-name = \"+VDD_LED\";\n" @@ -1117,7 +1110,7 @@ "> +\t\t\tvin-supply = <&vdd_mux>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tvdd_5v0_ts: regulator@6 {\n" + "> +\t\tvdd_5v0_ts: regulator at 6 {\n" "> +\t\t\tcompatible = \"regulator-fixed\";\n" "> +\t\t\treg = <6>;\n" "> +\t\t\tregulator-name = \"+5V_VDD_TS_SW\";\n" @@ -1129,7 +1122,7 @@ "> +\t\t\tvin-supply = <&vdd_5v0_sys>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tvdd_usb1_vbus: regulator@7 {\n" + "> +\t\tvdd_usb1_vbus: regulator at 7 {\n" "> +\t\t\tcompatible = \"regulator-fixed\";\n" "> +\t\t\treg = <7>;\n" "> +\t\t\tregulator-name = \"+5V_USB_HS\";\n" @@ -1141,7 +1134,7 @@ "> +\t\t\tvin-supply = <&vdd_5v0_sys>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tvdd_usb3_vbus: regulator@8 {\n" + "> +\t\tvdd_usb3_vbus: regulator at 8 {\n" "> +\t\t\tcompatible = \"regulator-fixed\";\n" "> +\t\t\treg = <8>;\n" "> +\t\t\tregulator-name = \"+5V_USB_SS\";\n" @@ -1153,7 +1146,7 @@ "> +\t\t\tvin-supply = <&vdd_5v0_sys>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tvdd_3v3_panel: regulator@9 {\n" + "> +\t\tvdd_3v3_panel: regulator at 9 {\n" "> +\t\t\tcompatible = \"regulator-fixed\";\n" "> +\t\t\treg = <9>;\n" "> +\t\t\tregulator-name = \"+3.3V_PANEL\";\n" @@ -1164,7 +1157,7 @@ "> +\t\t\tvin-supply = <&vdd_3v3_run>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tvdd_3v3_lp0: regulator@10 {\n" + "> +\t\tvdd_3v3_lp0: regulator at 10 {\n" "> +\t\t\tcompatible = \"regulator-fixed\";\n" "> +\t\t\treg = <10>;\n" "> +\t\t\tregulator-name = \"+3.3V_LP0\";\n" @@ -1180,7 +1173,7 @@ "> +\t\t\tvin-supply = <&vdd_3v3_sys>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tvdd_hdmi_pll: regulator@11 {\n" + "> +\t\tvdd_hdmi_pll: regulator at 11 {\n" "> +\t\t\tcompatible = \"regulator-fixed\";\n" "> +\t\t\treg = <11>;\n" "> +\t\t\tregulator-name = \"+1.05V_RUN_AVDD_HDMI_PLL\";\n" @@ -1190,7 +1183,7 @@ "> +\t\t\tvin-supply = <&vdd_1v05_run>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tvdd_5v0_hdmi: regulator@12 {\n" + "> +\t\tvdd_5v0_hdmi: regulator at 12 {\n" "> +\t\t\tcompatible = \"regulator-fixed\";\n" "> +\t\t\treg = <12>;\n" "> +\t\t\tregulator-name = \"+5V_HDMI_CON\";\n" @@ -1234,28 +1227,15 @@ "\n" "\n" "-- \n" - "SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N\303\274rnberg, Germany\n" - "GF: Jeff Hawn, Jennifer Guild, Felix Imend\303\266rffer; HRB 16746 AG N\303\274rnberg" - "\01:2\0" - "fn\0signature.asc\0" - "d\0OpenPGP digital signature\0" - "b\0" - "-----BEGIN PGP SIGNATURE-----\n" - "Version: GnuPG v2.0.22 (GNU/Linux)\n" + "SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany\n" + "GF: Jeff Hawn, Jennifer Guild, Felix Imend?rffer; HRB 16746 AG N?rnberg\n" "\n" - "iQIcBAEBAgAGBQJT73bTAAoJEPou0S0+fgE/QS4QAJlQY+QpTb/StkzoiE+Efl06\n" - "RxcbMuMc05hk82zgT6YdJ1BvE5BjoiG3/U2yMTue549AHefb3qG15xGjbENcQtxU\n" - "rwDUF9fkft5dKCYl/EsBmXtAnhsOdj3chRrphS9yW4Z9pSehZVqZCbpgKe7PpQfM\n" - "bv1M/3P7EFDdmis62EECH7TPOmpYjaWfTekBlceQXYn+tMWocDl98NJpUAftzt6I\n" - "04Va1WWz5HRC5JP3pH5CnGVt3dhUVfkCz9XiroFBab9VgG3a5T0hlMYFIEtK2Vsp\n" - "xkqcSUjS7ZDyHBVqFOfA8kKW32x2xEew9QDoT5bgIb/++y3WA3l80xN4rxxx2uYQ\n" - "3t/+YUt+eTHcD7+q+gFg5bhyx5b9fB7s3/REvPjNVqMbFFFPvoL3xR+ncsV4KVyb\n" - "YDo7UNILCtnuSdn06e6C28lbsYQoogfxxRUSE3kM81lI3nbZO7e7t4So8sKig5XF\n" - "53kNjYSKy8YBEY6B/4FFAFreQ70ck0ltNLkAXcqvEwkHfXloLN2jxf2gWg+6HjRS\n" - "vz8hOSan8LfA1/n7h9ybjWa245QzwQ/tFFzocIhMVCpjMK/ELHsD2phssXRTF6xe\n" - "BMIS1SiojqKk4l1nxa2TqFf2VGgBapYSZScsZ/opPY5Uny2cl2JBgptGY7GtvmzE\n" - "+jlLCV4VEqBJ1sbEZlm7\n" - "=5hpD\n" - "-----END PGP SIGNATURE-----\n" + "-------------- next part --------------\n" + "A non-text attachment was scrubbed...\n" + "Name: signature.asc\n" + "Type: application/pgp-signature\n" + "Size: 836 bytes\n" + "Desc: OpenPGP digital signature\n" + URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140816/18e99303/attachment-0001.sig> -e9de9078a095d663485ce68e7848bc3e0389c72ad86f5516dc3fe0ad40f86169 +bb678f7807d7a348c17ebd0a637244ac6e9fd2809e6e1978dd4fc85b5741092f
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.