diff options
author | Yoshinori Sato <ysato@users.sourceforge.jp> | 2015-05-31 23:34:22 +0900 |
---|---|---|
committer | Yoshinori Sato <ysato@users.sourceforge.jp> | 2015-11-08 22:44:39 +0900 |
commit | 780ffcd51cb287174e2d5cfe5ece2a7e73db6f37 (patch) | |
tree | 9d273982765208e2daf023d8e3a52713ba019de6 /arch/h8300 | |
parent | 75078de4ac2901315b77dd813ae2bcb6a5fc1238 (diff) | |
download | talos-obmc-linux-780ffcd51cb287174e2d5cfe5ece2a7e73db6f37.tar.gz talos-obmc-linux-780ffcd51cb287174e2d5cfe5ece2a7e73db6f37.zip |
h8300: register address fix
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Diffstat (limited to 'arch/h8300')
-rw-r--r-- | arch/h8300/boot/dts/edosk2674.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/h8300/boot/dts/edosk2674.dts b/arch/h8300/boot/dts/edosk2674.dts index dfb5c102f8da..4ce9fa874a57 100644 --- a/arch/h8300/boot/dts/edosk2674.dts +++ b/arch/h8300/boot/dts/edosk2674.dts @@ -7,7 +7,7 @@ chosen { bootargs = "console=ttySC2,38400"; - stdout-path = <&sci2>; + stdout-path = &sci2; }; aliases { serial0 = &sci0; @@ -25,13 +25,13 @@ compatible = "renesas,h8s2678-pll-clock"; clocks = <&xclk>; #clock-cells = <0>; - reg = <0xfee03b 2>, <0xfee045 2>; + reg = <0xffff3b 1>, <0xffff45 1>; }; core_clk: core_clk { compatible = "renesas,h8300-div-clock"; clocks = <&pllclk>; #clock-cells = <0>; - reg = <0xfee03b 2>; + reg = <0xffff3b 1>; renesas,width = <3>; }; fclk: fclk { |