Skip to content

Commit 39813e1

Browse files
krzkMani-Sadhasivam
authored andcommitted
dt-bindings: PCI: sifive,fu740-pcie: Fix include placement in DTS example
Coding style and common logic dictates that headers should not be included in device nodes. No functional impact. Signed-off-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Manivannan Sadhasivam <[email protected]> Reviewed-by: Manivannan Sadhasivam <[email protected]> Reviewed-by: Rob Herring (Arm) <[email protected]> Link: https://patch.msgid.link/[email protected]
1 parent 2a24e06 commit 39813e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/pci/sifive,fu740-pcie.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ unevaluatedProperties: false
8181

8282
examples:
8383
- |
84+
#include <dt-bindings/clock/sifive-fu740-prci.h>
8485
bus {
8586
#address-cells = <2>;
8687
#size-cells = <2>;
87-
#include <dt-bindings/clock/sifive-fu740-prci.h>
8888
8989
pcie@e00000000 {
9090
compatible = "sifive,fu740-pcie";

0 commit comments

Comments
 (0)