Patch "arm64: dts: meson-gxl: jethub-j80: Fix WiFi MAC address node" has been added to the 6.2-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    arm64: dts: meson-gxl: jethub-j80: Fix WiFi MAC address node

to the 6.2-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     arm64-dts-meson-gxl-jethub-j80-fix-wifi-mac-address-.patch
and it can be found in the queue-6.2 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 02a992ee356c3bb0f7d9bc50939f04619ca138ff
Author: Martin Blumenstingl <martin.blumenstingl@xxxxxxxxxxxxxx>
Date:   Wed Jan 11 22:13:45 2023 +0100

    arm64: dts: meson-gxl: jethub-j80: Fix WiFi MAC address node
    
    [ Upstream commit f95acdb2b4af21caae2c76a48e565158181386ca ]
    
    Unit addresses should be written using lower-case hex characters. Use
    wifi_mac@c to fix a yaml schema validation error once the eFuse
    dt-bindings have been converted to a yaml schema:
      efuse: Unevaluated properties are not allowed ('wifi_mac@C' was
      unexpected)
    
    Also node names should use hyphens instead of underscores as the latter
    can also cause warnings.
    
    Fixes: abfaae24ecf3 ("arm64: dts: meson-gxl: add support for JetHub H1")
    Acked-by: Vyacheslav Bocharov <adeep@xxxxxxxxx>
    Signed-off-by: Martin Blumenstingl <martin.blumenstingl@xxxxxxxxxxxxxx>
    Reviewed-by: Neil Armstrong <neil.armstrong@xxxxxxxxxx>
    Link: https://lore.kernel.org/r/20230111211350.1461860-2-martin.blumenstingl@xxxxxxxxxxxxxx
    Signed-off-by: Neil Armstrong <neil.armstrong@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl-s905w-jethome-jethub-j80.dts b/arch/arm64/boot/dts/amlogic/meson-gxl-s905w-jethome-jethub-j80.dts
index 6831137c5c109..270483e007bc8 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxl-s905w-jethome-jethub-j80.dts
+++ b/arch/arm64/boot/dts/amlogic/meson-gxl-s905w-jethome-jethub-j80.dts
@@ -90,7 +90,7 @@ bt_mac: bt_mac@6 {
 		reg = <0x6 0x6>;
 	};
 
-	wifi_mac: wifi_mac@C {
+	wifi_mac: wifi-mac@c {
 		reg = <0xc 0x6>;
 	};
 };



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux