mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09: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:
@@ -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>;
|
||||
};
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user