aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKishon Vijay Abraham I2016-11-11 06:00:59 -0600
committerLokesh Vutla2016-11-13 23:31:56 -0600
commitb297b2a30584b8712ec4d360b148e45416344e7e (patch)
tree495a64c7c5cf784da51e43ad9a2b48e5507dc831
parentc094e1c1547327e1d7871104138d2385ee24b85f (diff)
downloadu-boot-b297b2a30584b8712ec4d360b148e45416344e7e.tar.gz
u-boot-b297b2a30584b8712ec4d360b148e45416344e7e.tar.xz
u-boot-b297b2a30584b8712ec4d360b148e45416344e7e.zip
ARM: dts: dra7xx: Fix broken pbias device creation
This commit is based on the following linux kernel commit used to create pbias device. commit cd4556733b30cc363adc7b1cea3bffa7e2dd0c7c Author: Kishon Vijay Abraham I <kishon@ti.com> Date: Mon Jul 27 17:46:41 2015 +0530 ARM: dts: dra7: Fix broken pbias device creation Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
-rw-r--r--arch/arm/dts/dra7.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/dra7.dtsi b/arch/arm/dts/dra7.dtsi
index ec8de7a116..5d91eb5865 100644
--- a/arch/arm/dts/dra7.dtsi
+++ b/arch/arm/dts/dra7.dtsi
@@ -117,7 +117,7 @@
117 ranges = <0 0x2000 0x2000>; 117 ranges = <0 0x2000 0x2000>;
118 118
119 scm_conf: scm_conf@0 { 119 scm_conf: scm_conf@0 {
120 compatible = "syscon"; 120 compatible = "syscon", "simple-bus";
121 reg = <0x0 0x1400>; 121 reg = <0x0 0x1400>;
122 #address-cells = <1>; 122 #address-cells = <1>;
123 #size-cells = <1>; 123 #size-cells = <1>;