Merge tag 'vexpress-for-v4.6/dt-updates-2' of git://git.kernel.org/pub/scm/linux...
authorOlof Johansson <olof@lixom.net>
Sun, 13 Mar 2016 01:26:37 +0000 (17:26 -0800)
committerOlof Johansson <olof@lixom.net>
Sun, 13 Mar 2016 01:26:37 +0000 (17:26 -0800)
Additional updates for ARM VExpress/Juno platforms

1. Add support for SBSA Generic Watchdog on foundation models

2. Fix node name unit-address presence/absence mismatch warnings in
   all the device trees

* tag 'vexpress-for-v4.6/dt-updates-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux:
  arm64: dts: juno/vexpress: fix node name unit-address presence warnings
  arm64: dts: foundation-v8: add SBSA Generic Watchdog device node

Signed-off-by: Olof Johansson <olof@lixom.net>
1  2 
arch/arm64/boot/dts/arm/juno-base.dtsi

                clocks {
                        compatible = "arm,scpi-clocks";
  
-                       scpi_dvfs: scpi_clocks@0 {
+                       scpi_dvfs: scpi-dvfs {
                                compatible = "arm,scpi-dvfs-clocks";
                                #clock-cells = <1>;
                                clock-indices = <0>, <1>, <2>;
                                clock-output-names = "atlclk", "aplclk","gpuclk";
                        };
-                       scpi_clk: scpi_clocks@3 {
+                       scpi_clk: scpi-clk {
                                compatible = "arm,scpi-variable-clocks";
                                #clock-cells = <1>;
                                clock-indices = <3>;
                             <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>,
                             <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>,
                             <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>,
 +                           <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>,
                             <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>,
                             <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>,
                             <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>,
                clock-names = "pxlclk";
  
                port {
-                       hdlcd1_output: endpoint@0 {
+                       hdlcd1_output: hdlcd1-endpoint {
                                remote-endpoint = <&tda998x_1_input>;
                        };
                };
                clock-names = "pxlclk";
  
                port {
-                       hdlcd0_output: endpoint@0 {
+                       hdlcd0_output: hdlcd0-endpoint {
                                remote-endpoint = <&tda998x_0_input>;
                        };
                };
                        compatible = "nxp,tda998x";
                        reg = <0x70>;
                        port {
-                               tda998x_0_input: endpoint@0 {
+                               tda998x_0_input: tda998x-0-endpoint {
                                        remote-endpoint = <&hdlcd0_output>;
                                };
                        };
                        compatible = "nxp,tda998x";
                        reg = <0x71>;
                        port {
-                               tda998x_1_input: endpoint@0 {
+                               tda998x_1_input: tda998x-1-endpoint {
                                        remote-endpoint = <&hdlcd1_output>;
                                };
                        };
                      <0x00000008 0x80000000 0x1 0x80000000>;
        };
  
-       smb {
+       smb@08000000 {
                compatible = "simple-bus";
                #address-cells = <2>;
                #size-cells = <1>;