Commit 615af08e authored by Olof Johansson's avatar Olof Johansson

Merge tag 'renesas-dt-fixes-for-v4.15' of...

Merge tag 'renesas-dt-fixes-for-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into fixes

Renesas ARM Based SoC DT Fixes for v4.15

Add missing '#reset-cells' property to cpg nodes.
This flagged by recent dtc.

* tag 'renesas-dt-fixes-for-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
  ARM: dts: r8a779x: Add '#reset-cells' in cpg-mssr
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parents 44e5dced 098f5305
...@@ -1201,6 +1201,7 @@ cpg: clock-controller@e6150000 { ...@@ -1201,6 +1201,7 @@ cpg: clock-controller@e6150000 {
clock-names = "extal", "usb_extal"; clock-names = "extal", "usb_extal";
#clock-cells = <2>; #clock-cells = <2>;
#power-domain-cells = <0>; #power-domain-cells = <0>;
#reset-cells = <1>;
}; };
prr: chipid@ff000044 { prr: chipid@ff000044 {
......
...@@ -829,6 +829,7 @@ cpg: clock-controller@e6150000 { ...@@ -829,6 +829,7 @@ cpg: clock-controller@e6150000 {
clock-names = "extal"; clock-names = "extal";
#clock-cells = <2>; #clock-cells = <2>;
#power-domain-cells = <0>; #power-domain-cells = <0>;
#reset-cells = <1>;
}; };
}; };
......
...@@ -1088,6 +1088,7 @@ cpg: clock-controller@e6150000 { ...@@ -1088,6 +1088,7 @@ cpg: clock-controller@e6150000 {
clock-names = "extal", "usb_extal"; clock-names = "extal", "usb_extal";
#clock-cells = <2>; #clock-cells = <2>;
#power-domain-cells = <0>; #power-domain-cells = <0>;
#reset-cells = <1>;
}; };
rst: reset-controller@e6160000 { rst: reset-controller@e6160000 {
......
...@@ -1099,6 +1099,7 @@ cpg: clock-controller@e6150000 { ...@@ -1099,6 +1099,7 @@ cpg: clock-controller@e6150000 {
clock-names = "extal", "usb_extal"; clock-names = "extal", "usb_extal";
#clock-cells = <2>; #clock-cells = <2>;
#power-domain-cells = <0>; #power-domain-cells = <0>;
#reset-cells = <1>;
}; };
rst: reset-controller@e6160000 { rst: reset-controller@e6160000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment