diff options
author | Meng Yi <meng.yi@nxp.com> | 2016-12-20 09:03:07 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-01-03 09:15:07 +0300 |
commit | 6c05f0f2e50662927cdec0052a4eb71a1a4b2587 (patch) | |
tree | 2431701a951ecf26dcddd96a7f26c9627725f9a0 /arch/arm64/boot/dts/freescale/fsl-ls2080a-rdb.dts | |
parent | 0c744ea4f77d72b3dcebb7a8f2684633ec79be88 (diff) | |
download | linux-6c05f0f2e50662927cdec0052a4eb71a1a4b2587.tar.xz |
arm64: dts: ls2080a-rdb: remove disable status of pca9547
pca9547 won't probed since its status property is disabled.
while there are devices connected to it, we need remove status
property to let ds3232 and adt7461 probed correctly.
Signed-off-by: Meng Yi <meng.yi@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/fsl-ls2080a-rdb.dts')
-rw-r--r-- | arch/arm64/boot/dts/freescale/fsl-ls2080a-rdb.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls2080a-rdb.dts b/arch/arm64/boot/dts/freescale/fsl-ls2080a-rdb.dts index 265e0a8b107b..2ff46ca450b1 100644 --- a/arch/arm64/boot/dts/freescale/fsl-ls2080a-rdb.dts +++ b/arch/arm64/boot/dts/freescale/fsl-ls2080a-rdb.dts @@ -102,7 +102,6 @@ reg = <0x75>; #address-cells = <1>; #size-cells = <0>; - status = "disabled"; i2c@1 { #address-cells = <1>; #size-cells = <0>; |