mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
arm64: dts: rockchip: fix dtc warnings of rk3399
Change-Id: I31fbab7d90e35ae47bbc6d54aad5e82b8902af7f Signed-off-by: Tao Huang <huangtao@rock-chips.com>
This commit is contained in:
parent
3462602408
commit
29bb520c51
|
|
@ -744,12 +744,12 @@ soc_thermal: soc-thermal {
|
|||
thermal-sensors = <&tsadc 0>;
|
||||
|
||||
trips {
|
||||
threshold: trip-point@0 {
|
||||
threshold: trip-point-0 {
|
||||
temperature = <70000>; /* millicelsius */
|
||||
hysteresis = <2000>; /* millicelsius */
|
||||
type = "passive";
|
||||
};
|
||||
target: trip-point@1 {
|
||||
target: trip-point-1 {
|
||||
temperature = <85000>; /* millicelsius */
|
||||
hysteresis = <2000>; /* millicelsius */
|
||||
type = "passive";
|
||||
|
|
@ -1176,7 +1176,7 @@ i2c8: i2c@ff3e0000 {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
pcie_phy: phy@e220 {
|
||||
pcie_phy: pcie-phy {
|
||||
compatible = "rockchip,rk3399-pcie-phy";
|
||||
#phy-cells = <0>;
|
||||
rockchip,grf = <&grf>;
|
||||
|
|
@ -1423,25 +1423,25 @@ efuse0: efuse@ff690000 {
|
|||
clock-names = "pclk_efuse";
|
||||
|
||||
/* Data cells */
|
||||
efuse_id: id {
|
||||
efuse_id: id@7 {
|
||||
reg = <0x07 0x10>;
|
||||
};
|
||||
cpul_leakage: cpul-leakage {
|
||||
reg = <0x1a 0x1>;
|
||||
};
|
||||
cpub_leakage: cpub-leakage {
|
||||
cpub_leakage: cpub-leakage@17 {
|
||||
reg = <0x17 0x1>;
|
||||
};
|
||||
gpu_leakage: gpu-leakage {
|
||||
gpu_leakage: gpu-leakage@18 {
|
||||
reg = <0x18 0x1>;
|
||||
};
|
||||
center_leakage: center-leakage {
|
||||
center_leakage: center-leakage@19 {
|
||||
reg = <0x19 0x1>;
|
||||
};
|
||||
logic_leakage: logic-leakage {
|
||||
cpul_leakage: cpul-leakage@1a {
|
||||
reg = <0x1a 0x1>;
|
||||
};
|
||||
logic_leakage: logic-leakage@1b {
|
||||
reg = <0x1b 0x1>;
|
||||
};
|
||||
wafer_info: wafer-info {
|
||||
wafer_info: wafer-info@1c {
|
||||
reg = <0x1c 0x1>;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user