mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 18:43:33 +02:00
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: 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>
This commit is contained in:
parent
20b02acbd8
commit
d2d0b64f57
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user