mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
arm64: dts: rockchip: Add system monitor node
Change-Id: I77d9d047b87702d0633d80dc7f945c6672f2ccd5 Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
@@ -1875,6 +1875,13 @@
|
||||
};
|
||||
};
|
||||
|
||||
rockchip_system_monitor: rockchip-system-monitor {
|
||||
compatible = "rockchip,system-monitor";
|
||||
|
||||
rockchip,thermal-zone = "soc-thermal";
|
||||
rockchip,polling-delay = <200>; /* milliseconds */
|
||||
};
|
||||
|
||||
pinctrl: pinctrl {
|
||||
compatible = "rockchip,px30-pinctrl";
|
||||
rockchip,grf = <&grf>;
|
||||
|
||||
@@ -1674,6 +1674,13 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
rockchip_system_monitor: rockchip-system-monitor {
|
||||
compatible = "rockchip,system-monitor";
|
||||
|
||||
rockchip,thermal-zone = "soc-thermal";
|
||||
rockchip,polling-delay = <200>; /* milliseconds */
|
||||
};
|
||||
|
||||
pinctrl: pinctrl {
|
||||
compatible = "rockchip,rk1808-pinctrl";
|
||||
rockchip,grf = <&grf>;
|
||||
|
||||
@@ -1318,6 +1318,13 @@
|
||||
};
|
||||
};
|
||||
|
||||
rockchip_system_monitor: rockchip-system-monitor {
|
||||
compatible = "rockchip,system-monitor";
|
||||
|
||||
rockchip,thermal-zone = "soc-thermal";
|
||||
rockchip,polling-delay = <200>; /* milliseconds */
|
||||
};
|
||||
|
||||
pinctrl: pinctrl {
|
||||
compatible = "rockchip,rk3308-pinctrl";
|
||||
rockchip,grf = <&grf>;
|
||||
|
||||
@@ -2217,6 +2217,13 @@
|
||||
reg = <0x0 0xffa8f800 0x0 0x400>;
|
||||
};
|
||||
|
||||
rockchip_system_monitor: rockchip-system-monitor {
|
||||
compatible = "rockchip,system-monitor";
|
||||
|
||||
rockchip,thermal-zone = "soc-thermal";
|
||||
rockchip,polling-delay = <200>; /* milliseconds */
|
||||
};
|
||||
|
||||
pinctrl: pinctrl {
|
||||
compatible = "rockchip,rk3399-pinctrl";
|
||||
rockchip,grf = <&grf>;
|
||||
|
||||
Reference in New Issue
Block a user