Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git

This commit is contained in:
Stephen Rothwell 2024-12-20 10:41:11 +11:00
commit 2086880948
7 changed files with 20 additions and 12 deletions

View File

@ -13,6 +13,7 @@ properties:
compatible:
items:
- enum:
- amlogic,meson-hhi-sysctrl
- amlogic,meson-gx-hhi-sysctrl
- amlogic,meson-gx-ao-sysctrl
- amlogic,meson-axg-hhi-sysctrl
@ -36,6 +37,19 @@ properties:
type: object
allOf:
- if:
properties:
compatible:
enum:
- amlogic,meson-hhi-sysctrl
then:
properties:
clock-controller:
$ref: /schemas/clock/amlogic,meson8-clkc.yaml#
pinctrl: false
phy: false
- if:
properties:
compatible:

View File

@ -178,9 +178,8 @@ &sd_emmc_a {
vmmc-supply = <&vddao_3v3>;
vqmmc-supply = <&vddio_boot>;
brcmf: wifi@1 {
sdio: wifi@1 {
reg = <1>;
compatible = "brcm,bcm4329-fmac";
};
};

View File

@ -102,8 +102,7 @@ hdmi_tx_tmds_out: endpoint {
};
&sd_emmc_a {
brcmf: wifi@1 {
sdio: wifi@1 {
reg = <1>;
compatible = "brcm,bcm4329-fmac";
};
};

View File

@ -21,8 +21,7 @@ &ethmac {
};
&sd_emmc_a {
brcmf: wifi@1 {
sdio: wifi@1 {
reg = <1>;
compatible = "brcm,bcm4329-fmac";
};
};

View File

@ -134,9 +134,8 @@ &sd_emmc_a {
vmmc-supply = <&vddao_3v3>;
vqmmc-supply = <&vddio_boot>;
brcmf: wifi@1 {
sdio: wifi@1 {
reg = <1>;
compatible = "brcm,bcm4329-fmac";
};
};

View File

@ -72,8 +72,7 @@ external_phy: ethernet-phy@0 {
};
&sd_emmc_a {
brcmf: wifi@1 {
sdio: wifi@1 {
reg = <1>;
compatible = "brcm,bcm4329-fmac";
};
};

View File

@ -21,8 +21,7 @@ &ethmac {
};
&sd_emmc_a {
brcmf: wifi@1 {
sdio: wifi@1 {
reg = <1>;
compatible = "brcm,bcm4329-fmac";
};
};