On Thu, May 10, 2018 at 10:45 PM, Levin Du <djw@xxxxxxxxxxxxx> wrote:
On 2018-05-10 8:50 PM, Robin Murphy wrote:No. Once you are describing individual register bits, it is too low
On 10/05/18 10:16, djw@xxxxxxxxxxxxx wrote:Previously I though other bits might be able to reference from syscon10,
From: Levin Du <djw@xxxxxxxxxxxxx>
Adding a new gpio controller named "gpio-syscon10" to rk3328, providing
access to the pins defined in the syscon GRF_SOC_CON10.
This is the GPIO_MUTE pin, right? The public TRM is rather vague, but
cross-referencing against the datasheet and schematics implies that it's the
"gpiomut_*" part of the GRF bit names which is most significant.
It might be worth using a more descriptive name here, since "syscon10" is
pretty much meaningless at the board level.
Robin.
other than GPIO_MUTE alone.
If it is renamed to gpio-mute, then the GPIO_MUTE pin is accessed as
`<&gpio-mute 1>`. Yet other
bits in syscon10 can also be referenced, say, `<&gpio-mute 10>`, which is
not good.
I'd like to add a `gpio,syscon-bit` property to gpio-syscon, which overrides
the properties
of bit_count, data_bit_offset and dir_bit_offset in the driver. For
level for DT.