Skip to content

Commit

Permalink
devicetree: fix some bindings file names
Browse files Browse the repository at this point in the history
There were some file movements that changed the location for
some DT bindings. Fix them with:
	scripts/documentation-file-ref-check --fix

After manually checking if the new file makes sense.

Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Acked-by: Jonathan Corbet <[email protected]>
  • Loading branch information
mchehab committed Jun 15, 2018
1 parent 5efa6f8 commit 6c79521
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ Required Properties:
};

For information on battery specific node, Ref:
Documentation/devicetree/bindings/power_supply/ab8500/fg.txt
Documentation/devicetree/bindings/power/supply/ab8500/fg.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ ab8500_chargalg {
};

For information on battery specific node, Ref:
Documentation/devicetree/bindings/power_supply/ab8500/fg.txt
Documentation/devicetree/bindings/power/supply/ab8500/fg.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ Required Properties:
};

For information on battery specific node, Ref:
Documentation/devicetree/bindings/power_supply/ab8500/fg.txt
Documentation/devicetree/bindings/power/supply/ab8500/fg.txt

0 comments on commit 6c79521

Please sign in to comment.