On 07/09, Rob Herring wrote: > On Thu, Jul 06, 2017 at 12:24:23PM +0200, Neil Armstrong wrote: > > On the first revision of the bindings, only the gates + resets were known > > in the AO Clock HW, but more registers used to configures AO clock are known > > to be spread among the AO register space. > > This patch adds these registers to the Ao Clock bindings with direct access > > and shared extcon access. > > > > Signed-off-by: Neil Armstrong <narmstrong@xxxxxxxxxxxx> > > --- > > .../devicetree/bindings/clock/amlogic,gxbb-aoclkc.txt | 11 +++++++++-- > > 1 file changed, 9 insertions(+), 2 deletions(-) > > This looks like the binding might be too specific with a reg list of > single registers, and you should define a system controller node > instead. Depends on what else is in the "A0" block. > Agreed. Why can't we expand the size in DT and then access the registers directly in the driver. Hopefully it keeps working to apply the dts patch without the driver patch too (and vice-versa), because the kernel can only make a mapping as small as a page which would cover these newly added reg properties anyway. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html