From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Wed, 20 Mar 2019 15:22:21 +0800 Subject: [U-Boot] [PATCH 1/9] riscv: ax25: Create a simple-bus driver for the soc node In-Reply-To: <20190319090750.8923-2-uboot@andestech.com> References: <20190319090750.8923-1-uboot@andestech.com> <20190319090750.8923-2-uboot@andestech.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Rick, On Tue, Mar 19, 2019 at 5:11 PM Andes wrote: > > From: Rick Chen > > To enumerate devices on the /soc/ node, create a "simple-bus" > driver to match "andestech,riscv-ae350-soc". > Could we change the /soc/ node compatible string to "simple-bus" instead? The QEMU 'virt' created a bad example and we should stop the contamination. > Signed-off-by: Rick Chen > Cc: Greentime Hu > --- > arch/riscv/cpu/ax25/cpu.c | 16 ++++++++++++++++ > 1 file changed, 16 insertions(+) > Regards, Bin