]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: renesas: rcar-gen3: Add bootph-all to sysinfo EEPROMs
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sun, 8 Jun 2025 21:51:20 +0000 (23:51 +0200)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 19 Jun 2025 17:52:49 +0000 (19:52 +0200)
Add bootph-all property to sysinfo EEPROM on Renesas R-Car Gen3
Salvator-X(S), ULCB, Condor, Ebisu, Draak boards.  The sysinfo
EEPROM is used by U-Boot early on, mark it using the bootph-all
property.  No functional change for the Linux kernel, this only
reduces the divergence of DTs between U-Boot and Linux.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/20250608215212.1619182-1-marek.vasut+renesas@mailbox.org
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm64/boot/dts/renesas/condor-common.dtsi
arch/arm64/boot/dts/renesas/draak.dtsi
arch/arm64/boot/dts/renesas/ebisu.dtsi
arch/arm64/boot/dts/renesas/salvator-common.dtsi
arch/arm64/boot/dts/renesas/ulcb.dtsi

index a1058415057182ab15fc5a60582de3ea8a4838b3..9fe9c722187d841efbccfa275f8c05046bb0ccd2 100644 (file)
 &i2c0 {
        pinctrl-0 = <&i2c0_pins>;
        pinctrl-names = "default";
+       bootph-all;
 
        status = "okay";
        clock-frequency = <400000>;
                compatible = "rohm,br24t01", "atmel,24c01";
                reg = <0x50>;
                pagesize = <8>;
+               bootph-all;
        };
 };
 
index 380b857fd273eb754d0403aa2f536c6ffb49b20c..71d9f277c966ffdf2824ecb26aff1ca8cff04b07 100644 (file)
 &i2c0 {
        pinctrl-0 = <&i2c0_pins>;
        pinctrl-names = "default";
+       bootph-all;
        status = "okay";
 
        ak4613: codec@10 {
                compatible = "rohm,br24t01", "atmel,24c01";
                reg = <0x50>;
                pagesize = <8>;
+               bootph-all;
        };
 };
 
index c518638b58db129ee6395d9d829318d7a1476a30..c4c86344fb90507b284e2cfdb211062b824c9604 100644 (file)
 };
 
 &i2c_dvfs {
+       bootph-all;
        status = "okay";
 
        clock-frequency = <400000>;
                compatible = "rohm,br24t01", "atmel,24c01";
                reg = <0x50>;
                pagesize = <8>;
+               bootph-all;
        };
 };
 
index 68971c870d1722fc9cb2d1e5d9c9da80de3139db..bbb3583372d043570305cd87ccfc3e8a9004c57c 100644 (file)
 };
 
 &i2c_dvfs {
+       bootph-all;
        status = "okay";
 
        clock-frequency = <400000>;
                compatible = "rohm,br24t01", "atmel,24c01";
                reg = <0x50>;
                pagesize = <8>;
+               bootph-all;
        };
 };
 
index fcab957b54f70479e6481e066935a8382e206505..8a30908992ab095f6a398b58c7dfe1bef008e472 100644 (file)
 };
 
 &i2c_dvfs {
+       bootph-all;
        status = "okay";
 
        clock-frequency = <400000>;
                compatible = "rohm,br24t01", "atmel,24c01";
                reg = <0x50>;
                pagesize = <8>;
+               bootph-all;
        };
 };