lkml.org 
[lkml]   [2022]   [Feb]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH V2 0/3] nvmem: allow specifying cells by just names in DT
    Date
    From: Rafał Miłecki <rafal@milecki.pl>

    This is V2 of my:
    [PATCH 0/3] nvmem: allow specifying cells by just names in DT

    These changes will allow me to improve BCM5301X support with:

    diff --git a/arch/arm/boot/dts/bcm47094-luxul-xwr-3150-v1.dts b/arch/arm/boot/dts/bcm47094-luxul-xwr-3150-v1.dts
    index 24ae3c8a3..9efcb2424 100644
    --- a/arch/arm/boot/dts/bcm47094-luxul-xwr-3150-v1.dts
    +++ b/arch/arm/boot/dts/bcm47094-luxul-xwr-3150-v1.dts
    @@ -25,6 +25,9 @@ memory@0 {
    nvram@1eff0000 {
    compatible = "brcm,nvram";
    reg = <0x1eff0000 0x10000>;
    +
    + et0macaddr: et0macaddr {
    + };
    };

    leds {
    @@ -72,6 +75,11 @@ restart {
    };
    };

    +&gmac0 {
    + nvmem-cells = <&et0macaddr>;
    + nvmem-cell-names = "mac-address";
    +};
    +
    &usb3 {
    vcc-gpio = <&chipcommon 18 GPIO_ACTIVE_HIGH>;
    };
    Rafał Miłecki (3):
    dt-bindings: nvmem: make "reg" property optional
    dt-bindings: nvmem: brcm,nvram: add NVMEM cell to example
    nvmem: core: add cell name based matching of DT cell nodes

    .../devicetree/bindings/nvmem/brcm,nvram.yaml | 16 +++++++++--
    .../devicetree/bindings/nvmem/nvmem.yaml | 3 ---
    drivers/nvmem/core.c | 27 +++++++++++++++++++
    3 files changed, 41 insertions(+), 5 deletions(-)
    --
    2.34.1

    \
     
     \ /
      Last update: 2022-02-11 14:07    [W:4.146 / U:0.084 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site