Skip to content

Commit

Permalink
overlays: Remove superfluous #address/size-cells
Browse files Browse the repository at this point in the history
Newer versions of dtc warn about unnecessary usage of #address-cells
and #size-cells, so remove them.

Signed-off-by: Phil Elwell <phil@raspberrypi.org>
  • Loading branch information
Phil Elwell committed May 28, 2019
1 parent 0978fdd commit 6c98dc8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions arch/arm/boot/dts/overlays/adv7282m-overlay.dts
Expand Up @@ -35,13 +35,9 @@
fragment@1 {
target = <&csi1>;
__overlay__ {
#address-cells = <1>;
#size-cells = <0>;
status = "okay";

port {
#address-cells = <1>;
#size-cells = <0>;
csi1_ep: endpoint {
remote-endpoint = <&adv728x_0>;
};
Expand Down
4 changes: 0 additions & 4 deletions arch/arm/boot/dts/overlays/ov5647-overlay.dts
Expand Up @@ -44,13 +44,9 @@
fragment@1 {
target = <&csi1>;
__overlay__ {
#address-cells = <1>;
#size-cells = <0>;
status = "okay";

port {
#address-cells = <1>;
#size-cells = <0>;
csi1_ep: endpoint {
remote-endpoint = <&ov5647_0>;
};
Expand Down
4 changes: 0 additions & 4 deletions arch/arm/boot/dts/overlays/tc358743-overlay.dts
Expand Up @@ -43,13 +43,9 @@
fragment@1 {
target = <&csi1>;
__overlay__ {
#address-cells = <1>;
#size-cells = <0>;
status = "okay";

port {
#address-cells = <1>;
#size-cells = <0>;
csi1_ep: endpoint {
remote-endpoint = <&tc358743>;
};
Expand Down

0 comments on commit 6c98dc8

Please sign in to comment.