mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] arm: dts: am335x-bone-common.dtsi: add eeprom device to DT
@ 2018-07-27 10:02 marc
  2018-08-08  7:06 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: marc @ 2018-07-27 10:02 UTC (permalink / raw)
  To: barebox

From: Marc Reilly <marc@cpdesign.com.au>

This adds a device node to provide support for the onboard eeprom of
beaglebone products. The eeprom contents can be used to determine the
type of beaglebone running. For example this can be used to
differentiate between the original Beaglebone Black and the wireless
version.

Signed-off-by: Marc Reilly <marc@cpdesign.com.au>
---
 arch/arm/dts/am335x-bone-common.dtsi | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/arch/arm/dts/am335x-bone-common.dtsi b/arch/arm/dts/am335x-bone-common.dtsi
index e03ae2a8d..a5db15197 100644
--- a/arch/arm/dts/am335x-bone-common.dtsi
+++ b/arch/arm/dts/am335x-bone-common.dtsi
@@ -217,6 +217,16 @@
 		reg = <0x24>;
 	};
 
+	baseboard_eeprom: baseboard_eeprom@50 {
+		compatible = "atmel,24c256";
+		reg = <0x50>;
+
+		#address-cells = <1>;
+		#size-cells = <1>;
+		baseboard_data: baseboard_data@0 {
+			reg = <0 0x100>;
+		};
+	};
 };
 
 /include/ "tps65217.dtsi"
-- 
2.16.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] arm: dts: am335x-bone-common.dtsi: add eeprom device to DT
  2018-07-27 10:02 [PATCH] arm: dts: am335x-bone-common.dtsi: add eeprom device to DT marc
@ 2018-08-08  7:06 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2018-08-08  7:06 UTC (permalink / raw)
  To: marc; +Cc: barebox

Hi Marc,

On Fri, Jul 27, 2018 at 08:02:08PM +1000, marc@cpdesign.com.au wrote:
> From: Marc Reilly <marc@cpdesign.com.au>
> 
> This adds a device node to provide support for the onboard eeprom of
> beaglebone products. The eeprom contents can be used to determine the
> type of beaglebone running. For example this can be used to
> differentiate between the original Beaglebone Black and the wireless
> version.
> 
> Signed-off-by: Marc Reilly <marc@cpdesign.com.au>
> ---
>  arch/arm/dts/am335x-bone-common.dtsi | 10 ++++++++++
>  1 file changed, 10 insertions(+)
> 
> diff --git a/arch/arm/dts/am335x-bone-common.dtsi b/arch/arm/dts/am335x-bone-common.dtsi
> index e03ae2a8d..a5db15197 100644
> --- a/arch/arm/dts/am335x-bone-common.dtsi
> +++ b/arch/arm/dts/am335x-bone-common.dtsi
> @@ -217,6 +217,16 @@
>  		reg = <0x24>;
>  	};
>  
> +	baseboard_eeprom: baseboard_eeprom@50 {
> +		compatible = "atmel,24c256";
> +		reg = <0x50>;
> +
> +		#address-cells = <1>;
> +		#size-cells = <1>;
> +		baseboard_data: baseboard_data@0 {
> +			reg = <0 0x100>;
> +		};
> +	};

I see this node is present in the upstream dtsi in
dts/src/arm/am335x-bone-common.dtsi already. Maybe a better approach
would be to switch to the upstream file?

Sascha

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-08-08  7:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-27 10:02 [PATCH] arm: dts: am335x-bone-common.dtsi: add eeprom device to DT marc
2018-08-08  7:06 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox