mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 18:43:33 +02:00
arm64: dts: marvell: cn9130-crb: drop wrong unit-addresses
Top-level nodes, not being on MMIO bus, do not have "reg" properties and should not have unit addresses. Correct their name as well to match "Generic node names" recommendation from Devicetree specification. This also fixes dtc W=1 warnings: cn9130-crb.dtsi:29.35-37.4: Warning (unit_address_vs_reg): /ap0_mmc_vccq@0: node has a unit name, but no reg or ranges property cn9130-crb.dtsi:39.38-46.4: Warning (unit_address_vs_reg): /cp0_usb3_vbus@1: node has a unit name, but no reg or ranges property cn9130-crb.dtsi:57.33-65.4: Warning (unit_address_vs_reg): /cp0_sd_vccq@0: node has a unit name, but no reg or ranges property cn9130-crb.dtsi:67.31-75.4: Warning (unit_address_vs_reg): /cp0_sd_vcc@0: node has a unit name, but no reg or ranges property Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
This commit is contained in:
parent
0f78d6da0e
commit
f69025d38d
|
|
@ -26,7 +26,7 @@ memory@0 {
|
|||
reg = <0x0 0x0 0x0 0x80000000>;
|
||||
};
|
||||
|
||||
ap0_reg_mmc_vccq: ap0_mmc_vccq@0 {
|
||||
ap0_reg_mmc_vccq: regulator-1 {
|
||||
compatible = "regulator-gpio";
|
||||
regulator-name = "ap0_mmc_vccq";
|
||||
regulator-min-microvolt = <1800000>;
|
||||
|
|
@ -36,7 +36,7 @@ ap0_reg_mmc_vccq: ap0_mmc_vccq@0 {
|
|||
3300000 0x0>;
|
||||
};
|
||||
|
||||
cp0_reg_usb3_vbus1: cp0_usb3_vbus@1 {
|
||||
cp0_reg_usb3_vbus1: regulator-2 {
|
||||
compatible = "regulator-fixed";
|
||||
regulator-name = "cp0-xhci1-vbus";
|
||||
regulator-min-microvolt = <5000000>;
|
||||
|
|
@ -45,16 +45,16 @@ cp0_reg_usb3_vbus1: cp0_usb3_vbus@1 {
|
|||
gpio = <&expander0 8 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
cp0_usb3_0_phy0: cp0_usb3_phy0 {
|
||||
cp0_usb3_0_phy0: usb-phy-1 {
|
||||
compatible = "usb-nop-xceiv";
|
||||
};
|
||||
|
||||
cp0_usb3_0_phy1: cp0_usb3_phy1 {
|
||||
cp0_usb3_0_phy1: usb-phy-2 {
|
||||
compatible = "usb-nop-xceiv";
|
||||
vcc-supply = <&cp0_reg_usb3_vbus1>;
|
||||
};
|
||||
|
||||
cp0_reg_sd_vccq: cp0_sd_vccq@0 {
|
||||
cp0_reg_sd_vccq: regulator-3 {
|
||||
compatible = "regulator-gpio";
|
||||
regulator-name = "cp0_sd_vccq";
|
||||
regulator-min-microvolt = <1800000>;
|
||||
|
|
@ -64,7 +64,7 @@ cp0_reg_sd_vccq: cp0_sd_vccq@0 {
|
|||
3300000 0x0>;
|
||||
};
|
||||
|
||||
cp0_reg_sd_vcc: cp0_sd_vcc@0 {
|
||||
cp0_reg_sd_vcc: regulator-4 {
|
||||
compatible = "regulator-fixed";
|
||||
regulator-name = "cp0_sd_vcc";
|
||||
regulator-min-microvolt = <3300000>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user