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 a105841..9fe9c72 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 380b857..71d9f27 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 c518638..c4c8634 100644 (file)
 };
 
 &i2c_dvfs {
+       bootph-all;
        status = "okay";
 
        clock-frequency = <400000>;
                compatible = "rohm,br24t01", "atmel,24c01";
                reg = <0x50>;
                pagesize = <8>;
+               bootph-all;
        };
 };
 
index 68971c8..bbb3583 100644 (file)
 };
 
 &i2c_dvfs {
+       bootph-all;
        status = "okay";
 
        clock-frequency = <400000>;
                compatible = "rohm,br24t01", "atmel,24c01";
                reg = <0x50>;
                pagesize = <8>;
+               bootph-all;
        };
 };
 
index fcab957..8a30908 100644 (file)
 };
 
 &i2c_dvfs {
+       bootph-all;
        status = "okay";
 
        clock-frequency = <400000>;
                compatible = "rohm,br24t01", "atmel,24c01";
                reg = <0x50>;
                pagesize = <8>;
+               bootph-all;
        };
 };