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


Groups > linux.kernel > #1430317

Re: [PATCH 01/14] ARM: dts: sun8i: Add SID node

From Chen-Yu Tsai <wens@csie.org>
Newsgroups linux.kernel
Subject Re: [PATCH 01/14] ARM: dts: sun8i: Add SID node
Date 2016-06-24 04:50 +0200
Message-ID <rNplU-2cT-11@gated-at.bofh.it> (permalink)
References <rNiu6-68M-37@gated-at.bofh.it> <rNiDM-6cT-25@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Fri, Jun 24, 2016 at 3:20 AM,  <megous@megous.com> wrote:
> From: Josef Gajdusek <atx@atx.name>
>
> Add a node describing the Security ID memory to the Allwinner H3 .dtsi file.
>
> Signed-off-by: Josef Gajdusek <atx@atx.name>
> ---
>  arch/arm/boot/dts/sun8i-h3.dtsi | 7 +++++++
>  1 file changed, 7 insertions(+)
>
> diff --git a/arch/arm/boot/dts/sun8i-h3.dtsi b/arch/arm/boot/dts/sun8i-h3.dtsi
> index 4a4926b..172576d 100644
> --- a/arch/arm/boot/dts/sun8i-h3.dtsi
> +++ b/arch/arm/boot/dts/sun8i-h3.dtsi
> @@ -389,6 +389,13 @@
>                         #size-cells = <0>;
>                 };
>
> +               sid: eeprom@01c14000 {
> +                       compatible = "allwinner,sun4i-a10-sid";

This has been discussed before. The hardware is not compatible.
The write control registers are at different offsets.

ChenYu

> +                       reg = <0x01c14000 0x400>;
> +                       #address-cells = <1>;
> +                       #size-cells = <1>;
> +               };
> +
>                 usbphy: phy@01c19400 {
>                         compatible = "allwinner,sun8i-h3-usb-phy";
>                         reg = <0x01c19400 0x2c>,
> --
> 2.9.0
>

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


Thread

[PATCH 01/14] ARM: dts: sun8i: Add SID node megous@megous.com - 2016-06-23 21:40 +0200
  Re: [PATCH 01/14] ARM: dts: sun8i: Add SID node Chen-Yu Tsai <wens@csie.org> - 2016-06-24 04:50 +0200
    Re: [PATCH 01/14] ARM: dts: sun8i: Add SID node Ondřej Jirman <megous@megous.com> - 2016-06-24 22:00 +0200
      Re: [linux-sunxi] Re: [PATCH 01/14] ARM: dts: sun8i: Add SID node Chen-Yu Tsai <wens@csie.org> - 2016-06-25 03:20 +0200

csiph-web