Commit d2d0b64f authored by Marek Vasut's avatar Marek Vasut Committed by Geert Uytterhoeven
Browse files

arm64: dts: renesas: rcar-gen3: Add bootph-all to sysinfo EEPROMs



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: default avatarMarek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/20250608215212.1619182-1-marek.vasut+renesas@mailbox.org


Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent 20b02acb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -174,6 +174,7 @@ phy0: ethernet-phy@0 {
&i2c0 {
	pinctrl-0 = <&i2c0_pins>;
	pinctrl-names = "default";
	bootph-all;

	status = "okay";
	clock-frequency = <400000>;
@@ -230,6 +231,7 @@ eeprom@50 {
		compatible = "rohm,br24t01", "atmel,24c01";
		reg = <0x50>;
		pagesize = <8>;
		bootph-all;
	};
};

+2 −0
Original line number Diff line number Diff line
@@ -308,6 +308,7 @@ &hsusb {
&i2c0 {
	pinctrl-0 = <&i2c0_pins>;
	pinctrl-names = "default";
	bootph-all;
	status = "okay";

	ak4613: codec@10 {
@@ -449,6 +450,7 @@ eeprom@50 {
		compatible = "rohm,br24t01", "atmel,24c01";
		reg = <0x50>;
		pagesize = <8>;
		bootph-all;
	};
};

+2 −0
Original line number Diff line number Diff line
@@ -512,6 +512,7 @@ cs2000: clk-multiplier@4f {
};

&i2c_dvfs {
	bootph-all;
	status = "okay";

	clock-frequency = <400000>;
@@ -535,6 +536,7 @@ eeprom@50 {
		compatible = "rohm,br24t01", "atmel,24c01";
		reg = <0x50>;
		pagesize = <8>;
		bootph-all;
	};
};

+2 −0
Original line number Diff line number Diff line
@@ -592,6 +592,7 @@ csa_dvfs: adc@7f {
};

&i2c_dvfs {
	bootph-all;
	status = "okay";

	clock-frequency = <400000>;
@@ -625,6 +626,7 @@ eeprom@50 {
		compatible = "rohm,br24t01", "atmel,24c01";
		reg = <0x50>;
		pagesize = <8>;
		bootph-all;
	};
};

+2 −0
Original line number Diff line number Diff line
@@ -244,6 +244,7 @@ versaclock5: clock-generator@6a {
};

&i2c_dvfs {
	bootph-all;
	status = "okay";

	clock-frequency = <400000>;
@@ -277,6 +278,7 @@ eeprom@50 {
		compatible = "rohm,br24t01", "atmel,24c01";
		reg = <0x50>;
		pagesize = <8>;
		bootph-all;
	};
};