]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: imx8mm-phycore-som: add descriptions to nodes
authorYannic Moog <y.moog@phytec.de>
Tue, 18 Feb 2025 07:41:46 +0000 (08:41 +0100)
committerShawn Guo <shawnguo@kernel.org>
Tue, 25 Feb 2025 00:33:00 +0000 (08:33 +0800)
Add missing EEPROM and RTC descriptions. Also use eMMC with
lower-case "e".

Signed-off-by: Yannic Moog <y.moog@phytec.de>
Signed-off-by: Andrej Picej <andrej.picej@norik.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mm-phycore-som.dtsi

index 7e859c65317a4113b7529bca6982e6a9d2e2b2de..cced82226c6d0c853b04499487780bf489965a58 100644 (file)
                status = "disabled";
        };
 
+       /* EEPROM */
        eeprom@51 {
                compatible = "atmel,24c32";
                pagesize = <32>;
                vcc-supply = <&reg_vdd_3v3_s>;
        };
 
+       /* RTC */
        rv3028: rtc@52 {
                compatible = "microcrystal,rv3028";
                interrupts = <3 IRQ_TYPE_LEVEL_LOW>;
        };
 };
 
-/* EMMC */
+/* eMMC */
 &usdhc3 {
        assigned-clocks = <&clk IMX8MM_CLK_USDHC3_ROOT>;
        assigned-clock-rates = <400000000>;