Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1248681

Re: [PATCH] ARM: at91/dt: sama5d4: add the macb1 node

From Alexandre Belloni <alexandre.belloni@free-electrons.com>
Newsgroups linux.kernel
Subject Re: [PATCH] ARM: at91/dt: sama5d4: add the macb1 node
Date 2015-10-16 14:20 +0200
Message-ID <qkc9k-60p-5@gated-at.bofh.it> (permalink)
References <qkc9k-60p-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 16/10/2015 at 14:11:50 +0200, Gregory CLEMENT wrote :
> The second macb is present on all sama5d4 soc. Let's add a node
> reflecting it in the device tree.
> 
> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
> ---
>  arch/arm/boot/dts/at91-vinco.dts |  5 +----
>  arch/arm/boot/dts/sama5d4.dtsi   | 30 ++++++++++++++++++++++++++++++
>  2 files changed, 31 insertions(+), 4 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/at91-vinco.dts b/arch/arm/boot/dts/at91-vinco.dts
> index b8036f5..2215e2e 100644
> --- a/arch/arm/boot/dts/at91-vinco.dts
> +++ b/arch/arm/boot/dts/at91-vinco.dts
> @@ -82,10 +82,7 @@
>  		apb {
>  
>  			adc0: adc@fc034000 {
> -				/* The vref depends on JP22 of EK. If connect 1-2 then use 3.3V. connect 2-3 use 3.0V */
> -				atmel,adc-vref = <3300>;
> -				/*atmel,adc-ts-wires = <4>;*/	/* Set up ADC touch screen */
> -				status = "okay";		/* Enable ADC IIO support */
> +				status = "okay"; /* Enable ADC IIO support */
>  			};
>  
>  			mmc0: mmc@f8000000 {

This probably shouldn't be part of that patch.

-- 
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

Re: [PATCH] ARM: at91/dt: sama5d4: add the macb1 node Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2015-10-16 14:20 +0200

csiph-web