Merge tag 'platform-drivers-x86-v4.7-1' of git://git.infradead.org/users/dvhart/linux...
[cascardo/linux.git] / arch / arm / boot / dts / bcm-cygnus.dtsi
index 3878793..b42fe55 100644 (file)
                                        <&pinctrl 142 10 1>;
                };
 
-               touchscreen: tsc@180a6000 {
+               ts_adc_syscon: ts_adc_syscon@180a6000 {
+                       compatible = "brcm,iproc-ts-adc-syscon", "syscon";
+                       reg = <0x180a6000 0xc30>;
+               };
+
+               touchscreen: touchscreen@180a6000 {
                        compatible = "brcm,iproc-touchscreen";
-                       reg = <0x180a6000 0x40>;
+                       #address-cells = <1>;
+                       #size-cells = <1>;
+                       ts_syscon = <&ts_adc_syscon>;
                        clocks = <&asiu_clks BCM_CYGNUS_ASIU_ADC_CLK>;
                        clock-names = "tsc_clk";
                        interrupts = <GIC_SPI 164 IRQ_TYPE_LEVEL_HIGH>;