Skip to content
Snippets Groups Projects
  • Pavel Kubelun's avatar
    8004aa31
    ipq806x: refactor ipq8065 device tree · 8004aa31
    Pavel Kubelun authored
    
    At the moment we have 2 seperate device tree sources: 1 for ipq8064 soc located
    in kernel source and 1 custom in LEDE for ipq8065.
    ipq8064 and ipq8065 SoCs are completely identical except ipq8065 has higher cpu
    frequencies and adjusted corresponding power supply.
    
    This commit makes ipq8065 DTS to contain only specific for ipq8065 DT entries while
    pulling all the basic SoC stuff from ipq8064 DTS.
    
    It makes easier to manage ipq806x device trees and instead of committing changes into
    2 seperate equal DTS we are ending up with only 1.
    It also enables ipq8065 devices to automatically receive changes made in upstream kernel.
    
    Signed-off-by: default avatarPavel Kubelun <be.dissent@gmail.com>
    8004aa31
    History
    ipq806x: refactor ipq8065 device tree
    Pavel Kubelun authored
    
    At the moment we have 2 seperate device tree sources: 1 for ipq8064 soc located
    in kernel source and 1 custom in LEDE for ipq8065.
    ipq8064 and ipq8065 SoCs are completely identical except ipq8065 has higher cpu
    frequencies and adjusted corresponding power supply.
    
    This commit makes ipq8065 DTS to contain only specific for ipq8065 DT entries while
    pulling all the basic SoC stuff from ipq8064 DTS.
    
    It makes easier to manage ipq806x device trees and instead of committing changes into
    2 seperate equal DTS we are ending up with only 1.
    It also enables ipq8065 devices to automatically receive changes made in upstream kernel.
    
    Signed-off-by: default avatarPavel Kubelun <be.dissent@gmail.com>