mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
arm64: dts: rockchip: fix dtc warnings of rk3308
Change-Id: I498c2d5f5a8fdf3cbc5a6b5bda3492a49b9a79e0 Signed-off-by: Tao Huang <huangtao@rock-chips.com>
This commit is contained in:
parent
9d959e8aca
commit
f2d735aa97
|
|
@ -16,7 +16,7 @@ chosen {
|
|||
bootargs = "earlycon=uart8250,mmio32,0xff0b0000 console=ttyFIQ0 init=/init initrd=0x9000000,0x18bfc0";
|
||||
};
|
||||
|
||||
memory@00000000 {
|
||||
memory@200000 {
|
||||
device_type = "memory";
|
||||
reg = <0x0 0x00200000 0x0 0x0FE00000>;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -503,12 +503,12 @@ soc_thermal: soc-thermal {
|
|||
thermal-sensors = <&tsadc 0>;
|
||||
|
||||
trips {
|
||||
threshold: trip-point@0 {
|
||||
threshold: trip-point-0 {
|
||||
temperature = <70000>;
|
||||
hysteresis = <2000>;
|
||||
type = "passive";
|
||||
};
|
||||
target: trip-point@1 {
|
||||
target: trip-point-1 {
|
||||
temperature = <85000>;
|
||||
hysteresis = <2000>;
|
||||
type = "passive";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user