[RFC PATCH 12/12] [DO NOT MERGE] ARM: dts: sun8i: v831: add a device tree file for Y20GA

2020-12-11 Thread Icenowy Zheng
Yi Y20GA is an IP camera with QG2101A chip (a rebranded Allwinner V831). Add a device tree for it. Signed-off-by: Icenowy Zheng --- arch/arm/boot/dts/Makefile| 3 +- arch/arm/boot/dts/sun8i-v831-yi-y20ga.dts | 53 +++ 2 files changed, 55 insertions(+), 1 del

[PATCH] In the device tree file openbmc-flash-layout.dtsi, rofs partition offset is defined as 0x4c0000, while its node name is "rofs@c0000" which is a typo. It should be "rofs@4c0000".

2020-08-27 Thread Kun Zhao
ARM: dts: openbmc-flash-layout: Fix a typo of rofs offset Signed-off-by: Kun Zhao --- arch/arm/boot/dts/openbmc-flash-layout.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/openbmc-flash-layout.dtsi b/arch/arm/boot/dts/openbmc-flash-layout.dtsi index 6

[PATCH V2 6/8] mmc: sdhci-msm: Read and use DLL Config property from device tree file

2020-05-22 Thread Sarthak Garg
Certain platforms require different settings in the SDCC_HC_REG_DLL_CONFIG register. This setting can change from platform to platform. So the driver should check whether a particular platform require a different setting by reading the DT file and use it. Also use msm_cm_dll_set_freq only when DLL

[PATCH V2 5/8] mmc: sdhci-msm: Update DDR_CONFIG as per device tree file

2020-05-22 Thread Sarthak Garg
Certain platforms require different settings in the SDCC_HC_REG_DDR_CONFIG register. This setting can change from platform to platform. So the driver should check whether a particular platform require a different setting by reading the device tree file and use it. Signed-off-by: Bao D. Nguyen

[PATCH V1 5/7] mmc: sdhci-msm: Read and use DLL Config property from device tree file

2020-05-07 Thread Sarthak Garg
Certain platforms require different settings in the SDCC_HC_REG_DLL_CONFIG register. This setting can change from platform to platform. So the driver should check whether a particular platform require a different setting by reading the DT file and use it. Also use msm_cm_dll_set_freq only when DLL

[PATCH V1 4/7] mmc: sdhci-msm: Update DDR_CONFIG as per device tree file

2020-05-07 Thread Sarthak Garg
Certain platforms require different settings in the SDCC_HC_REG_DDR_CONFIG register. This setting can change from platform to platform. So the driver should check whether a particular platform require a different setting by reading the device tree file and use it. Signed-off-by: Bao D. Nguyen

[BUG/PATCH 2/4] REVERT: DTS: GTA04: SPI / gpiolib: no no no, we do not want to "fix" our device tree file

2019-03-31 Thread H. Nikolaus Schaller
just because some legacy boards seem to require changes in the gpio-lib which make our so far correct DTS/DTB being wrongly interpreted. A better solution seems to make the legacy handler optional so that DTS/DTB developed without legacy modes are not harmed. Signed-off-by: H. Nikolaus Schaller

Re: [PATCH v7 3/5] ARM: dts: Renesas R9A06G032 base device tree file

2018-05-28 Thread Simon Horman
On Fri, May 25, 2018 at 11:27:46AM +0200, Geert Uytterhoeven wrote: > Hi Michel, > > On Thu, May 24, 2018 at 11:28 AM, Michel Pollet > wrote: > > This adds the Renesas R9A06G032 bare bone support. > > > > This currently only handles generic parts (gic, architected timer) > > and a UART. > > > > S

Re: [PATCH v7 3/5] ARM: dts: Renesas R9A06G032 base device tree file

2018-05-25 Thread Geert Uytterhoeven
Hi Michel, On Thu, May 24, 2018 at 11:28 AM, Michel Pollet wrote: > This adds the Renesas R9A06G032 bare bone support. > > This currently only handles generic parts (gic, architected timer) > and a UART. > > Signed-off-by: Michel Pollet Thanks for your patch! > --- /dev/null > +++ b/arch/arm/b

