projects
/
profile
/
common
/
platform
/
kernel
/
linux-artik7.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92e27d6
)
ARM: dts: s5p4418: fix the register address typo
author
Jaehoon Chung
<jh80.chung@samsung.com>
Mon, 31 Dec 2018 06:36:24 +0000
(15:36 +0900)
committer
Jaehoon Chung
<jh80.chung@samsung.com>
Tue, 29 Jan 2019 02:25:40 +0000
(11:25 +0900)
Fix the register address type.
According to ARTIK530 TRM, there is no 0x6c00b000 address.
Change-Id: I1bfa558fbe0149e61c3bc571035b06839ba40de0
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
arch/arm/boot/dts/s5p4418-soc.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/s5p4418-soc.dtsi
b/arch/arm/boot/dts/s5p4418-soc.dtsi
index 9c303673b03ba2be2e698d30392ba9f9953fd61d..eb3fa40739a86246d80d598c5359a7fc8e50c73c 100644
(file)
--- a/
arch/arm/boot/dts/s5p4418-soc.dtsi
+++ b/
arch/arm/boot/dts/s5p4418-soc.dtsi
@@
-455,7
+455,7
@@
clocks {
clock-frequency = <12000000>;
};
- otg:otg@
6c00
b000 {
+ otg:otg@
c006
b000 {
#clock-cells = <0>;
clock-output-names = "otg";
cell-id = <CLK_ID_USBOTG>;