ARM: dts: s5p4418: fix the register address typo
authorJaehoon Chung <jh80.chung@samsung.com>
Mon, 31 Dec 2018 06:36:24 +0000 (15:36 +0900)
committerJaehoon 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

index 9c303673b03ba2be2e698d30392ba9f9953fd61d..eb3fa40739a86246d80d598c5359a7fc8e50c73c 100644 (file)
@@ -455,7 +455,7 @@ clocks {
                clock-frequency = <12000000>;
        };
 
-       otg:otg@6c00b000 {
+       otg:otg@c006b000 {
                #clock-cells = <0>;
                clock-output-names = "otg";
                cell-id = <CLK_ID_USBOTG>;