diff options
author | Douglas Anderson <[email protected]> | 2022-02-02 13:23:45 -0800 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2022-02-04 15:53:33 -0600 |
commit | 96b34a6ea7d03876fb9b82ac8db5648a24fc7b2e (patch) | |
tree | cbaac44712b1791c52b0a6c4d02543ad152ea6ee | |
parent | ad4152d6e2599c62ef012e528acc5e77ca6765c1 (diff) |
arm64: dts: qcom: sc7280: Add a blank line in the dp node
It's weird that there's a blank line between the two port nodes but
not between the attributes and the first port node. Add an extra blank
line to make it look right.
Signed-off-by: Douglas Anderson <[email protected]>
Reviewed-by: Stephen Boyd <[email protected]>
Reviewed-by: Matthias Kaehlcke <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/20220202132301.v3.11.Iecb7267402e697a5cfef4cd517116ea5b308ac9e@changeid
-rw-r--r-- | arch/arm64/boot/dts/qcom/sc7280.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sc7280.dtsi b/arch/arm64/boot/dts/qcom/sc7280.dtsi index 54995212280d..3572399282d8 100644 --- a/arch/arm64/boot/dts/qcom/sc7280.dtsi +++ b/arch/arm64/boot/dts/qcom/sc7280.dtsi @@ -3149,6 +3149,7 @@ ports { #address-cells = <1>; #size-cells = <0>; + port@0 { reg = <0>; dp_in: endpoint { |