arm64: dts: renesas: Clean up sysinfo EEPROM DT description on R-Car Gen3
Most of the sysinfo EEPROM node eeprom@50 is now part of the core DTs,
remove duplicate DT properties from *-u-boot.dtsi . Adjust the phandle
reference to i2c-eeprom in sysinfo node using <&{i2c_*/eeprom@50}> to
avoid need for DT label. No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
/ {
|
||||
sysinfo {
|
||||
compatible = "renesas,rcar-sysinfo";
|
||||
i2c-eeprom = <&sysinfo_eeprom>;
|
||||
i2c-eeprom = <&{i2c_dvfs/eeprom@50}>;
|
||||
bootph-all;
|
||||
};
|
||||
};
|
||||
@@ -18,9 +18,8 @@
|
||||
&i2c_dvfs {
|
||||
bootph-all;
|
||||
|
||||
sysinfo_eeprom: eeprom@50 {
|
||||
eeprom@50 {
|
||||
bootph-all;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
sysinfo {
|
||||
compatible = "renesas,rcar-sysinfo";
|
||||
i2c-eeprom = <&sysinfo_eeprom>;
|
||||
i2c-eeprom = <&{i2c_dvfs/eeprom@50}>;
|
||||
bootph-all;
|
||||
};
|
||||
};
|
||||
@@ -27,12 +27,8 @@
|
||||
&i2c_dvfs {
|
||||
bootph-all;
|
||||
|
||||
sysinfo_eeprom: eeprom@50 {
|
||||
compatible = "rohm,br24t01", "atmel,24c01";
|
||||
reg = <0x50>;
|
||||
pagesize = <8>;
|
||||
eeprom@50 {
|
||||
bootph-all;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
/ {
|
||||
sysinfo {
|
||||
compatible = "renesas,rcar-sysinfo";
|
||||
i2c-eeprom = <&sysinfo_eeprom>;
|
||||
i2c-eeprom = <&{i2c_dvfs/eeprom@50}>;
|
||||
bootph-all;
|
||||
};
|
||||
};
|
||||
@@ -18,9 +18,8 @@
|
||||
&i2c_dvfs {
|
||||
bootph-all;
|
||||
|
||||
sysinfo_eeprom: eeprom@50 {
|
||||
eeprom@50 {
|
||||
bootph-all;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
sysinfo {
|
||||
compatible = "renesas,rcar-sysinfo";
|
||||
i2c-eeprom = <&sysinfo_eeprom>;
|
||||
i2c-eeprom = <&{i2c_dvfs/eeprom@50}>;
|
||||
bootph-all;
|
||||
};
|
||||
};
|
||||
@@ -27,12 +27,8 @@
|
||||
&i2c_dvfs {
|
||||
bootph-all;
|
||||
|
||||
sysinfo_eeprom: eeprom@50 {
|
||||
compatible = "rohm,br24t01", "atmel,24c01";
|
||||
reg = <0x50>;
|
||||
pagesize = <8>;
|
||||
eeprom@50 {
|
||||
bootph-all;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
/ {
|
||||
sysinfo {
|
||||
compatible = "renesas,rcar-sysinfo";
|
||||
i2c-eeprom = <&sysinfo_eeprom>;
|
||||
i2c-eeprom = <&{i2c_dvfs/eeprom@50}>;
|
||||
bootph-all;
|
||||
};
|
||||
};
|
||||
@@ -18,9 +18,8 @@
|
||||
&i2c_dvfs {
|
||||
bootph-all;
|
||||
|
||||
sysinfo_eeprom: eeprom@50 {
|
||||
eeprom@50 {
|
||||
bootph-all;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
sysinfo {
|
||||
compatible = "renesas,rcar-sysinfo";
|
||||
i2c-eeprom = <&sysinfo_eeprom>;
|
||||
i2c-eeprom = <&{i2c_dvfs/eeprom@50}>;
|
||||
bootph-all;
|
||||
};
|
||||
};
|
||||
@@ -27,12 +27,8 @@
|
||||
&i2c_dvfs {
|
||||
bootph-all;
|
||||
|
||||
sysinfo_eeprom: eeprom@50 {
|
||||
compatible = "rohm,br24t01", "atmel,24c01";
|
||||
reg = <0x50>;
|
||||
pagesize = <8>;
|
||||
eeprom@50 {
|
||||
bootph-all;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
sysinfo {
|
||||
compatible = "renesas,rcar-sysinfo";
|
||||
i2c-eeprom = <&sysinfo_eeprom>;
|
||||
i2c-eeprom = <&{i2c0/eeprom@50}>;
|
||||
bootph-all;
|
||||
};
|
||||
};
|
||||
@@ -22,10 +22,7 @@
|
||||
&i2c0 {
|
||||
bootph-all;
|
||||
|
||||
sysinfo_eeprom: eeprom@50 {
|
||||
compatible = "rohm,br24t01", "atmel,24c01";
|
||||
reg = <0x50>;
|
||||
pagesize = <8>;
|
||||
eeprom@50 {
|
||||
bootph-all;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -10,23 +10,16 @@
|
||||
/ {
|
||||
sysinfo {
|
||||
compatible = "renesas,rcar-sysinfo";
|
||||
i2c-eeprom = <&sysinfo_eeprom>;
|
||||
i2c-eeprom = <&{i2c_dvfs/eeprom@50}>;
|
||||
bootph-all;
|
||||
};
|
||||
};
|
||||
|
||||
&i2c_dvfs {
|
||||
compatible = "renesas,iic-r8a77990",
|
||||
"renesas,rcar-gen3-iic",
|
||||
"renesas,rmobile-iic";
|
||||
bootph-all;
|
||||
|
||||
sysinfo_eeprom: eeprom@50 {
|
||||
compatible = "rohm,br24t01", "atmel,24c01";
|
||||
reg = <0x50>;
|
||||
pagesize = <8>;
|
||||
eeprom@50 {
|
||||
bootph-all;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
/ {
|
||||
sysinfo {
|
||||
compatible = "renesas,rcar-sysinfo";
|
||||
i2c-eeprom = <&sysinfo_eeprom>;
|
||||
i2c-eeprom = <&{i2c0/eeprom@50}>;
|
||||
bootph-all;
|
||||
};
|
||||
};
|
||||
@@ -18,10 +18,7 @@
|
||||
&i2c0 {
|
||||
bootph-all;
|
||||
|
||||
sysinfo_eeprom: eeprom@50 {
|
||||
compatible = "rohm,br24t01", "atmel,24c01";
|
||||
reg = <0x50>;
|
||||
pagesize = <8>;
|
||||
eeprom@50 {
|
||||
bootph-all;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user