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:
Tao Huang
2018-03-28 16:59:48 +08:00
parent 9d959e8aca
commit f2d735aa97
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
bootargs = "earlycon=uart8250,mmio32,0xff0b0000 console=ttyFIQ0 init=/init initrd=0x9000000,0x18bfc0";
};
memory@00000000 {
memory@200000 {
device_type = "memory";
reg = <0x0 0x00200000 0x0 0x0FE00000>;
};

View File

@@ -503,12 +503,12 @@
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";