Commit 780ffcd5 authored by Yoshinori Sato's avatar Yoshinori Sato
Browse files

h8300: register address fix

parent 75078de4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 {