All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: zynqmp: Add idt 8a34001 chip to zcu208/zcu216
@ 2021-02-23 13:53 Michal Simek
  2021-03-30  7:21 ` Michal Simek
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Simek @ 2021-02-23 13:53 UTC (permalink / raw)
  To: u-boot

There is Linux driver for these chips that's why add it to device tree.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 arch/arm/dts/zynqmp-zcu208-revA.dts | 5 ++++-
 arch/arm/dts/zynqmp-zcu216-revA.dts | 5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/arch/arm/dts/zynqmp-zcu208-revA.dts b/arch/arm/dts/zynqmp-zcu208-revA.dts
index 124219314b89..268e368b7657 100644
--- a/arch/arm/dts/zynqmp-zcu208-revA.dts
+++ b/arch/arm/dts/zynqmp-zcu208-revA.dts
@@ -441,7 +441,10 @@
 			#address-cells = <1>;
 			#size-cells = <0>;
 			reg = <4>;
-			/* U409B - 8a34001 */
+			idt_8a34001: phc at 5b {
+				compatible = "idt,8a34001"; /* u409B */
+				reg = <0x5b>;
+			};
 		};
 		i2c_clk104: i2c at 5 {
 			#address-cells = <1>;
diff --git a/arch/arm/dts/zynqmp-zcu216-revA.dts b/arch/arm/dts/zynqmp-zcu216-revA.dts
index 511727fa955d..847e689c155f 100644
--- a/arch/arm/dts/zynqmp-zcu216-revA.dts
+++ b/arch/arm/dts/zynqmp-zcu216-revA.dts
@@ -445,7 +445,10 @@
 			#address-cells = <1>;
 			#size-cells = <0>;
 			reg = <4>;
-			/* U409B - 8a34001 */
+			idt_8a34001: phc at 5b {
+				compatible = "idt,8a34001"; /* u409B */
+				reg = <0x5b>;
+			};
 		};
 		i2c_clk104: i2c at 5 {
 			#address-cells = <1>;
-- 
2.30.0

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

* [PATCH] arm64: zynqmp: Add idt 8a34001 chip to zcu208/zcu216
  2021-02-23 13:53 [PATCH] arm64: zynqmp: Add idt 8a34001 chip to zcu208/zcu216 Michal Simek
@ 2021-03-30  7:21 ` Michal Simek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Simek @ 2021-03-30  7:21 UTC (permalink / raw)
  To: u-boot

?t 23. 2. 2021 v 14:53 odes?latel Michal Simek <michal.simek@xilinx.com> napsal:
>
> There is Linux driver for these chips that's why add it to device tree.
>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
>  arch/arm/dts/zynqmp-zcu208-revA.dts | 5 ++++-
>  arch/arm/dts/zynqmp-zcu216-revA.dts | 5 ++++-
>  2 files changed, 8 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/dts/zynqmp-zcu208-revA.dts b/arch/arm/dts/zynqmp-zcu208-revA.dts
> index 124219314b89..268e368b7657 100644
> --- a/arch/arm/dts/zynqmp-zcu208-revA.dts
> +++ b/arch/arm/dts/zynqmp-zcu208-revA.dts
> @@ -441,7 +441,10 @@
>                         #address-cells = <1>;
>                         #size-cells = <0>;
>                         reg = <4>;
> -                       /* U409B - 8a34001 */
> +                       idt_8a34001: phc at 5b {
> +                               compatible = "idt,8a34001"; /* u409B */
> +                               reg = <0x5b>;
> +                       };
>                 };
>                 i2c_clk104: i2c at 5 {
>                         #address-cells = <1>;
> diff --git a/arch/arm/dts/zynqmp-zcu216-revA.dts b/arch/arm/dts/zynqmp-zcu216-revA.dts
> index 511727fa955d..847e689c155f 100644
> --- a/arch/arm/dts/zynqmp-zcu216-revA.dts
> +++ b/arch/arm/dts/zynqmp-zcu216-revA.dts
> @@ -445,7 +445,10 @@
>                         #address-cells = <1>;
>                         #size-cells = <0>;
>                         reg = <4>;
> -                       /* U409B - 8a34001 */
> +                       idt_8a34001: phc at 5b {
> +                               compatible = "idt,8a34001"; /* u409B */
> +                               reg = <0x5b>;
> +                       };
>                 };
>                 i2c_clk104: i2c at 5 {
>                         #address-cells = <1>;
> --
> 2.30.0
>

Applied.
M

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs

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

end of thread, other threads:[~2021-03-30  7:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-23 13:53 [PATCH] arm64: zynqmp: Add idt 8a34001 chip to zcu208/zcu216 Michal Simek
2021-03-30  7:21 ` Michal Simek

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.