[PATCH v7 3/5] ARM: dts: Renesas R9A06G032 base device tree file

2018-05-24 Thread Michel Pollet
This adds the Renesas R9A06G032 bare bone support. This currently only handles generic parts (gic, architected timer) and a UART. Signed-off-by: Michel Pollet --- arch/arm/boot/dts/r9a06g032.dtsi | 86 1 file changed, 86 insertions(+) create mode 100644

Re: [PATCH v6 4/6] ARM: dts: Renesas RZ/N1 SoC base device tree file

2018-05-23 Thread M P
Hi Geert, On Wed, 23 May 2018 at 12:18, Geert Uytterhoeven wrote: > Hi Michel, > On Wed, May 23, 2018 at 11:20 AM, M P wrote: > > On Wed, 23 May 2018 at 10:12, Geert Uytterhoeven > > wrote: > >> On Tue, May 22, 2018 at 12:01 PM, Michel Pollet > >> wrote: > >> > + #address-cells = <1>;

Re: [PATCH v6 4/6] ARM: dts: Renesas RZ/N1 SoC base device tree file

2018-05-23 Thread Geert Uytterhoeven
Hi Michel, On Wed, May 23, 2018 at 11:20 AM, M P wrote: > On Wed, 23 May 2018 at 10:12, Geert Uytterhoeven > wrote: >> On Tue, May 22, 2018 at 12:01 PM, Michel Pollet >> wrote: >> > + #address-cells = <1>; >> > + #size-cells = <1>; >> > + >> > + cpus { >> > + #ad

Re: [PATCH v6 4/6] ARM: dts: Renesas RZ/N1 SoC base device tree file

