mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-27 07:01:24 +00:00
arm64: zynqmp: Add silabs prefix to u69 for zcu102
Add vendor prefix to si5341. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
147ae1f210
commit
bbe5c7252d
1 changed files with 1 additions and 1 deletions
|
@ -425,7 +425,7 @@
|
|||
#size-cells = <0>;
|
||||
reg = <1>;
|
||||
si5341: clock-generator@36 { /* SI5341 - u69 */
|
||||
compatible = "si5341";
|
||||
compatible = "silabs,si5341";
|
||||
reg = <0x36>;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue