summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTao Huang <huangtao@rock-chips.com>2018-03-28 17:05:56 +0800
committerTao Huang <huangtao@rock-chips.com>2018-03-28 17:21:30 +0800
commit346260240870d026a9111fdc78c936c9f0d1285e (patch)
tree6c171a44083094395fc090774fdcf7426102f3cf
parent189f379e52a669b4f1facd46abc886a4b1289632 (diff)
arm64: dts: rockchip: fix dtc warnings of rk3368
Change-Id: Ic9108590a297efac89da3fd8ce6608bf0b8172a0 Signed-off-by: Tao Huang <huangtao@rock-chips.com>
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3368.dtsi10
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3368.dtsi b/arch/arm64/boot/dts/rockchip/rk3368.dtsi
index 6fa9976daaf7..89e839989944 100644
--- a/arch/arm64/boot/dts/rockchip/rk3368.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3368.dtsi
@@ -713,12 +713,12 @@
thermal-sensors = <&tsadc 0>;
trips {
- threshold: trip-point@0 {
+ threshold: trip-point-0 {
temperature = <70000>; /* millicelsius */
hysteresis = <2000>; /* millicelsius */
type = "passive";
};
- target: trip-point@1 {
+ target: trip-point-1 {
temperature = <80000>; /* millicelsius */
hysteresis = <2000>; /* millicelsius */
type = "passive";
@@ -1045,7 +1045,7 @@
* *_HDMI HDMI
* *_MIPI_* MIPI
*/
- pd_vio {
+ pd_vio@RK3368_PD_VIO {
reg = <RK3368_PD_VIO>;
clocks = <&cru ACLK_IEP>,
<&cru ACLK_ISP>,
@@ -1092,7 +1092,7 @@
* (video endecoder & decoder) clocks that on the
* ACLK_VCODEC_NIU and HCLK_VCODEC_NIU (NOC).
*/
- pd_video {
+ pd_video@RK3368_PD_VIDEO {
reg = <RK3368_PD_VIDEO>;
clocks = <&cru ACLK_VIDEO>,
<&cru HCLK_VIDEO>,
@@ -1106,7 +1106,7 @@
* Note: ACLK_GPU is the GPU clock,
* and on the ACLK_GPU_NIU (NOC).
*/
- pd_gpu_1 {
+ pd_gpu_1@RK3368_PD_GPU_1 {
reg = <RK3368_PD_GPU_1>;
clocks = <&cru ACLK_GPU_CFG>,
<&cru ACLK_GPU_MEM>,