Skip to content

Commit 0a70c5d

Browse files
krzkUlf Hansson
authored andcommitted
dt-bindings: mmc: brcm,sdhci-brcmstb: cleanup example
Cleanup indentation and order of entries in example DTS. The most important when reading the DTS are compatible and reg. By convention they are usually to first entries. No functional change. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Acked-by: Florian Fainelli <f.fainelli@gmail.com> Link: https://lore.kernel.org/r/20220428081817.35382-2-krzysztof.kozlowski@linaro.org Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
1 parent b16ebda commit 0a70c5d

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

Documentation/devicetree/bindings/mmc/brcm,sdhci-brcmstb.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,34 +65,34 @@ unevaluatedProperties: false
6565
examples:
6666
- |
6767
mmc@84b0000 {
68-
sd-uhs-sdr50;
69-
sd-uhs-ddr50;
70-
sd-uhs-sdr104;
71-
sdhci,auto-cmd12;
7268
compatible = "brcm,bcm7216-sdhci",
7369
"brcm,bcm7445-sdhci",
7470
"brcm,sdhci-brcmstb";
7571
reg = <0x84b0000 0x260>, <0x84b0300 0x200>;
7672
reg-names = "host", "cfg";
73+
sd-uhs-sdr50;
74+
sd-uhs-ddr50;
75+
sd-uhs-sdr104;
76+
sdhci,auto-cmd12;
7777
interrupts = <0x0 0x26 0x4>;
7878
interrupt-names = "sdio0_0";
7979
clocks = <&scmi_clk 245>;
8080
clock-names = "sw_sdio";
8181
};
8282
8383
mmc@84b1000 {
84+
compatible = "brcm,bcm7216-sdhci",
85+
"brcm,bcm7445-sdhci",
86+
"brcm,sdhci-brcmstb";
87+
reg = <0x84b1000 0x260>, <0x84b1300 0x200>;
88+
reg-names = "host", "cfg";
8489
mmc-ddr-1_8v;
8590
mmc-hs200-1_8v;
8691
mmc-hs400-1_8v;
8792
mmc-hs400-enhanced-strobe;
8893
supports-cqe;
8994
non-removable;
9095
bus-width = <0x8>;
91-
compatible = "brcm,bcm7216-sdhci",
92-
"brcm,bcm7445-sdhci",
93-
"brcm,sdhci-brcmstb";
94-
reg = <0x84b1000 0x260>, <0x84b1300 0x200>;
95-
reg-names = "host", "cfg";
9696
interrupts = <0x0 0x27 0x4>;
9797
interrupt-names = "sdio1_0";
9898
clocks = <&scmi_clk 245>;

0 commit comments

Comments
 (0)