mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-02 08:32:55 +00:00
![]() NVMEM nodes can optionally include the bits property to specify the bit position of the cell within a byte. Extend patternProperties to allow adding the bit offset to the node address to be able to distinguish nodes with the same address but different bit positions, e.g. trim@54,4 { reg = <0x54 1>; bits = <4 2>; }; trim@54,0 { reg = <0x54 1>; bits = <0 4>; }; Before the conversion to NVMEM layouts in commit |
||
---|---|---|
.. | ||
fixed-cell.yaml | ||
fixed-layout.yaml | ||
kontron,sl28-vpd.yaml | ||
nvmem-layout.yaml | ||
onie,tlv-layout.yaml | ||
u-boot,env.yaml |