Re: error in dtb for orange pi one ?

2017-11-18 Thread Jonathan Gray
On Wed, Sep 27, 2017 at 11:42:50AM +1000, Jonathan Gray wrote: > On Tue, Sep 26, 2017 at 01:08:54PM -0700, Stephen Graf wrote: > > I took this dtb from the amd64 dtb package yesterday (dtb-4.13.tgz). > > > > > > > > The address register for i2c01 and i2c02 are the same. I2c02 should be: > >

Re: error in dtb for orange pi one ?

2017-09-26 Thread Jonathan Gray
On Tue, Sep 26, 2017 at 01:08:54PM -0700, Stephen Graf wrote: > I took this dtb from the amd64 dtb package yesterday (dtb-4.13.tgz). > > > > The address register for i2c01 and i2c02 are the same. I2c02 should be: > > reg = <0x1c2b400 0x400>; Talk to upstream on the devicetree list. Changes

error in dtb for orange pi one ?

2017-09-26 Thread Stephen Graf
I took this dtb from the amd64 dtb package yesterday (dtb-4.13.tgz). The address register for i2c01 and i2c02 are the same. I2c02 should be: reg = <0x1c2b400 0x400>; dtc -O dts -I dtb -o temp.dts /usr/local/share/dtb/arm/sun8i-h3-orangepi-one.dtb . i2c@01c2ac00 {