mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 16:44:58 +02:00
arm64: dts: sprd: rename SDHCI and fuel gauge nodes to match bindings
DT bindings expect SDHCI/MMC nodes to be called 'mmc', rename them. According to DT spec, node names should be generic. Rename the sprd,sc2731-fgu node to a more generic "fuel-gauge". Reviewed-by: Baolin Wang <baolin.wang@linux.alibaba.com> Signed-off-by: Stanislav Jakubek <stano.jakubek@gmail.com> Link: https://lore.kernel.org/r/861648dea0d36017327e1742ef4ef42f54b971b8.1722842067.git.stano.jakubek@gmail.com Link: https://lore.kernel.org/r/45f5b1b8aac893d9b87c43ea76370199da4e3ff1.1722842067.git.stano.jakubek@gmail.com [krzysztof: squash last patch for fuel gauge here, because such trivial node cleanups is basically one logical change] Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
parent
2bc1577ea2
commit
0dcc203956
|
|
@ -95,7 +95,7 @@ pmic_adc: adc@480 {
|
|||
nvmem-cells = <&adc_big_scale>, <&adc_small_scale>;
|
||||
};
|
||||
|
||||
fgu@a00 {
|
||||
fuel-gauge@a00 {
|
||||
compatible = "sprd,sc2731-fgu";
|
||||
reg = <0xa00>;
|
||||
bat-detect-gpio = <&pmic_eic 9 GPIO_ACTIVE_HIGH>;
|
||||
|
|
|
|||
|
|
@ -551,7 +551,7 @@ ap-ahb {
|
|||
#size-cells = <2>;
|
||||
ranges;
|
||||
|
||||
sdio0: sdio@20300000 {
|
||||
sdio0: mmc@20300000 {
|
||||
compatible = "sprd,sdhci-r11";
|
||||
reg = <0 0x20300000 0 0x1000>;
|
||||
interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
|
@ -567,7 +567,7 @@ sdio0: sdio@20300000 {
|
|||
no-mmc;
|
||||
};
|
||||
|
||||
sdio3: sdio@20600000 {
|
||||
sdio3: mmc@20600000 {
|
||||
compatible = "sprd,sdhci-r11";
|
||||
reg = <0 0x20600000 0 0x1000>;
|
||||
interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
|
|
|||
|
|
@ -133,7 +133,7 @@ ap_dma: dma-controller@20100000 {
|
|||
clocks = <&apahb_gate CLK_DMA_EB>;
|
||||
};
|
||||
|
||||
sdio3: sdio@50430000 {
|
||||
sdio3: mmc@50430000 {
|
||||
compatible = "sprd,sdhci-r11";
|
||||
reg = <0 0x50430000 0 0x1000>;
|
||||
interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user