Change node name 'uqe' to 'uqe-bus'.
Remove #address-cells and #size-cells for nodes, which have not child node.

Fix below CHECK_DTBS warning:
arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dtb: uqe@2400000: si@700: 
'#address-cells', '#size-cells' do not match any of the regexes: 
'pinctrl-[0-9]+'
        from schema $id: 
http://devicetree.org/schemas/soc/fsl/cpm_qe/fsl,qe.yaml#
arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dtb: uqe@2400000: siram@1000: 
'#address-cells', '#size-cells' do not match any of the regexes: 
'pinctrl-[0-9]+'
        from schema $id: 
http://devicetree.org/schemas/soc/fsl/cpm_qe/fsl,qe.yaml#
arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dtb: uqe@2400000: $nodename:0: 
'uqe@2400000' does not match 
'^([a-z][a-z0-9\\-]+-bus|bus|localbus|soc|axi|ahb|apb)(@.+)?$'
        from schema $id: 
http://devicetree.org/schemas/soc/fsl/cpm_qe/fsl,qe.yaml#
arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dtb: uqe@2400000: Unevaluated 
properties are not allowed ('#address-cells', '#size-cells', 'qeic@80', 
'ucc@2000', 'ucc@2200' were unexpected)
        from schema $id: 
http://devicetree.org/schemas/soc/fsl/cpm_qe/fsl,qe.yaml#
arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dtb: qeic@80: '#address-cells' 
does not match any of the regexes: 'pinctrl-[0-9]+'
        from schema $id: 
http://devicetree.org/schemas/soc/fsl/cpm_qe/fsl,qe-ic.yaml#
arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dtb: si@700: '#address-cells', 
'#size-cells' do not match any of the regexes: 'pinctrl-[0-9]+'
        from schema $id: 
http://devicetree.org/schemas/soc/fsl/cpm_qe/fsl,qe-si.yaml#
arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dtb: siram@1000: 
'#address-cells', '#size-cells' do not match any of the regexes: 
'pinctrl-[0-9]+'
        from schema $id: 
http://devicetree.org/schemas/soc/fsl/cpm_qe/fsl,qe-siram.yaml#

Signed-off-by: Frank Li <frank...@nxp.com>
---
 arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi 
b/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
index 17f4e31711209..c116a03fe872b 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
@@ -653,7 +653,7 @@ gpio4: gpio@2330000 {
                        #interrupt-cells = <2>;
                };
 
-               uqe: uqe@2400000 {
+               uqe: uqe-bus@2400000 {
                        #address-cells = <1>;
                        #size-cells = <1>;
                        compatible = "fsl,qe", "simple-bus";
@@ -667,7 +667,6 @@ uqe: uqe@2400000 {
                        qeic: qeic@80 {
                                compatible = "fsl,qe-ic";
                                reg = <0x80 0x80>;
-                               #address-cells = <0>;
                                interrupt-controller;
                                #interrupt-cells = <1>;
                                interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>,
@@ -675,16 +674,12 @@ qeic: qeic@80 {
                        };
 
                        si1: si@700 {
-                               #address-cells = <1>;
-                               #size-cells = <0>;
                                compatible = "fsl,ls1043-qe-si",
                                                "fsl,t1040-qe-si";
                                reg = <0x700 0x80>;
                        };
 
                        siram1: siram@1000 {
-                               #address-cells = <1>;
-                               #size-cells = <1>;
                                compatible = "fsl,ls1043-qe-siram",
                                                "fsl,t1040-qe-siram";
                                reg = <0x1000 0x800>;

-- 
2.34.1

Reply via email to