mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
arm64: zynqmp: Add idt 8a34001 chip to zcu208/zcu216
There is Linux driver for these chips that's why add it to device tree. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
7a50093a44
commit
9577b2edf3
2 changed files with 8 additions and 2 deletions
|
@ -441,7 +441,10 @@
|
|||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
reg = <4>;
|
||||
/* U409B - 8a34001 */
|
||||
idt_8a34001: phc@5b {
|
||||
compatible = "idt,8a34001"; /* u409B */
|
||||
reg = <0x5b>;
|
||||
};
|
||||
};
|
||||
i2c_clk104: i2c@5 {
|
||||
#address-cells = <1>;
|
||||
|
|
|
@ -445,7 +445,10 @@
|
|||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
reg = <4>;
|
||||
/* U409B - 8a34001 */
|
||||
idt_8a34001: phc@5b {
|
||||
compatible = "idt,8a34001"; /* u409B */
|
||||
reg = <0x5b>;
|
||||
};
|
||||
};
|
||||
i2c_clk104: i2c@5 {
|
||||
#address-cells = <1>;
|
||||
|
|
Loading…
Reference in a new issue