ARM64: dts: rockchip: add the grf found on rk3399 tsadc
authorCaesar Wang <wxt@rock-chips.com>
Thu, 24 Mar 2016 11:45:41 +0000 (19:45 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Fri, 25 Mar 2016 08:20:46 +0000 (16:20 +0800)
This patch adds the rockchip,grf to match the driver.

Change-Id: If477634fd38f1ebc539ade6c620a63d0cfee9111
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
arch/arm64/boot/dts/rockchip/rk3399.dtsi

index 3a1bc14d2dc69e55ce5008a79d3df005fa329a2c..2c9bb5de5dd93ca5549dbd7f599b4c63cf685926 100644 (file)
                compatible = "rockchip,rk3399-tsadc";
                reg = <0x0 0xff260000 0x0 0x100>;
                interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
+               rockchip,grf = <&grf>;
                clocks = <&cru SCLK_TSADC>, <&cru PCLK_TSADC>;
                clock-names = "tsadc", "apb_pclk";
                resets = <&cru SRST_TSADC>;