2018-05-23 Thread M P
Hi Geert, On Wed, 23 May 2018 at 10:12, Geert Uytterhoeven wrote: > Hi Michel, > On Tue, May 22, 2018 at 12:01 PM, Michel Pollet > wrote: > > This adds the Renesas RZ/N1D (Part #R9A06G032) SoC bare > > bone support. > > > > This currently only handles generic parts (gic, architected timer) > >

Re: [PATCH v6 4/6] ARM: dts: Renesas RZ/N1 SoC base device tree file

2018-05-23 Thread Geert Uytterhoeven
Hi Michel, On Tue, May 22, 2018 at 12:01 PM, Michel Pollet wrote: > This adds the Renesas RZ/N1D (Part #R9A06G032) SoC bare > bone support. > > This currently only handles generic parts (gic, architected timer) > and a UART. > For simplicity sake, this also relies on the bootloader to set the > p

Re: [PATCH v6 4/6] ARM: dts: Renesas RZ/N1 SoC base device tree file

2018-05-23 Thread Simon Horman
On Tue, May 22, 2018 at 11:01:24AM +0100, Michel Pollet wrote: > This adds the Renesas RZ/N1D (Part #R9A06G032) SoC bare > bone support. > > This currently only handles generic parts (gic, architected timer) > and a UART. > For simplicity sake, this also relies on the bootloader to set the > pinct

[PATCH v6 4/6] ARM: dts: Renesas RZ/N1 SoC base device tree file

2018-05-22 Thread Michel Pollet
This adds the Renesas RZ/N1D (Part #R9A06G032) SoC bare bone support. This currently only handles generic parts (gic, architected timer) and a UART. For simplicity sake, this also relies on the bootloader to set the pinctrl and clocks. Signed-off-by: Michel Pollet --- arch/arm/boot/dts/r9a06g03

Re: [PATCH v5 4/6] ARM: dts: Renesas RZ/N1 SoC base device tree file

2018-04-23 Thread Simon Horman
On Tue, Apr 17, 2018 at 12:04:19PM +0100, Michel Pollet wrote: > This adds the Renesas RZ/N1D (Part #R9A06G032) SoC bare > bone support. > > This currently only handles generic parts (gic, architected timer) > and a UART. > For simplicity sake, this also relies on the bootloader to set the > pinct

[PATCH v5 4/6] ARM: dts: Renesas RZ/N1 SoC base device tree file

2018-04-17 Thread Michel Pollet
This adds the Renesas RZ/N1D (Part #R9A06G032) SoC bare bone support. This currently only handles generic parts (gic, architected timer) and a UART. For simplicity sake, this also relies on the bootloader to set the pinctrl and clocks. Signed-off-by: Michel Pollet --- arch/arm/boot/dts/r9a06g03

[PATCH v4 6/8] ARM: dts: Renesas RZ/N1 SoC base device tree file

2018-04-10 Thread Michel Pollet
This adds the Renesas RZ/N1D (Part #R9A06G032) SoC bare bone support. This currently only handles generic parts (gic, architected timer) and a UART. For simplicity sake, this also relies on the bootloader to set the pinctrl and clocks. Signed-off-by: Michel Pollet --- arch/arm/boot/dts/r9a06g03

Re: [PATCH v3 6/8] DT: arm: Add Renesas RZ/N1 SoC base device tree file

2018-03-31 Thread jacopo mondi
Hi Simon, Michel, On Fri, Mar 30, 2018 at 09:25:16AM +0200, Simon Horman wrote: > On Thu, Mar 29, 2018 at 01:04:50PM +0200, jacopo mondi wrote: > > Hi Michel > > > > The subject of all your patches for arch/arm should start with: > > > > ARM: dts: > > > > A git log on that directory clearly shows

Re: [PATCH v3 6/8] DT: arm: Add Renesas RZ/N1 SoC base device tree file

2018-03-30 Thread Geert Uytterhoeven
Hi Michel, On Thu, Mar 29, 2018 at 9:47 AM, Michel Pollet wrote: > This adds the Renesas RZ/N1 Family (Part #R9A06G0xx) SoC > bare bone support. > > This currently only handles generic parts (gic, architected timer) > and a UART. > For simplicity sake, this also relies on the bootloader to set th

Re: [PATCH v3 6/8] DT: arm: Add Renesas RZ/N1 SoC base device tree file

2018-03-30 Thread Simon Horman
On Thu, Mar 29, 2018 at 01:04:50PM +0200, jacopo mondi wrote: > Hi Michel > > The subject of all your patches for arch/arm should start with: > > ARM: dts: > > A git log on that directory clearly shows that's the preferred one. > > I would also say that you are missing a symbol definition in >

Re: [PATCH v3 6/8] DT: arm: Add Renesas RZ/N1 SoC base device tree file

2018-03-29 Thread jacopo mondi
Hi Michel The subject of all your patches for arch/arm should start with: ARM: dts: A git log on that directory clearly shows that's the preferred one. I would also say that you are missing a symbol definition in arch/arm/mach-shmobile/Kconfig (even if you got rid of any board file) I would ex

[PATCH v3 6/8] DT: arm: Add Renesas RZ/N1 SoC base device tree file

2018-03-29 Thread Michel Pollet
This adds the Renesas RZ/N1 Family (Part #R9A06G0xx) SoC bare bone support. This currently only handles generic parts (gic, architected timer) and a UART. For simplicity sake, this also relies on the bootloader to set the pinctrl and clocks. Signed-off-by: Michel Pollet --- arch/arm/boot/dts/r9

Re: [PATCH v2 6/8] DT: arm: Add Renesas RZ/N1 SoC base device tree file

2018-03-22 Thread Geert Uytterhoeven
Hi Michel, On Thu, Mar 22, 2018 at 12:44 PM, Michel Pollet wrote: > This adds the Renesas RZ/N1 Family (Part #R9A06G0xx) SoC > bare bone support. > > This currently only handles generic parts (gic, architected timer) > and a UART. > For simplicity sake, this also relies on the bootloader to set t

[PATCH v2 6/8] DT: arm: Add Renesas RZ/N1 SoC base device tree file

2018-03-22 Thread Michel Pollet
This adds the Renesas RZ/N1 Family (Part #R9A06G0xx) SoC bare bone support. This currently only handles generic parts (gic, architected timer) and a UART. For simplicity sake, this also relies on the bootloader to set the pinctrl and clocks. Signed-off-by: Michel Pollet --- arch/arm/boot/dts/r9

Re: RFC: Copying Device Tree File into reserved area of VMLINUX before deployment

2017-11-21 Thread Ulf Samuelsson
t does not support device trees. What they do is to reserve 16 kB of kernel space, and tag it with an ASCII string "OWRTDTB:". After the kernel and dtb is built, a utility "patch-dtb" will update the vmlinux binary, c

Re: RFC: Copying Device Tree File into reserved area of VMLINUX before deployment

2017-11-21 Thread Rob Herring
gt;> >> >>> >>>>> Not my choice of H/W, so I cannot change it. >>>>> >>>>> >>>>> ======= >>>>> OPENWRT: >>>>> I noticed when checkin

Re: RFC: Copying Device Tree File into reserved area of VMLINUX before deployment

2017-11-21 Thread Ulf Samuelsson
oot device tree based kernels with U-boots that does not support device trees. What they do is to reserve 16 kB of kernel space, and tag it with an ASCII string "OWRTDTB:". After the kernel and dtb is built, a utility "patch-dtb" will update the vmlinux binary, c

Re: RFC: Copying Device Tree File into reserved area of VMLINUX before deployment

2017-11-20 Thread Ulf Samuelsson
t does not support device trees. What they do is to reserve 16 kB of kernel space, and tag it with an ASCII string "OWRTDTB:". After the kernel and dtb is built, a utility "patch-dtb" will update the vmlinux binary, c

Re: RFC: Copying Device Tree File into reserved area of VMLINUX before deployment

2017-11-20 Thread Ulf Samuelsson
erve 16 kB of kernel space, and tag it with an ASCII string "OWRTDTB:". After the kernel and dtb is built, a utility "patch-dtb" will update the vmlinux binary, copying in the device tree file. === It would be usefu

Re: RFC: Copying Device Tree File into reserved area of VMLINUX before deployment

2017-11-20 Thread Frank Rowand
;> I noticed when checking out the OpenWRT support for the board that >>>> they have a method to avoid having to pass the device tree address >>>> to the kernel, and can thus boot device tree based kernels with >>>> U-boots that does not support device trees.

Re: RFC: Copying Device Tree File into reserved area of VMLINUX before deployment

2017-11-20 Thread Ulf Samuelsson
and dtb is built, a utility "patch-dtb" will update the vmlinux binary, copying in the device tree file. === It would be useful to me, and I could of course patch the mainstream kernel, but first I would like to check if this

Re: RFC: Copying Device Tree File into reserved area of VMLINUX before deployment

2017-11-20 Thread Frank Rowand
Ulf, On 11/20/17 06:44, Mark Rutland wrote: > On Sun, Nov 19, 2017 at 11:23:42PM -0500, Frank Rowand wrote: >> adding devicetree list, devicetree maintainers >> >> On 11/18/17 12:59, Ulf Samuelsson wrote: >>> I noticed when checking out the OpenWRT support for the board that they >>> have a metho

Re: RFC: Copying Device Tree File into reserved area of VMLINUX before deployment

2017-11-20 Thread Mark Rutland
On Sun, Nov 19, 2017 at 11:23:42PM -0500, Frank Rowand wrote: > adding devicetree list, devicetree maintainers > > On 11/18/17 12:59, Ulf Samuelsson wrote: > > I noticed when checking out the OpenWRT support for the board that they > > have a method to avoid having to pass the device tree address

Re: RFC: Copying Device Tree File into reserved area of VMLINUX before deployment

2017-11-19 Thread Frank Rowand
the kernel, and can thus boot device tree based kernels with >> U-boots that does not support device trees. >> >> What they do is to reserve 16 kB of kernel space, and tag it with >> an ASCII string "OWRTDTB:". After the kernel and dtb is built, a >> u

Re: RFC: Copying Device Tree File into reserved area of VMLINUX before deployment

2017-11-19 Thread Frank Rowand
tag it with an ASCII > string "OWRTDTB:". > After the kernel and dtb is built, a utility "patch-dtb" will update the > vmlinux binary, copying in the device tree file. > > === > It would be

RFC: Copying Device Tree File into reserved area of VMLINUX before deployment

2017-11-18 Thread Ulf Samuelsson
vice trees. What they do is to reserve 16 kB of kernel space, and tag it with an ASCII string "OWRTDTB:". After the kernel and dtb is built, a utility "patch-dtb" will update the vmlinux binary, copying in the device tree file. =

device tree file

2017-05-16 Thread Karthik BalaGuru T
Hi, Can someone point me to a specific device tree file for Intel Atom processor for reference ? Thanks in advance, Karthik Balaguru Disclaimer : This email communication may contain privileged and confidential information and is intended for the use of the addressee only. If you are not an

[PATCH V3 10/12] dtb: amd: Add AMD XGBE device tree file

2016-02-10 Thread Suravee Suthikulpanit
From: Tom Lendacky Add AMD XGBE device tree file, which is available in AMD Seattle RevB. Signed-off-by: Tom Lendacky --- MAINTAINERS | 1 + arch/arm64/boot/dts/amd/amd-seattle-xgbe-b.dtsi | 117 2 files changed, 118 insertions

[PATCH V2 10/12] dtb: amd: Add AMD XGBE device tree file

2016-02-08 Thread Suravee Suthikulpanit
From: Tom Lendacky Add AMD XGBE device tree file, which is available in AMD Seattle RevB. Signed-off-by: Tom Lendacky --- MAINTAINERS | 1 + arch/arm64/boot/dts/amd/amd-seattle-xgbe-b.dtsi | 117 2 files changed, 118 insertions

[PATCH 10/13] dtb: amd: Add AMD XGBE device tree file

2016-01-27 Thread Suravee Suthikulpanit
From: Tom Lendacky Add AMD XGBE device tree file, which is available in AMD Seattle RevB. Signed-off-by: Tom Lendacky --- MAINTAINERS | 1 + arch/arm64/boot/dts/amd/amd-seattle-xgbe-b.dtsi | 117 2 files changed, 118 insertions

Re: License for ARM device tree file

2015-09-28 Thread Russell King - ARM Linux
On Mon, Sep 28, 2015 at 03:19:05PM -0500, Li Yang wrote: > On Mon, Sep 28, 2015 at 2:29 PM, Russell King - ARM Linux > wrote: > > However, we can't dictate to people what license they wish to submit > > their work under; though, we can make the decision whether to accept > > it under the license t

Re: License for ARM device tree file

2015-09-28 Thread Li Yang
On Mon, Sep 28, 2015 at 2:29 PM, Russell King - ARM Linux wrote: > On Mon, Sep 28, 2015 at 07:14:30PM +, Li Leo wrote: >> I saw some discussion going on last year about the permissive license >> to be used in ARM device tree files. I know a lot of files have been >> changed to use GPLv2/X11 l

Re: License for ARM device tree file

2015-09-28 Thread Russell King - ARM Linux
On Mon, Sep 28, 2015 at 07:14:30PM +, Li Leo wrote: > I saw some discussion going on last year about the permissive license > to be used in ARM device tree files. I know a lot of files have been > changed to use GPLv2/X11 license. But may I know if GPLv2/BSD 3-clause > dual license is still a

License for ARM device tree file

2015-09-28 Thread Li Leo
Hi All, I saw some discussion going on last year about the permissive license to be used in ARM device tree files. I know a lot of files have been changed to use GPLv2/X11 license. But may I know if GPLv2/BSD 3-clause dual license is still a valid license to use in ARM device tree files. It

Re: [PATCHv3 5/7] ARM: at91: dt: add device tree file for SAMA5D4ek board

2014-09-19 Thread Nicolas Ferre
> new file mode 100644 > index ..aa01c2610c6d > --- /dev/null > +++ b/arch/arm/boot/dts/at91-sama5d4ek.dts > @@ -0,0 +1,308 @@ > +/* > + * sama5d4ek.dts - Device Tree file for SAMA5D4 Evaluation Kit > + * > + * Copyright (C) 2014 Atmel, > + *

[PATCHv3 5/7] ARM: at91: dt: add device tree file for SAMA5D4ek board

2014-09-15 Thread Alexandre Belloni
-$(CONFIG_ARCH_AXXIA) += axm5516-amarillo.dtb diff --git a/arch/arm/boot/dts/at91-sama5d4ek.dts b/arch/arm/boot/dts/at91-sama5d4ek.dts new file mode 100644 index ..aa01c2610c6d --- /dev/null +++ b/arch/arm/boot/dts/at91-sama5d4ek.dts @@ -0,0 +1,308 @@ +/* + * sama5d4ek.dts - Device Tree file for

[PATCHv3 4/7] ARM: at91: dt: add device tree file for SAMA5D4 SoC

2014-09-15 Thread Alexandre Belloni
From: Nicolas Ferre Add SAMA5D4 SoC DT file. Signed-off-by: Nicolas Ferre Signed-off-by: Josh Wu Signed-off-by: Bo Shen Signed-off-by: Boris BREZILLON Signed-off-by: Alexandre Belloni --- arch/arm/boot/dts/sama5d4.dtsi | 1239 1 file changed, 1239 i

[PATCHv2 6/8] ARM: at91: dt: add device tree file for SAMA5D4ek board

2014-09-12 Thread Alexandre Belloni
-$(CONFIG_ARCH_AXXIA) += axm5516-amarillo.dtb diff --git a/arch/arm/boot/dts/at91-sama5d4ek.dts b/arch/arm/boot/dts/at91-sama5d4ek.dts new file mode 100644 index ..aa01c2610c6d --- /dev/null +++ b/arch/arm/boot/dts/at91-sama5d4ek.dts @@ -0,0 +1,308 @@ +/* + * sama5d4ek.dts - Device Tree file for

[PATCHv2 5/8] ARM: at91: dt: add device tree file for SAMA5D4 SoC

2014-09-12 Thread Alexandre Belloni
From: Nicolas Ferre Add SAMA5D4 SoC DT file. Signed-off-by: Nicolas Ferre Signed-off-by: Josh Wu Signed-off-by: Boris BREZILLON Signed-off-by: Alexandre Belloni --- arch/arm/boot/dts/sama5d4.dtsi | 1233 1 file changed, 1233 insertions(+) create mod

[PATCH 6/7] ARM: at91: dt: add device tree file for SAMA5D4ek board

2014-09-11 Thread Alexandre Belloni
-$(CONFIG_ARCH_AXXIA) += axm5516-amarillo.dtb diff --git a/arch/arm/boot/dts/at91-sama5d4ek.dts b/arch/arm/boot/dts/at91-sama5d4ek.dts new file mode 100644 index ..aa01c2610c6d --- /dev/null +++ b/arch/arm/boot/dts/at91-sama5d4ek.dts @@ -0,0 +1,308 @@ +/* + * sama5d4ek.dts - Device Tree file for

[PATCH 5/7] ARM: at91: dt: add device tree file for SAMA5D4 SoC

2014-09-11 Thread Alexandre Belloni
From: Nicolas Ferre Add SAMA5D4 SoC DT file. Signed-off-by: Nicolas Ferre Signed-off-by: Josh Wu Signed-off-by: Boris BREZILLON Signed-off-by: Alexandre Belloni --- arch/arm/boot/dts/sama5d4.dtsi | 1233 1 file changed, 1233 insertions(+) create mod

Re: [PATCH V2 2/2] ARM: tegra: convert device tree file of Dalmore to use pinctrl defines

2013-12-04 Thread Stephen Warren
On 12/03/2013 06:16 AM, Laxman Dewangan wrote: > Signed-off-by: Laxman Dewangan Patch description? Why convert only 1 board DT file? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger

Re: [PATCH 2/2] ARM: tegra: convert device tree file of Dalmore to use pinctrl defines

2013-12-04 Thread Stephen Warren
On 12/03/2013 10:51 PM, Laxman Dewangan wrote: > On Wednesday 04 December 2013 01:39 AM, Stephen Warren wrote: >> On 12/02/2013 06:55 AM, Laxman Dewangan wrote: >>> Signed-off-by: Laxman Dewangan >> Patch description? >> >> BTW, did you compile all the Tegra DT files before and after this >> chang

Re: [PATCH 2/2] ARM: tegra: convert device tree file of Dalmore to use pinctrl defines

2013-12-03 Thread Laxman Dewangan
On Wednesday 04 December 2013 01:39 AM, Stephen Warren wrote: On 12/02/2013 06:55 AM, Laxman Dewangan wrote: Signed-off-by: Laxman Dewangan Patch description? BTW, did you compile all the Tegra DT files before and after this change, and make sure that there's zero difference between them (i.e

Re: [PATCH 2/2] ARM: tegra: convert device tree file of Dalmore to use pinctrl defines

2013-12-03 Thread Stephen Warren
On 12/02/2013 06:55 AM, Laxman Dewangan wrote: > Signed-off-by: Laxman Dewangan Patch description? BTW, did you compile all the Tegra DT files before and after this change, and make sure that there's zero difference between them (i.e. they're identical byte-for-byte when compiled)? I don't feel

[PATCH V2 2/2] ARM: tegra: convert device tree file of Dalmore to use pinctrl defines

2013-12-03 Thread Laxman Dewangan
Signed-off-by: Laxman Dewangan --- Changes from V1: - Changes as per new macros. arch/arm/boot/dts/tegra114-dalmore.dts | 549 1 files changed, 275 insertions(+), 274 deletions(-) diff --git a/arch/arm/boot/dts/tegra114-dalmore.dts b/arch/arm/boot/dts/tegra114

[PATCH 2/2] ARM: tegra: convert device tree file of Dalmore to use pinctrl defines

2013-12-02 Thread Laxman Dewangan
Signed-off-by: Laxman Dewangan --- arch/arm/boot/dts/tegra114-dalmore.dts | 549 1 files changed, 275 insertions(+), 274 deletions(-) diff --git a/arch/arm/boot/dts/tegra114-dalmore.dts b/arch/arm/boot/dts/tegra114-dalmore.dts index cb5ec23..ea0eb31 100644 ---

Re: [PATCH v4 0/5] LPAE remaining device tree file

2013-04-15 Thread Gregory CLEMENT
On 04/15/2013 05:47 PM, Jason Cooper wrote: > On Fri, Apr 12, 2013 at 04:29:05PM +0200, Gregory CLEMENT wrote: >> Hi Jason, >> >> I have just rebased the commits that you haven't applied yet. They are >> rebased on mvebu/dt. I check that all the dtb can be built. >> >> Thanks, >> >> Gregory CLEMENT

Re: [PATCH v4 0/5] LPAE remaining device tree file

2013-04-15 Thread Jason Cooper
On Fri, Apr 12, 2013 at 04:29:05PM +0200, Gregory CLEMENT wrote: > Hi Jason, > > I have just rebased the commits that you haven't applied yet. They are > rebased on mvebu/dt. I check that all the dtb can be built. > > Thanks, > > Gregory CLEMENT (3): > ARM: dts: mvebu: Convert all the mvebu fi

[PATCH v4 0/5] LPAE remaining device tree file

2013-04-12 Thread Gregory CLEMENT
Hi Jason, I have just rebased the commits that you haven't applied yet. They are rebased on mvebu/dt. I check that all the dtb can be built. Thanks, Gregory CLEMENT (3): ARM: dts: mvebu: Convert all the mvebu files to use the range property ARM: dts: mvebu: introduce internal-regs node

Re: [PATCH v2 3/4] ARM: dts: Add adc to exynos5250 device tree file

2013-03-15 Thread Naveen Krishna Ch
On 14 March 2013 02:10, Doug Anderson wrote: > Add the device tree entry for the device-tree enabled ADC driver that > recently landed in the iio tree. > > Signed-off-by: Doug Anderson I've not used the "clock" binding yet, Will test with that and give a tag. > --- > Changes in v2: None > > arc

[PATCH v2 3/4] ARM: dts: Add adc to exynos5250 device tree file

2013-03-13 Thread Doug Anderson
Add the device tree entry for the device-tree enabled ADC driver that recently landed in the iio tree. Signed-off-by: Doug Anderson --- Changes in v2: None arch/arm/boot/dts/exynos5250.dtsi | 11 +++ 1 file changed, 11 insertions(+) diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arc

[PATCH 3/4] ARM: dts: Add adc to exynos5250 device tree file

2013-03-12 Thread Doug Anderson
Add the device tree entry for the device-tree enabled ADC driver that recently landed in the iio tree. Signed-off-by: Doug Anderson --- arch/arm/boot/dts/exynos5250.dtsi | 11 +++ 1 file changed, 11 insertions(+) diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos

Re: [PATCH v4] Add device tree file for the armadeus apf27

2012-11-13 Thread Sascha Hauer
On Mon, Nov 12, 2012 at 09:28:33PM +0100, Philippe Reynes wrote: > Signed-off-by: Philippe Reynes > Signed-off-by: Eric Jarrige > --- > > v4: update model to use the same format as apf28 > remove some empty line > v3: set 26M clock to 0 (not used) > v2: avoid enable again the watchdog > >

[PATCH v4] Add device tree file for the armadeus apf27

2012-11-12 Thread Philippe Reynes
Signed-off-by: Philippe Reynes Signed-off-by: Eric Jarrige --- v4: update model to use the same format as apf28 remove some empty line v3: set 26M clock to 0 (not used) v2: avoid enable again the watchdog arch/arm/boot/dts/imx27-apf27.dts | 89 + 1 fil

[PATCH v3] Add device tree file for the armadeus apf27

2012-10-31 Thread Philippe Reynes
Signed-off-by: Philippe Reynes Signed-off-by: Eric Jarrige --- v3: set 26M clock to 0 (not used) v2: avoid enable again the watchdog arch/arm/boot/dts/imx27-apf27.dts | 92 + 1 files changed, 92 insertions(+), 0 deletions(-) create mode 100644 arch/arm/bo

Re: [PATCH] Add device tree file for the armadeus apf27

2012-10-31 Thread Sascha Hauer
On Tue, Oct 30, 2012 at 07:55:44PM +, Philippe Reynes wrote: > > > Hi Sascha, > >> +        osc26m { > > >> +            compatible = "fsl,imx-osc26m", "fixed-clock"; > >> +            clock-frequency = <33554432>; > > >Is this really correct? The Datasheet specificies 26MHz, some boards >

[PATCH] Add device tree file for the armadeus apf27 (v2)

2012-10-30 Thread Philippe Reynes
v2: avoid enable again the watchdog Signed-off-by: Philippe Reynes Signed-off-by: Eric Jarrige --- arch/arm/boot/dts/imx27-apf27.dts | 92 + 1 files changed, 92 insertions(+), 0 deletions(-) create mode 100644 arch/arm/boot/dts/imx27-apf27.dts diff --git

Re: [PATCH] Add device tree file for the armadeus apf27

2012-10-29 Thread Sascha Hauer
On Fri, Oct 26, 2012 at 06:29:40PM +0200, Philippe Reynes wrote: > Signed-off-by: Philippe Reynes > Signed-off-by: Eric Jarrige > --- > arch/arm/boot/dts/imx27-apf27.dts | 96 > + > 1 files changed, 96 insertions(+), 0 deletions(-) > create mode 100644 arc

[PATCH] Add device tree file for the armadeus apf27

2012-10-26 Thread Philippe Reynes
Signed-off-by: Philippe Reynes Signed-off-by: Eric Jarrige --- arch/arm/boot/dts/imx27-apf27.dts | 96 + 1 files changed, 96 insertions(+), 0 deletions(-) create mode 100644 arch/arm/boot/dts/imx27-apf27.dts diff --git a/arch/arm/boot/dts/imx27-apf27.dts