]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
arm: dts: vexpress: Drop unused properties from motherboard node
authorRob Herring <robh@kernel.org>
Thu, 19 Aug 2021 18:42:37 +0000 (13:42 -0500)
committerSudeep Holla <sudeep.holla@arm.com>
Tue, 14 Sep 2021 10:33:13 +0000 (11:33 +0100)
Drop the '#interrupt-cells' property in the motherboard node which has no
effect as the node is neither an interrupt-controller or interrupt-map
(that's in the parent node).

Drop 'model' as it is not used by software nor documented.

Drop 'arm,v2m-memory-map' as it is not used by software. The purpose was
to describe which memory map, but that's all described by the DT
already.

Link: https://lore.kernel.org/r/20210819184239.1192395-4-robh@kernel.org
Cc: Andre Przywara <andre.przywara@arm.com>
Cc: Sudeep Holla <sudeep.holla@arm.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
arch/arm/boot/dts/vexpress-v2m-rs1.dtsi
arch/arm/boot/dts/vexpress-v2m.dtsi
arch/arm64/boot/dts/arm/foundation-v8.dtsi
arch/arm64/boot/dts/arm/juno-motherboard.dtsi
arch/arm64/boot/dts/arm/rtsm_ve-motherboard.dtsi

index bcb3f581977a0d9a8f586077a764b706fc9b2020..f58e8e17120d833ebe01876d09ec2f09ffef2a01 100644 (file)
 
        bus@8000000 {
                motherboard-bus {
-                       model = "V2M-P1";
                        arm,hbi = <0x190>;
                        arm,vexpress,site = <0>;
-                       arm,v2m-memory-map = "rs1";
                        compatible = "arm,vexpress,v2m-p1", "simple-bus";
                        #address-cells = <2>; /* SMB chipselect number and offset */
                        #size-cells = <1>;
-                       #interrupt-cells = <1>;
                        ranges;
 
                        nor_flash: flash@0 {
index ec13ceb9ed362263fb7bd4428f75616d75f25384..fb8ca984ce1faa5f5b31a9f45a0146410d42e3b9 100644 (file)
 / {
        bus@4000000 {
                motherboard {
-                       model = "V2M-P1";
                        arm,hbi = <0x190>;
                        arm,vexpress,site = <0>;
                        compatible = "arm,vexpress,v2m-p1", "simple-bus";
                        #address-cells = <2>; /* SMB chipselect number and offset */
                        #size-cells = <1>;
-                       #interrupt-cells = <1>;
                        ranges;
 
                        flash@0,00000000 {
index 05ae893d1b2ee7aaf048b353fd829eb2ae5b96ad..fbf13f7c2baf5db494c41a7769cfe0ede723b446 100644 (file)
 
        bus@8000000 {
                compatible = "arm,vexpress,v2m-p1", "simple-bus";
-               arm,v2m-memory-map = "rs1";
                #address-cells = <2>; /* SMB chipselect number and offset */
                #size-cells = <1>;
 
index f45c912b28069f3a52e30d74a640b97d6c5ce9bb..4e124d955c8e7f3707de2bc499b4d9c6cfe9e84d 100644 (file)
                        compatible = "arm,vexpress,v2p-p1", "simple-bus";
                        #address-cells = <2>;  /* SMB chipselect number and offset */
                        #size-cells = <1>;
-                       #interrupt-cells = <1>;
                        ranges;
-                       model = "V2M-Juno";
                        arm,hbi = <0x252>;
                        arm,vexpress,site = <0>;
-                       arm,v2m-memory-map = "rs1";
 
                        flash@0 {
                                /* 2 * 32MiB NOR Flash memory mounted on CS0 */
index 7260bcf4b2abc0c4b4c8e3847e6b32537fa3c9ce..d4c55283074321c984314dda7b0b5c758eadc502 100644 (file)
 
        bus@8000000 {
                motherboard-bus {
-                       arm,v2m-memory-map = "rs1";
                        compatible = "arm,vexpress,v2m-p1", "simple-bus";
                        #address-cells = <2>; /* SMB chipselect number and offset */
                        #size-cells = <1>;
-                       #interrupt-cells = <1>;
                        ranges;
 
                        flash@0 {