提交 0a70c5d2 编写于 作者: K Krzysztof Kozlowski 提交者: Ulf Hansson

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: NKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: NFlorian Fainelli <f.fainelli@gmail.com>
Link: https://lore.kernel.org/r/20220428081817.35382-2-krzysztof.kozlowski@linaro.orgSigned-off-by: NUlf Hansson <ulf.hansson@linaro.org>
上级 b16ebda6
...@@ -65,15 +65,15 @@ unevaluatedProperties: false ...@@ -65,15 +65,15 @@ unevaluatedProperties: false
examples: examples:
- | - |
mmc@84b0000 { mmc@84b0000 {
sd-uhs-sdr50;
sd-uhs-ddr50;
sd-uhs-sdr104;
sdhci,auto-cmd12;
compatible = "brcm,bcm7216-sdhci", compatible = "brcm,bcm7216-sdhci",
"brcm,bcm7445-sdhci", "brcm,bcm7445-sdhci",
"brcm,sdhci-brcmstb"; "brcm,sdhci-brcmstb";
reg = <0x84b0000 0x260>, <0x84b0300 0x200>; reg = <0x84b0000 0x260>, <0x84b0300 0x200>;
reg-names = "host", "cfg"; reg-names = "host", "cfg";
sd-uhs-sdr50;
sd-uhs-ddr50;
sd-uhs-sdr104;
sdhci,auto-cmd12;
interrupts = <0x0 0x26 0x4>; interrupts = <0x0 0x26 0x4>;
interrupt-names = "sdio0_0"; interrupt-names = "sdio0_0";
clocks = <&scmi_clk 245>; clocks = <&scmi_clk 245>;
...@@ -81,6 +81,11 @@ examples: ...@@ -81,6 +81,11 @@ examples:
}; };
mmc@84b1000 { mmc@84b1000 {
compatible = "brcm,bcm7216-sdhci",
"brcm,bcm7445-sdhci",
"brcm,sdhci-brcmstb";
reg = <0x84b1000 0x260>, <0x84b1300 0x200>;
reg-names = "host", "cfg";
mmc-ddr-1_8v; mmc-ddr-1_8v;
mmc-hs200-1_8v; mmc-hs200-1_8v;
mmc-hs400-1_8v; mmc-hs400-1_8v;
...@@ -88,11 +93,6 @@ examples: ...@@ -88,11 +93,6 @@ examples:
supports-cqe; supports-cqe;
non-removable; non-removable;
bus-width = <0x8>; bus-width = <0x8>;
compatible = "brcm,bcm7216-sdhci",
"brcm,bcm7445-sdhci",
"brcm,sdhci-brcmstb";
reg = <0x84b1000 0x260>, <0x84b1300 0x200>;
reg-names = "host", "cfg";
interrupts = <0x0 0x27 0x4>; interrupts = <0x0 0x27 0x4>;
interrupt-names = "sdio1_0"; interrupt-names = "sdio1_0";
clocks = <&scmi_clk 245>; clocks = <&scmi_clk 245>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册