mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 04:46:01 +01:00
arm64: dts: Remove unused property device_id
Device tree property "xlnx,device_id" is not used anymore, remove it. Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma@amd.com> Link: https://lore.kernel.org/r/20220930092548.18453-4-ashok.reddy.soma@amd.com Signed-off-by: Michal Simek <michal.simek@amd.com>
This commit is contained in:
parent
aba0e6510f
commit
5ccf97aeb0
@ -44,7 +44,6 @@
|
|||||||
reg = <0x0 0xf1040000 0x0 0x10000>;
|
reg = <0x0 0xf1040000 0x0 0x10000>;
|
||||||
clock-names = "clk_xin", "clk_ahb";
|
clock-names = "clk_xin", "clk_ahb";
|
||||||
clocks = <&clk200 &clk200>;
|
clocks = <&clk200 &clk200>;
|
||||||
xlnx,device_id = <0>;
|
|
||||||
no-1-8-v;
|
no-1-8-v;
|
||||||
xlnx,mio-bank = <0>;
|
xlnx,mio-bank = <0>;
|
||||||
};
|
};
|
||||||
|
@ -44,7 +44,6 @@
|
|||||||
reg = <0x0 0xf1050000 0x0 0x10000>;
|
reg = <0x0 0xf1050000 0x0 0x10000>;
|
||||||
clock-names = "clk_xin", "clk_ahb";
|
clock-names = "clk_xin", "clk_ahb";
|
||||||
clocks = <&clk200 &clk200>;
|
clocks = <&clk200 &clk200>;
|
||||||
xlnx,device_id = <1>;
|
|
||||||
no-1-8-v;
|
no-1-8-v;
|
||||||
xlnx,mio-bank = <0>;
|
xlnx,mio-bank = <0>;
|
||||||
};
|
};
|
||||||
|
@ -56,7 +56,6 @@
|
|||||||
reg = <0x0 0xff160000 0x0 0x1000>;
|
reg = <0x0 0xff160000 0x0 0x1000>;
|
||||||
clock-names = "clk_xin", "clk_ahb";
|
clock-names = "clk_xin", "clk_ahb";
|
||||||
clocks = <&clk_xin &clk_xin>;
|
clocks = <&clk_xin &clk_xin>;
|
||||||
xlnx,device_id = <0>;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -56,7 +56,6 @@
|
|||||||
reg = <0x0 0xff170000 0x0 0x1000>;
|
reg = <0x0 0xff170000 0x0 0x1000>;
|
||||||
clock-names = "clk_xin", "clk_ahb";
|
clock-names = "clk_xin", "clk_ahb";
|
||||||
clocks = <&clk_xin &clk_xin>;
|
clocks = <&clk_xin &clk_xin>;
|
||||||
xlnx,device_id = <1>;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -720,7 +720,6 @@
|
|||||||
interrupts = <0 48 4>;
|
interrupts = <0 48 4>;
|
||||||
reg = <0x0 0xff160000 0x0 0x1000>;
|
reg = <0x0 0xff160000 0x0 0x1000>;
|
||||||
clock-names = "clk_xin", "clk_ahb";
|
clock-names = "clk_xin", "clk_ahb";
|
||||||
xlnx,device_id = <0>;
|
|
||||||
iommus = <&smmu 0x870>;
|
iommus = <&smmu 0x870>;
|
||||||
#clock-cells = <1>;
|
#clock-cells = <1>;
|
||||||
clock-output-names = "clk_out_sd0", "clk_in_sd0";
|
clock-output-names = "clk_out_sd0", "clk_in_sd0";
|
||||||
@ -736,7 +735,6 @@
|
|||||||
interrupts = <0 49 4>;
|
interrupts = <0 49 4>;
|
||||||
reg = <0x0 0xff170000 0x0 0x1000>;
|
reg = <0x0 0xff170000 0x0 0x1000>;
|
||||||
clock-names = "clk_xin", "clk_ahb";
|
clock-names = "clk_xin", "clk_ahb";
|
||||||
xlnx,device_id = <1>;
|
|
||||||
iommus = <&smmu 0x871>;
|
iommus = <&smmu 0x871>;
|
||||||
#clock-cells = <1>;
|
#clock-cells = <1>;
|
||||||
clock-output-names = "clk_out_sd1", "clk_in_sd1";
|
clock-output-names = "clk_out_sd1", "clk_in_sd1";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user