riscv: dts: starfive: replace underscores in node names
Underscores should not be used in node names (dtc with W=2 warns about them), so replace them with hyphens. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
This commit is contained in:
parent
6613476e22
commit
f036064708
2 changed files with 8 additions and 8 deletions
|
@ -96,14 +96,14 @@
|
||||||
thermal-sensors = <&sfctemp>;
|
thermal-sensors = <&sfctemp>;
|
||||||
|
|
||||||
trips {
|
trips {
|
||||||
cpu_alert0 {
|
cpu-alert0 {
|
||||||
/* milliCelsius */
|
/* milliCelsius */
|
||||||
temperature = <75000>;
|
temperature = <75000>;
|
||||||
hysteresis = <2000>;
|
hysteresis = <2000>;
|
||||||
type = "passive";
|
type = "passive";
|
||||||
};
|
};
|
||||||
|
|
||||||
cpu_crit {
|
cpu-crit {
|
||||||
/* milliCelsius */
|
/* milliCelsius */
|
||||||
temperature = <90000>;
|
temperature = <90000>;
|
||||||
hysteresis = <2000>;
|
hysteresis = <2000>;
|
||||||
|
@ -113,28 +113,28 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
osc_sys: osc_sys {
|
osc_sys: osc-sys {
|
||||||
compatible = "fixed-clock";
|
compatible = "fixed-clock";
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
/* This value must be overridden by the board */
|
/* This value must be overridden by the board */
|
||||||
clock-frequency = <0>;
|
clock-frequency = <0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
osc_aud: osc_aud {
|
osc_aud: osc-aud {
|
||||||
compatible = "fixed-clock";
|
compatible = "fixed-clock";
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
/* This value must be overridden by the board */
|
/* This value must be overridden by the board */
|
||||||
clock-frequency = <0>;
|
clock-frequency = <0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
gmac_rmii_ref: gmac_rmii_ref {
|
gmac_rmii_ref: gmac-rmii-ref {
|
||||||
compatible = "fixed-clock";
|
compatible = "fixed-clock";
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
/* Should be overridden by the board when needed */
|
/* Should be overridden by the board when needed */
|
||||||
clock-frequency = <0>;
|
clock-frequency = <0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
gmac_gr_mii_rxclk: gmac_gr_mii_rxclk {
|
gmac_gr_mii_rxclk: gmac-gr-mii-rxclk {
|
||||||
compatible = "fixed-clock";
|
compatible = "fixed-clock";
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
/* Should be overridden by the board when needed */
|
/* Should be overridden by the board when needed */
|
||||||
|
|
|
@ -237,14 +237,14 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
trips {
|
trips {
|
||||||
cpu_alert0: cpu_alert0 {
|
cpu_alert0: cpu-alert0 {
|
||||||
/* milliCelsius */
|
/* milliCelsius */
|
||||||
temperature = <85000>;
|
temperature = <85000>;
|
||||||
hysteresis = <2000>;
|
hysteresis = <2000>;
|
||||||
type = "passive";
|
type = "passive";
|
||||||
};
|
};
|
||||||
|
|
||||||
cpu_crit {
|
cpu-crit {
|
||||||
/* milliCelsius */
|
/* milliCelsius */
|
||||||
temperature = <100000>;
|
temperature = <100000>;
|
||||||
hysteresis = <2000>;
|
hysteresis = <2000>;
|
||||||
|
|
Loading…
Add table
Reference in a new issue