arm64: zynqmp: Setup clock-output-names for si570 chips
If there are more instances of si570 clock-output-names property should be used for differentiation of clock output. The patch is adding this optional properties for all zynqmp boards with si570 chip. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
8418d2deb8
commit
6bd13ee94e
3 changed files with 6 additions and 0 deletions
|
@ -422,6 +422,7 @@
|
|||
temperature-stability = <50>;
|
||||
factory-fout = <300000000>;
|
||||
clock-frequency = <300000000>;
|
||||
clock-output-names = "si570_user";
|
||||
};
|
||||
};
|
||||
i2c@3 {
|
||||
|
@ -435,6 +436,7 @@
|
|||
temperature-stability = <50>; /* copy from zc702 */
|
||||
factory-fout = <156250000>;
|
||||
clock-frequency = <148500000>;
|
||||
clock-output-names = "si570_mgt";
|
||||
};
|
||||
};
|
||||
i2c@4 {
|
||||
|
|
|
@ -395,6 +395,7 @@
|
|||
temperature-stability = <50>;
|
||||
factory-fout = <300000000>;
|
||||
clock-frequency = <300000000>;
|
||||
clock-output-names = "si570_user";
|
||||
};
|
||||
};
|
||||
i2c@3 {
|
||||
|
@ -408,6 +409,7 @@
|
|||
temperature-stability = <50>; /* copy from zc702 */
|
||||
factory-fout = <156250000>;
|
||||
clock-frequency = <148500000>;
|
||||
clock-output-names = "si570_mgt";
|
||||
};
|
||||
};
|
||||
i2c@4 {
|
||||
|
|
|
@ -318,6 +318,7 @@
|
|||
temperature-stability = <50>;
|
||||
factory-fout = <300000000>;
|
||||
clock-frequency = <300000000>;
|
||||
clock-output-names = "si570_user";
|
||||
};
|
||||
};
|
||||
i2c@3 {
|
||||
|
@ -331,6 +332,7 @@
|
|||
temperature-stability = <50>;
|
||||
factory-fout = <156250000>;
|
||||
clock-frequency = <148500000>;
|
||||
clock-output-names = "si570_mgt";
|
||||
};
|
||||
};
|
||||
i2c@4 {
|
||||
|
|
Loading…
Reference in a new issue