mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 12:03:54 +02:00
ARM: dts: nuvoton: Minor whitespace cleanup
The DTS code coding style expects exactly one space around '=' character. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://patch.msgid.link/20250819131725.86770-3-krzysztof.kozlowski@linaro.org Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Link: https://lore.kernel.org/r/20260117182117.14483-4-krzk@kernel.org Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
parent
896cc203af
commit
aeec6d68b6
|
|
@ -154,7 +154,7 @@ sdmmc: mmc@f0842000 {
|
|||
status = "disabled";
|
||||
reg = <0xf0842000 0x200>;
|
||||
interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&clk NPCM7XX_CLK_AHB>;
|
||||
clocks = <&clk NPCM7XX_CLK_AHB>;
|
||||
clock-names = "clk_mmc";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&mmc8_pins
|
||||
|
|
@ -166,7 +166,7 @@ sdhci: mmc@f0840000 {
|
|||
status = "disabled";
|
||||
reg = <0xf0840000 0x200>;
|
||||
interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&clk NPCM7XX_CLK_AHB>;
|
||||
clocks = <&clk NPCM7XX_CLK_AHB>;
|
||||
clock-names = "clk_sdhc";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&sd1_pins>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user