mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 04:23:35 +02:00
arm64: dts: broadcom: Use preferred node names
Update various node names to use the documented preferred names. Node names/path aren't considered ABI, so changing them should be safe. Signed-off-by: Rob Herring (Arm) <robh@kernel.org> Link: https://lore.kernel.org/r/20260106-dt-dtbs-broadcom-fixes-v1-8-ba45874e4553@kernel.org Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
This commit is contained in:
parent
8a4cac07ea
commit
fcaa61afdf
|
|
@ -111,7 +111,7 @@ &ssp0 {
|
|||
&ssp1 {
|
||||
status = "okay";
|
||||
|
||||
at25@0 {
|
||||
eeprom@0 {
|
||||
compatible = "atmel,at25";
|
||||
reg = <0>;
|
||||
spi-max-frequency = <5000000>;
|
||||
|
|
@ -151,7 +151,7 @@ &sdio1 {
|
|||
};
|
||||
|
||||
&nand {
|
||||
nandcs@0 {
|
||||
nand@0 {
|
||||
compatible = "brcm,nandcs";
|
||||
reg = <0>;
|
||||
nand-ecc-mode = "hw";
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ gphy0: eth-phy@10 {
|
|||
};
|
||||
|
||||
&nand {
|
||||
nandcs@0 {
|
||||
nand@0 {
|
||||
compatible = "brcm,nandcs";
|
||||
reg = <0>;
|
||||
nand-ecc-mode = "hw";
|
||||
|
|
|
|||
|
|
@ -657,7 +657,7 @@ hwrng: hwrng@66220000 {
|
|||
reg = <0x66220000 0x28>;
|
||||
};
|
||||
|
||||
sata_phy: sata_phy@663f0100 {
|
||||
sata_phy: sata-phy@663f0100 {
|
||||
compatible = "brcm,iproc-ns2-sata-phy";
|
||||
reg = <0x663f0100 0x1f00>,
|
||||
<0x663f004c 0x10>;
|
||||
|
|
@ -701,7 +701,7 @@ sata1: sata-port@1 {
|
|||
};
|
||||
};
|
||||
|
||||
sdio0: sdhci@66420000 {
|
||||
sdio0: mmc@66420000 {
|
||||
compatible = "brcm,sdhci-iproc-cygnus";
|
||||
reg = <0x66420000 0x100>;
|
||||
interrupts = <GIC_SPI 421 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
|
@ -711,7 +711,7 @@ sdio0: sdhci@66420000 {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
sdio1: sdhci@66430000 {
|
||||
sdio1: mmc@66430000 {
|
||||
compatible = "brcm,sdhci-iproc-cygnus";
|
||||
reg = <0x66430000 0x100>;
|
||||
interrupts = <GIC_SPI 422 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
|
@ -721,7 +721,7 @@ sdio1: sdhci@66430000 {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
nand: nand@66460000 {
|
||||
nand: nand-controller@66460000 {
|
||||
compatible = "brcm,nand-iproc", "brcm,brcmnand-v6.1";
|
||||
reg = <0x66460000 0x600>,
|
||||
<0x67015408 0x600>,
|
||||
|
|
|
|||
|
|
@ -88,7 +88,7 @@ &enet {
|
|||
|
||||
&nand {
|
||||
status = "okay";
|
||||
nandcs@0 {
|
||||
nand@0 {
|
||||
compatible = "brcm,nandcs";
|
||||
reg = <0>;
|
||||
nand-ecc-mode = "hw";
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
#include <dt-bindings/pinctrl/brcm,pinctrl-stingray.h>
|
||||
|
||||
pinconf: pinconf@140000 {
|
||||
pinconf: pinctrl@140000 {
|
||||
compatible = "pinconf-single";
|
||||
reg = <0x00140000 0x250>;
|
||||
pinctrl-single,register-width = <32>;
|
||||
|
|
|
|||
|
|
@ -691,7 +691,7 @@ enet: ethernet@340000 {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
nand: nand@360000 {
|
||||
nand: nand-controller@360000 {
|
||||
compatible = "brcm,nand-iproc", "brcm,brcmnand-v6.1";
|
||||
reg = <0x00360000 0x600>,
|
||||
<0x0050a408 0x600>,
|
||||
|
|
@ -704,7 +704,7 @@ nand: nand@360000 {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
sdio0: sdhci@3f1000 {
|
||||
sdio0: mmc@3f1000 {
|
||||
compatible = "brcm,sdhci-iproc";
|
||||
reg = <0x003f1000 0x100>;
|
||||
interrupts = <GIC_SPI 204 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
|
@ -714,7 +714,7 @@ sdio0: sdhci@3f1000 {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
sdio1: sdhci@3f2000 {
|
||||
sdio1: mmc@3f2000 {
|
||||
compatible = "brcm,sdhci-iproc";
|
||||
reg = <0x003f2000 0x100>;
|
||||
interrupts = <GIC_SPI 205 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user