mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02: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:
parent
6b6048e6b4
commit
fcb51fd85e
|
|
@ -1875,6 +1875,13 @@ opp-786000000 {
|
|||
};
|
||||
};
|
||||
|
||||
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 @@ gmac: ethernet@ffdd0000 {
|
|||
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 @@ vad_sram: vad-sram@8000 {
|
|||
};
|
||||
};
|
||||
|
||||
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 @@ nocp_vio1_msch1: nocp-vio1-msch1@ffa8f800 {
|
|||
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>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user